2007-11-06 |
Dan |
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Merge in new installer framework from stable
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Fix installation with MySQL root option
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Out with the old, in with the new. Welcome to Enano's new installer framework!
|
file |
diff |
annotate
|
2007-11-05 |
Dan |
Second try (need config.php to exist before the API can be started, duh)
|
file |
diff |
annotate
|
2007-11-05 |
Dan |
Renaming config.php and .htaccess to *.new to allow tarbombing an Enano installation with no adverse effects; first attempt, may not work right.
|
file |
diff |
annotate
|
2007-11-04 |
Dan |
"Fix" e-mail parse bugs in installer
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merge in scaling abstraction from stable
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Alternate scaling using GD is implemented now; images will be scaled with ImageMagick if enabled and working; else, GD will be used. No UI changes to speak of, but a check in the installer will be added in a later commit
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merging in fixes from rev. 207
|
file |
diff |
annotate
|
2007-10-24 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
2007-10-26 |
Dan |
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
|
file |
diff |
annotate
|
2007-10-21 |
Dan |
That merge did NOT go well.
|
file |
diff |
annotate
|
2007-10-08 |
Dan |
Sync changes in from Nighthawk
|
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-30 |
Dan |
Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153
|
file |
diff |
annotate
|
2007-09-30 |
Dan |
Merging branches from Scribus and Nighthawk
|
file |
diff |
annotate
|
2007-09-30 |
Dan |
Rebrand for 1.0.2 (again, lol)
|
file |
diff |
annotate
|
2007-09-25 |
Dan |
Rebrand for 1.0.2b1
|
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-09-23 |
Dan |
Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.
|
file |
diff |
annotate
|
2007-09-11 |
Dan |
Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
|
file |
diff |
annotate
|
2007-09-07 |
Dan |
Merging Scribus and Nighthawk repositories
|
file |
diff |
annotate
|
2007-08-25 |
Dan |
Fixed non-object reference in databaseless template, added locking for Javascript paginator, made comments on AES key size more clear in constants, and disallowed "anonymous" and IP addresses for admin username in install.php; Loch Ness release candidate
|
file |
diff |
annotate
|
2007-08-14 |
Dan |
Added ability to detag deleted pages
|
file |
diff |
annotate
|
2007-08-09 |
Dan |
AJAX comments are now paginated; plugin manager can now show system plugins; typo in installer corrected; links in oxygen/stpatty/admin footers changed to "About Enano" page; 1.0.1 release candidate
|
file |
diff |
annotate
|
2007-08-05 |
Dan |
Fixed IE6 + Admin theme, version typo in installer, and paginator + IE6
|
file |
diff |
annotate
|
2007-08-01 |
Dan |
Improved and enabled HTML optimization algorithm; enabled gzip compression; added but did not test at all the tag cloud class in includes/tagcloud.php, this is still very preliminary and not ready for any type of production use
|
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-21 |
Dan |
Fixed a few presentation bugs in installer, made installer more "legally binding", and fixed global permissions inheritance in $session->fetch_page_acl()
1.0
|
file |
diff |
annotate
|
2007-07-12 |
Dan |
Removed KNOWN_BUGS and TODO and added README; fixed file permissions yet again
|
file |
diff |
annotate
|
2007-07-03 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
2007-07-03 |
Dan |
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
|
file |
diff |
annotate
|
2007-07-01 |
Dan |
No code changes - trying once again to get rid of execute permissions on non-directories
|
file |
diff |
annotate
|
2007-07-01 |
Dan |
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
|
file |
diff |
annotate
|
2007-06-27 |
Dan |
Converting all tables on new installations to UTF-8; this may break MySQL 4.0 compatibility; several minor cosmetic fixes; set Powered button under Links to "on" by default
|
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-22 |
Dan |
Installer actually works now on dev servers; minor language change in template.php; code cleanliness fix in sessions.php
|
file |
diff |
annotate
|
2007-06-22 |
Dan |
Fixed problems with installer and config file (chdir and error-connecting-to-MySQL issues)
|
file |
diff |
annotate
|
2007-06-21 |
Dan |
Finalized permissions on files and directories; adding PHP shutoff button (actual shutoff not implemented)
|
file |
diff |
annotate
|
2007-06-19 |
Dan |
Added option in installer to not let admins embed PHP
|
file |
diff |
annotate
|
2007-06-13 |
dan |
Initial population
|
file |
diff |
annotate
|