pdontthink
|
7aa0e60863
Update copyrights to 2010
|
15 éve |
Fredrik Jervfors
|
134d462c94
The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation.
|
16 éve |
Fredrik Jervfors
|
0a6245814a
There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style.
|
16 éve |
pdontthink
|
118125ad8e
More of the same
|
16 éve |
pdontthink
|
aa91dedc20
Allow version numbers to omit trailing zeros
|
16 éve |
Fredrik Jervfors
|
0885d1dcd7
Fix for phpDocumentor.
|
17 éve |
pdontthink
|
ce0fb43635
Fix plugin names showing up as "INCOMPATIBLE" on configtest list
|
17 éve |
pdontthink
|
f5f1f8d4c0
Allow plugins to specify that other plugins are incompatible with it in the info() function - in the required_plugins array therein, the incompatible plugin name as array key and value of SQ_INCOMPATIBLE. See upcoming release of the add_address plugin for an example.
|
17 éve |
pdontthink
|
9d4c58cb21
Allow plugins to require CORE plugins
|
17 éve |
Thijs Kinkhorst
|
dfbdae5943
replace preg_split without a regular expression with the
|
18 éve |
pdontthink
|
647cd26450
Use constant instead of hard-coded string for plugin incompatibility indicator
|
18 éve |
pdontthink
|
80f0b8957e
Add ability for plugin to indicate that they are not compatible with a particular SM version. Using hard-coded string maybe should be changed to a constant...?
|
18 éve |
pdontthink
|
743f0b6456
Add generic get_plugin_requirement() function and change expected structure for plugin dependency information (but is still backward compatible). Also change configtest to make use of extended information
|
18 éve |
pdontthink
|
5cff40d10d
Add functions to help diagnose if plugin dependencies are in place
|
18 éve |
pdontthink
|
90e5a07b05
Fix loss of
|
18 éve |
pdontthink
|
e8a79d213c
Readjust location of code that massages plugin versions to more handy spot
|
18 éve |
pdontthink
|
440c2438b8
New get_plugin_version() function, and a couple places to use it.
|
18 éve |
Thijs Kinkhorst
|
11b10ba5d1
increment year in copyright notices
|
18 éve |
pdontthink
|
5c8bf54951
Fix for unknown index notices caused in templates when looking for plugin output in what was an empty string instead of an empty array
|
18 éve |
pdontthink
|
d84b99123c
Revert last commit; passing by reference like that causes deprecation PHP notices in PHP4. It is the responsibility of the receiving plugin to accept the args by reference if it intends to change its value.
|
18 éve |
Thijs Kinkhorst
|
83493c4e9a
must pass $args by ref to to plugin function too, if we want the plugin
|
18 éve |
pdontthink
|
717be5c30c
Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2
|
18 éve |
pdontthink
|
33f1343d8e
Removed one line left over from copied code
|
19 éve |
pdontthink
|
539f8b5947
New static plugin hook registration has now been implemented. Looks to work with a handful of plugins, but keep your eyes out and TEST! Seems like this will be a winner. Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees.
|
19 éve |
tokul
|
22701975cb
don't leave old code and DO check filters plugin when reporter informs about
|
19 éve |
pdontthink
|
8fde45ca15
Should be a better fix so this hook now works with plugins that have been using it the old way too
|
19 éve |
pdontthink
|
5f9e8ffb19
New hook type that I am very excited about; should address a kind of plugin stacking that we should have had long ago
|
19 éve |
pdontthink
|
4bd8d42edf
Fix broken legacy use of concat_hook_function. Now you can log in again.
|
19 éve |
pdontthink
|
8ac4e87d23
Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php to init.php for global access.
|
19 éve |
pdontthink
|
649406b8aa
Extensive rework of concat hook function to support merged array return values
|
19 éve |