Mercurial
Mercurial
>
repos
>
enano-1.1
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-100
-50
-28
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
includes/functions.php
2009-01-17
Dan
SECURITY: Fix XSS under IE in closing tags (shared sanitizer)
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
2009-01-03
Dan
Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
file
|
diff
|
annotate
2008-12-31
Dan
Redid error handler (it was causing some problems with gzip enabled)
file
|
diff
|
annotate
2008-12-21
Dan
Fixed timezone preference setting not fully implemented; added ability for users to select their own rank from a list of possible ranks based on group membership and user level
file
|
diff
|
annotate
2008-12-20
Dan
Added support for IPv6 IP ranges... ehh, not easy.
file
|
diff
|
annotate
2008-11-29
Dan
Added a new search API that allows much easier registration of search results. Basically you give the engine a table, a few columns to look at, and tell it how to format the results and you're done.
file
|
diff
|
annotate
2008-11-15
Dan
Added ability to have alternate main page for members
file
|
diff
|
annotate
2008-11-09
Dan
Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out
file
|
diff
|
annotate
2008-09-21
Dan
Added initial support for DST. Rules are defined in constants.php and are extensible.
file
|
diff
|
annotate
2008-09-16
Dan
Fixed IPv6 address match (the one from phpBB3 did not work)
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-07-28
Dan
Fixed improperly set up gzencode() replacement; fixed bad regexp in scale_image() security check
file
|
diff
|
annotate
2008-07-23
Dan
Made grinding_halt() exit with status 1 for POSIX compatibility; jscompress.php utility now accepts non-CDN websites
file
|
diff
|
annotate
2008-07-10
Dan
Added Gravatar support! And it's really configurable too.
file
|
diff
|
annotate
2008-07-10
Dan
Added "default" option for getConfig() and made setConfig() only set if the new value is different
file
|
diff
|
annotate
2008-07-09
Dan
Completed work (we hope) on CacheManager admin page
file
|
diff
|
annotate
2008-07-09
Dan
Fixed gzip output - no longer depends on ob_gzhandler(), uses gzencode() now with a failsafe available if gzencode() is not available. Public function gzip_output() remains unchanged.
file
|
diff
|
annotate
2008-07-07
Dan
Moved enano_safe_array_merge() to functions.php as comment.php depends on it
file
|
diff
|
annotate
2008-07-07
Dan
Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
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-07-02
Dan
Another sweep from the optimization monster.
file
|
diff
|
annotate
2008-06-25
Dan
Majorly reworked Javascript runtime stuff to use on-demand loading.
file
|
diff
|
annotate
2008-06-22
Dan
Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
file
|
diff
|
annotate
2008-06-16
Dan
Fixed two bugs in paginator: noisy warning when rows run out and empty strings not being treated as valid from formatting functions
file
|
diff
|
annotate
2008-06-15
Dan
Fixed title not being set properly in redirect()
file
|
diff
|
annotate
2008-06-15
Dan
Renamed some functions (that were new in this release anyway) due to compatibility broken with PunBB bridge
file
|
diff
|
annotate
2008-06-08
Dan
Made ajaxReset() call the actual requested title instead of effective title; fixed (again) template compiler bug not matching certain tags (probably PCRE bug)
file
|
diff
|
annotate
less
more
(0)
-100
-50
-28
tip