Sun, 25 Nov 2007 21:40:42 -0500 |
Dan |
SECURITY: Tighten default allowed file types; make sure search index rebuild is performed on upgrade
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 17:59:24 -0500 |
Dan |
Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough
|
file |
diff |
annotate
|
Wed, 21 Nov 2007 21:03:48 -0500 |
Dan |
Merging in updates and improvements from stable
|
file |
diff |
annotate
|
Wed, 21 Nov 2007 15:18:15 -0500 |
Dan |
Re-add search_results hook and changed column type of search_index.word to varchar(64) in installer schema
|
file |
diff |
annotate
|
Wed, 21 Nov 2007 15:10:57 -0500 |
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
|
Sat, 17 Nov 2007 22:25:37 -0500 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
Sat, 17 Nov 2007 21:09:31 -0500 |
Dan |
Well I'm an idiot - the fulltext index on page_text was missing from a default installation. It didn't break searches but probably slowed them down tremendously. Also set engine to MyISAM on page_text to avoid cryptic error messages from MySQL.
|
file |
diff |
annotate
|
Sat, 17 Nov 2007 18:51:06 -0500 |
Dan |
Changed default content for the main page to something a lot more user-friendly and helpful
|
file |
diff |
annotate
|
Sat, 10 Nov 2007 20:35:52 -0500 |
Dan |
Fix schema bug: main page link isn't a link
|
file |
diff |
annotate
|
Tue, 06 Nov 2007 13:35:40 -0500 |
Dan |
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
|
file |
diff |
annotate
|
Sat, 03 Nov 2007 07:40:54 -0400 |
Dan |
Merging in fixes and updates from 90b7a52bea45
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 16:40:24 -0400 |
Dan |
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 14:32:13 -0400 |
Dan |
Login page mostly localized
|
file |
diff |
annotate
|
Sat, 27 Oct 2007 13:29:17 -0400 |
Dan |
Localization low-level framework added
|
file |
diff |
annotate
|
Sat, 20 Oct 2007 21:58:56 -0400 |
Dan |
Merging in changes from 9b4279c25d33
|
file |
diff |
annotate
|
Sun, 07 Oct 2007 21:31:14 -0400 |
Dan |
Sync changes in from Nighthawk
|
file |
diff |
annotate
|
Sun, 07 Oct 2007 21:28:36 -0400 |
Dan |
[F] Added support for account lockouts. User is locked out or required to complete a CAPTCHA after specified threshold for specified period.
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 19:27:44 -0400 |
Dan |
Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 19:22:04 -0400 |
Dan |
Merging branches from Scribus and Nighthawk
|
file |
diff |
annotate
|
Sun, 30 Sep 2007 19:16:24 -0400 |
Dan |
Rebrand for 1.0.2 (again, lol)
|
file |
diff |
annotate
|
Mon, 24 Sep 2007 23:59:31 -0400 |
Dan |
Rebrand for 1.0.2b1
|
file |
diff |
annotate
|
Fri, 07 Sep 2007 18:19:30 -0400 |
Dan |
Fixed the two known issues in the release notes; tarballs will be updated accordingly
1.0.1
|
file |
diff |
annotate
|
Tue, 28 Aug 2007 19:00:20 -0400 |
Dan |
Synched installation schema to upgrade schema for delvote_ips
|
file |
diff |
annotate
|
Fri, 17 Aug 2007 12:35:29 -0400 |
Dan |
Fixed delvote_ips bug with MySQL 5.0.45 - see http://forum.enanocms.org/viewtopic.php?f=5&t=8
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 15:13:40 -0400 |
Dan |
Added ability to detag deleted pages
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 13:39:27 -0400 |
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
|
Sun, 29 Jul 2007 17:40:36 -0400 |
Dan |
Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 18:08:58 -0400 |
Dan |
Work started on page tags, still aways to go, but syncing to Nighthawk
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 18:12:10 -0400 |
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
|
Thu, 12 Jul 2007 15:32:15 -0400 |
Dan |
Removed KNOWN_BUGS and TODO and added README; fixed file permissions yet again
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 11:59:02 -0400 |
Dan |
Changed administration login request to use the AJAX login form; made high-level authentication more apparent in the AJAX box; recompiled Oxygen Mint
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 10:37:36 -0400 |
Dan |
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 14:07:35 -0400 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
Sun, 01 Jul 2007 14:15:46 -0400 |
Dan |
No code changes - trying once again to get rid of execute permissions on non-directories
|
file |
diff |
annotate
|
Sun, 01 Jul 2007 14:08:39 -0400 |
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
|
Thu, 28 Jun 2007 13:49:40 -0400 |
Dan |
COPPA support added
|
file |
diff |
annotate
|
Wed, 27 Jun 2007 00:59:42 -0400 |
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
|
Tue, 26 Jun 2007 17:28:18 -0400 |
Dan |
Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
|
file |
diff |
annotate
|
Sat, 23 Jun 2007 18:54:16 -0400 |
Dan |
Added demo mode functionality to various parts of Enano (unlocked only with a plugin) and fixed groups table
|
file |
diff |
annotate
|
Sat, 23 Jun 2007 10:16:53 -0400 |
Dan |
Emergency version change to 1.0rc3 to fix XSS vulnerabilities
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 18:41:10 -0400 |
Dan |
Added option in installer to not let admins embed PHP
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 16:03:00 -0400 |
dan |
Initial population
|
file |
diff |
annotate
|