2009-11-16 |
Dan |
Login: Fixed typo that prevented non-DH crypto from working (thanks Keith Schmader)
|
file |
diff |
annotate
|
2009-11-04 |
Dan |
Logins: reorganized data structures a bit. WiP - needs test routine done.
|
file |
diff |
annotate
|
2009-08-21 |
Dan |
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
|
file |
diff |
annotate
|
2009-07-18 |
Dan |
Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
|
file |
diff |
annotate
|
2009-07-13 |
Dan |
ACL editor: finally fixed that annoying blank-window bug on rule deletion
|
file |
diff |
annotate
|
2009-07-12 |
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
|
2009-07-09 |
Dan |
Fixed a series of infinite loops with preloading components and placeholders
|
file |
diff |
annotate
|
2009-03-15 |
Dan |
New template feature: template hooks (<!-- HOOK foo -->)
|
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 |
A few fixes to the most recently added feature: more efficiency tweaks, tweaked l10n to have beetter fetch-on-demand support to ensure that stubs are never returned
|
file |
diff |
annotate
|
2008-12-21 |
Dan |
load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too.
|
file |
diff |
annotate
|
2008-11-21 |
Dan |
Add some performance info to jsres
|
file |
diff |
annotate
|
2008-08-21 |
Dan |
Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...
|
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 |
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
|
2008-07-20 |
Dan |
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
|
file |
diff |
annotate
|
2008-07-09 |
Dan |
Completed work (we hope) on CacheManager admin page
|
file |
diff |
annotate
|
2008-07-03 |
Dan |
A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
|
file |
diff |
annotate
|
2008-06-27 |
Dan |
Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
|
file |
diff |
annotate
|
2008-06-26 |
Dan |
Oops, scriptPath isn't defined in jsres.php.
|
file |
diff |
annotate
|
2008-06-26 |
Dan |
Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
|
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-10 |
Dan |
A bit of UX improvement to upgrade UI; updated readme for 1.1.4
|
file |
diff |
annotate
|
2008-06-07 |
Dan |
[YSlow] Added Expires header on jsres.php
|
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-05-06 |
Dan |
Added ETag support and increased caching settings to try and speed the system up. Result of a YSlow audit.
|
file |
diff |
annotate
|
2008-04-14 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
2008-03-18 |
Dan |
Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
|
file |
diff |
annotate
|
2008-02-21 |
Dan |
Enabled strong compression on pwstrength.js as it causes problems otherwise in Opera
|
file |
diff |
annotate
|
2008-02-20 |
Dan |
Added support for Diffie-Hellman key exchange during login. w00t!
|
file |
diff |
annotate
|
2008-02-18 |
Dan |
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
|
file |
diff |
annotate
|
2008-02-14 |
Dan |
Optimized JS aggressive-compression list a little more
|
file |
diff |
annotate
|
2008-02-14 |
Dan |
Re-enabled, debugged, and optimized Javascript compression code
|
file |
diff |
annotate
|
2008-02-11 |
Dan |
Rebrand as 1.1.2; made upgrade framework functional
|
file |
diff |
annotate
|
2008-01-29 |
Dan |
Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54
|
file |
diff |
annotate
|
2008-01-03 |
Dan |
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
|
file |
diff |
annotate
|
2007-12-19 |
Dan |
Many changes. Installer with PostgreSQL is broken badly and will be for some time.
|
file |
diff |
annotate
|
2007-10-07 |
Dan |
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
|
file |
diff |
annotate
|
2007-09-24 |
Dan |
Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
|
file |
diff |
annotate
|
2007-07-21 |
Dan |
Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
|
file |
diff |
annotate
|
2007-07-01 |
Dan |
Added "page hint" on search page; deprecated "www." on EnanoCMS.org links
|
file |
diff |
annotate
|
2007-06-26 |
Dan |
Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
|
file |
diff |
annotate
|
2007-06-23 |
Dan |
Emergency version change to 1.0rc3 to fix XSS vulnerabilities
|
file |
diff |
annotate
|
2007-06-13 |
dan |
Adding /includes
|
file |
diff |
annotate
|