Mercurial
Mercurial
>
repos
>
enano-1.1
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-12
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
includes/pageprocess.php
Sun, 04 Jan 2009 00:55:40 -0500
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
Sat, 03 Jan 2009 18:11:18 -0500
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
Mon, 22 Dec 2008 21:26:19 -0500
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
Sat, 15 Nov 2008 18:23:25 -0500
Dan
Added ability to have alternate main page for members
file
|
diff
|
annotate
Sun, 17 Aug 2008 23:24:41 -0400
Dan
Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
file
|
diff
|
annotate
Wed, 13 Aug 2008 08:55:26 -0400
Dan
Changed namespace properties (including core identifier) for external pages that load the Enano API to be a uniform "API" namespace and "SystemAPI:" prefix.
file
|
diff
|
annotate
Mon, 11 Aug 2008 22:31:04 -0400
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
Tue, 05 Aug 2008 13:59:06 -0400
Dan
Made customizable 404 page have a {STANDARD404} variable available to allow embedding the "default" 404 content.
file
|
diff
|
annotate
Mon, 28 Jul 2008 13:13:09 -0600
Dan
Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
file
|
diff
|
annotate
Wed, 09 Jul 2008 22:40:41 -0400
Dan
Added Gravatar support! And it's really configurable too.
file
|
diff
|
annotate
Mon, 07 Jul 2008 02:47:20 -0400
Dan
Fixed missing require() on stats.php in pageprocess; made pageprocess update the metadata cache on page rename
file
|
diff
|
annotate
Wed, 02 Jul 2008 22:15:55 -0400
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
less
more
(0)
-12
tip