Sun, 19 Sep 2010 04:04:28 -0400 |
Dan Fuhry |
Hide the "Create an account" button if registration is disabled (Enanium only, but there is a template boolean called "registration_disabled" so other themes can use it too)
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 14:39:04 -0400 |
Dan |
Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:10:46 -0400 |
Dan |
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 17:04:08 -0500 |
Dan |
Fixed unescaped ampersands in "&enano_version" cache breaking
|
file |
diff |
annotate
|
Tue, 05 Jan 2010 09:56:00 -0500 |
Dan |
Fixed ENANO_VERSION under databaseless template class
|
file |
diff |
annotate
|
Sun, 27 Dec 2009 02:28:21 -0500 |
Dan |
All javascript and css requests now append the version number to the URL to break browser caches and prevent from having to clear the cache upon upgrade
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 15:41:05 -0500 |
Dan |
Fixed two "declaration should be compatible" errors encountered by the BitNami folks. Thanks Neal for reporting.
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 05:12:02 -0500 |
Dan |
Comments (AJAX): Now paginated server side. Fixes issue 2.
|
file |
diff |
annotate
|
Tue, 03 Nov 2009 22:08:48 -0500 |
Dan |
Logins: reorganized data structures a bit. WiP - needs test routine done.
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 20:41:38 -0400 |
Dan |
Sessions: Improved inactive account UX; shuffled around a bit of code so that whitelist checks are shared; fixed a bunch of bugs related to ban code and IPv6 addresses
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 20:01:55 -0400 |
Dan |
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 15:02:00 -0400 |
Dan |
Fixed some "declaration should be compatible" errors that showed up under WinXP QA
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 19:15:48 -0400 |
Dan |
Merged development from Scribus and Charlie
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 20:48:53 -0400 |
Dan |
Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 20:23:48 -0400 |
Dan |
Fixed some formatter engine errors that were exposed through the wiki edit notice
|
file |
diff |
annotate
|
Wed, 29 Jul 2009 11:48:54 -0400 |
Dan |
Tweaked URL sanitizing a bit to make Enanium work better.
|
file |
diff |
annotate
|
Wed, 29 Jul 2009 10:48:43 -0400 |
Dan |
Added method add_header_js() to template to allow insertion of code to be run immediately after JS init
|
file |
diff |
annotate
|
Sat, 11 Jul 2009 20:25:50 -0400 |
Dan |
One word: Internet Explorer 6. This includes a rewrite of $paths->parseAdminTree() that encodes to JSON instead of manually generating JS, so good-bye to stupid parser problems I hope.
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 23:37:01 -0400 |
Dan |
OK, JS preloading on a CDN works perfectly now. I'm sure of it.
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 22:44:46 -0400 |
Dan |
Fixed inconsistency in JS component load order between CDN sites and non-CDN sites
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 22:27:24 -0400 |
Dan |
Fixed a series of infinite loops with preloading components and placeholders
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 18:51:48 -0400 |
Dan |
Template: minor: documented sidebar_widget()
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 20:09:58 -0400 |
Dan |
Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
|
file |
diff |
annotate
|
Wed, 27 May 2009 09:44:07 -0400 |
Dan |
Class "currentpage" is now added to all internal links, including sidebar buttons, if the link points to the current page.
|
file |
diff |
annotate
|
Thu, 14 May 2009 11:34:24 -0400 |
Dan |
A few safety changes to tolerate no $session when it's not available
|
file |
diff |
annotate
|
Wed, 13 May 2009 09:44:46 -0400 |
Dan |
Render / Template: No longer does exist checks for wikilinks on sidebar
|
file |
diff |
annotate
|
Sun, 10 May 2009 14:41:51 -0400 |
Dan |
Fixed a couple bugs with protection UI; fixed stray <enano:no-opt> in Special:CSS (do people still use that?)
|
file |
diff |
annotate
|
Tue, 05 May 2009 00:10:26 -0400 |
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
|
Fri, 17 Apr 2009 08:40:48 -0400 |
Dan |
Made handling of $perms being non-object work properly in template
|
file |
diff |
annotate
|
Thu, 16 Apr 2009 22:48:59 -0400 |
Dan |
Cleared up a few discrepancies in page handling, template var init, and how NewsBoy works.
|
file |
diff |
annotate
|