Mercurial
Mercurial
>
repos
>
enano-1.1
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-30
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
includes/plugins.php
2009-06-01
Dan
Whoops, plugin upgrades got broken
file
|
diff
|
annotate
2009-05-30
Dan
Fixed missing global $cache; in $plugins->upgrade_plugin();
file
|
diff
|
annotate
2009-05-16
apache
Plugins: fixed a final system plugin bug
file
|
diff
|
annotate
2009-05-15
Dan
Fixed redirects before $session init not working; fixed failure to load system plugins
file
|
diff
|
annotate
2009-05-13
Dan
Cut out two queries per page with plugin loader routine
file
|
diff
|
annotate
2009-05-05
Dan
Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
file
|
diff
|
annotate
2009-04-05
Dan
SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
file
|
diff
|
annotate
2009-03-18
Dan
Plugins: Added checks and additional warning for authentication plugins.
file
|
diff
|
annotate
2009-02-26
Dan
Plugin backend: bugfix: installing a plugin should now properly import its strings
file
|
diff
|
annotate
2009-02-16
Dan
Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
file
|
diff
|
annotate
2009-01-26
Dan
Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
file
|
diff
|
annotate
2009-01-15
Dan
Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
file
|
diff
|
annotate
2009-01-12
Dan
Plugin manager: added support for having specific install and uninstall blocks per DBMS
file
|
diff
|
annotate
2009-01-04
Dan
Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
file
|
diff
|
annotate
2008-12-23
Dan
Added dynamic reload-less re-auth to admin panel, so that if a session is lost it can be recovered without a reload. Support for hooking into form submits will be added in the future.
file
|
diff
|
annotate
2008-12-22
Dan
Fixed a few bugs with plugin management and importing of old plugin metadata
file
|
diff
|
annotate
2008-12-21
Dan
Fixed: update_plugins_cache() is now tolerant of write errors
file
|
diff
|
annotate
2008-11-09
Dan
Fixed plugin manager not checking for plugin file existence before marking to load
file
|
diff
|
annotate
2008-08-12
Dan
Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
file
|
diff
|
annotate
2008-08-05
Dan
[Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
file
|
diff
|
annotate
2008-07-09
Dan
Completed work (we hope) on CacheManager admin page
file
|
diff
|
annotate
2008-07-07
Dan
First stab at cache management backend. Everything seems to have been tested and working so far, but a number of things require a more specialized cache and can't go through the framework (e.g. user ranks which use references to map usernames to user IDs)
file
|
diff
|
annotate
2008-07-07
Dan
Fixed $use_cache bug in plugins.php
file
|
diff
|
annotate
2008-07-03
Dan
More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
file
|
diff
|
annotate
2008-06-30
Dan
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
file
|
diff
|
annotate
2008-06-10
Dan
A bit of UX improvement to upgrade UI; updated readme for 1.1.4
file
|
diff
|
annotate
2008-06-07
Dan
Added re-import function to plugin manager
file
|
diff
|
annotate
2008-05-16
Dan
Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
file
|
diff
|
annotate
2008-04-14
Dan
Rebrand as 1.1.4 (Caoineag alpha 4)
file
|
diff
|
annotate
2008-04-10
Dan
Implemented security logging for plugin management
file
|
diff
|
annotate
less
more
(0)
-30
tip