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 jaren geleden |
Thijs Kinkhorst
|
83493c4e9a
must pass $args by ref to to plugin function too, if we want the plugin
|
18 jaren geleden |
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 jaren geleden |
pdontthink
|
33f1343d8e
Removed one line left over from copied code
|
19 jaren geleden |
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 jaren geleden |
tokul
|
22701975cb
don't leave old code and DO check filters plugin when reporter informs about
|
19 jaren geleden |
pdontthink
|
8fde45ca15
Should be a better fix so this hook now works with plugins that have been using it the old way too
|
19 jaren geleden |
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 jaren geleden |
pdontthink
|
4bd8d42edf
Fix broken legacy use of concat_hook_function. Now you can log in again.
|
19 jaren geleden |
pdontthink
|
8ac4e87d23
Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php to init.php for global access.
|
19 jaren geleden |
pdontthink
|
649406b8aa
Extensive rework of concat hook function to support merged array return values
|
19 jaren geleden |
pdontthink
|
6bfa08b203
Enabling use of <plugin>_info() function
|
19 jaren geleden |
pdontthink
|
71550060f9
Duh
|
19 jaren geleden |
pdontthink
|
8fd317de69
New helper function for checking plugin version numbers check_plugin_version()
|
19 jaren geleden |
tokul
|
59ae6f3ac2
removing trailing ?> from function scripts
|
19 jaren geleden |
stekkel
|
0a70f643f2
Centralized init
|
19 jaren geleden |
Thijs Kinkhorst
|
184c69663d
config.php was not loaded before plugin.php, but that's needed to make
|
19 jaren geleden |
tokul
|
83fdb4c332
copyright update
|
19 jaren geleden |
tokul
|
d20ef12ab2
prevent output in plugins/*/setup.php files.
|
19 jaren geleden |
tokul
|
2845b7c446
simplified check. thanks, Jon.
|
20 jaren geleden |
tokul
|
8d11e55aab
explaining $plugins tests
|
20 jaren geleden |
Fredrik Jervfors
|
9ed98bb1ec
phpDocumentor updates
|
20 jaren geleden |
tokul
|
5e13f2f9f3
code reuse. moving generic function from plugin to function/plugins.php
|
20 jaren geleden |
tokul
|
ac9598c450
function might be removed in 1.6.
|
20 jaren geleden |
Thijs Kinkhorst
|
a73561b911
Increment year in copyright notice.
|
20 jaren geleden |
Fredrik Jervfors
|
8c8ecffa57
Replacing tabs with spaces, trimming white space at EOL and newline at EOF
|
21 jaren geleden |
Jimmy Conner
|
2cd94f0d75
Removed variables that were initialized, but never actually used
|
21 jaren geleden |
pdontthink
|
adb48be6a4
Make current hook name globally available when running a hook
|
21 jaren geleden |
Fredrik Jervfors
|
cb3f68162b
Adding FIXME to comment
|
21 jaren geleden |
Fredrik Jervfors
|
9d4db8b166
Phpdocumentor update - sed is your friend for these kinds of things ;)
|
21 jaren geleden |