2008-05-05 |
Dan |
Massive commit with various changes. Added user ranks system (no admin interface yet) and ability for users to have custom user titles. Made cron framework accept fractions of hours through floating-point intervals. Modifed ACL editor to use miniPrompt framework for close confirmation box. Made avatar system use a special page as opposed to fetching the files directly for caching reasons.
|
file |
diff |
annotate
|
2008-04-26 |
Dan |
Added but didn't set up custom_user_title ACL; fixed rebuild_page_index() to use word_lcase
|
file |
diff |
annotate
|
2008-04-14 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
2008-04-01 |
Dan |
Fixed bad URL interpretation on CGI and Apache wrongly supplying PATH_INFO when directory index requested
|
file |
diff |
annotate
|
2008-03-26 |
Dan |
Fixed some bugs in the installer that prevented it from working without mod_rewrite and/or with a table_prefix present
|
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-03-16 |
Dan |
Added icons for the administration panel
|
file |
diff |
annotate
|
2008-03-15 |
Dan |
Fixed some bugs with PostgreSQL and added a word_lcase column to the search_index table because collation is not working under MySQL. TODO: Trigger search index rebuild on upgrade to 1.1.4.
|
file |
diff |
annotate
|
2008-02-27 |
Dan |
Fixed some bugs with $paths->getParam() and $paths->get_pageid_from_url() when slashes are in the namespace prefix. Result of testing on Windows Vista + Apache 2.2. Using TortoiseHG
|
file |
diff |
annotate
|
2008-02-24 |
Dan |
Fixed a number of IE6 bugs
|
file |
diff |
annotate
|
2008-02-22 |
Dan |
Merging fixes and updates from stable branch
|
file |
diff |
annotate
|
2008-02-01 |
Dan |
Fixed special pages being returned with subpage information inappropriately from $paths->get_pageid_from_url()
|
file |
diff |
annotate
|
2008-02-02 |
Dan |
Fixed splitting bug (really the same issue from stable) in get_pageid_from_url(); upgraded TinyMCE to version 3.0-stable
|
file |
diff |
annotate
|
2008-01-30 |
Dan |
Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
|
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-28 |
Dan |
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
|
file |
diff |
annotate
|
2008-01-26 |
Dan |
Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
|
file |
diff |
annotate
|
2008-01-25 |
Dan |
A number of scattered changes. Profiler added and only enabled in debug mode (currently on), but awfully useful for fixing performance in the future. Started work on Admin:LangManager
|
file |
diff |
annotate
|
2008-01-21 |
Dan |
Started localization on User CP. Localized pagination, password strength, and various other small widgets. Fixed bug in path manager causing return of fullpage from get_page_id_from_url() even when namespace is Special.
|
file |
diff |
annotate
|
2008-01-18 |
Dan |
Initlogs stage of installer now working
|
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-30 |
Dan |
Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
|
file |
diff |
annotate
|
2007-12-26 |
Dan |
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
|
file |
diff |
annotate
|
2007-12-20 |
Dan |
Redid merge, the previous one had a few problems
|
file |
diff |
annotate
|
2007-12-19 |
Dan |
Fixed: $paths->page_id not set when the page doesn't exist; finally fixed garbled page names for IP addresses
|
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-12-15 |
Dan |
SURPRISE! Preliminary PostgreSQL support added. The required schema file is not present in this commit and will be included at a later date. No installer support is implemented. Also in this commit: several fixes including <!-- SYSMSG ... --> was broken in template compiler; set fixed width on included images to prevent the thumbnail box from getting huge; added a much more friendly interface to AJAX responses that are invalid JSON
|
file |
diff |
annotate
|
2007-12-13 |
Dan |
Rebrand as 1.0.3 (Dyrad)
|
file |
diff |
annotate
|
2007-12-07 |
Dan |
Merging in changes from stable
|
file |
diff |
annotate
|
2007-12-03 |
Dan |
Improved physical pages: they support comments and have their own dedicated namespace now. Still some consistency fixes to make.
|
file |
diff |
annotate
|
2007-12-03 |
Dan |
Deprecated debugConsole and removed all calls to it. Added a lot of comments to common.php. Added support for "anonymous pages" that are created when the Enano API is loaded from an external script. Fixed missing border-bottom on Type 2 sidebar blocks in Oxygen.
|
file |
diff |
annotate
|
2007-12-02 |
Dan |
Merging in the newly stable Coblynau
|
file |
diff |
annotate
|
2007-11-25 |
Dan |
Fixed highlighting in search results; changed search algorithm to give more score for terms found in page title; hopefully (hackishly) fixed login_key_cache getting too long
|
file |
diff |
annotate
|
2007-11-24 |
Dan |
Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
|
file |
diff |
annotate
|
2007-11-22 |
Dan |
Merging in updates and improvements from stable
|
file |
diff |
annotate
|
2007-11-21 |
Dan |
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
|
file |
diff |
annotate
|
2007-11-18 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
2007-11-15 |
Dan |
Merging in all changes from revision 185 (90b7a52bea45)
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Merge in new installer framework from stable
|
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-10-30 |
Dan |
Javascripted ACL editor interface localized
|
file |
diff |
annotate
|
2007-10-28 |
Dan |
Completely localized admin tree menu and page toolbar
|
file |
diff |
annotate
|
2007-10-07 |
Dan |
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
|
file |
diff |
annotate
|
2007-10-01 |
Dan |
Feature add: new page group type: regular expression match (PCRE)
|
file |
diff |
annotate
|
2007-09-30 |
Dan |
Added a new Javascript variable, aclDisableTransitionFX, that will switch off effects on message boxes and the ACL editor when set to true
|
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-19 |
Dan |
SECURITY: Fix unescaped SQL in paths.php rebuild_page_index()
|
file |
diff |
annotate
|
2007-09-07 |
Dan |
Added keep-alive function to admin panel (had been planned for some time) and a new hook, template_var_init_end
|
file |
diff |
annotate
|
2007-09-07 |
Dan |
Made most special pages "visible"; fixup for non-existent special page redirect in paths.php; rewrote Special:AllPages to have pagination (WiP, Special:SpecialPages is possibly next, depending on whether paginate_array works or not)
|
file |
diff |
annotate
|
2007-08-30 |
Dan |
Added a ton of new log points for administrator actions; restructured security log view and enabled pagination for security logs; string change in ajax.php for RDNS operation failure
|
file |
diff |
annotate
|
2007-08-17 |
Dan |
Redirections to the main page use the redirect() function now
|
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-28 |
Dan |
Work started on page tags, still aways to go, but syncing to Nighthawk
|
file |
diff |
annotate
|
2007-07-25 |
Dan |
Various bugfixes and cleanups, too much to remember... see the diffs for what got changed :-)
|
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-09 |
Dan |
Fixed problems with $paths->getParam() on Win2k Server/IIS
|
file |
diff |
annotate
|
2007-07-03 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
2007-06-28 |
Dan |
COPPA support added
|
file |
diff |
annotate
|
2007-06-27 |
Dan |
At last, I fixed all those phased-out enano.homelinux.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-23 |
Dan |
Fixed complicated SQL injection vulnerability in URL handler, updated license info for Tigra Tree Menu, and killed one XSS vulnerability
|
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-13 |
dan |
Adding /includes
|
file |
diff |
annotate
|