History for banancanard-eoCMS/

Revision Author Commited Message
826 confuser picture confuser Tue 18 May, 2010 21:15:42 +0000

Fixed warning if user has no posts and Show Posts is clicked

825 confuser picture confuser Tue 11 May, 2010 17:50:24 +0000

Fixed register function, should now return true and success message now display upon registering

824 confuser picture confuser Thu 06 May, 2010 17:46:03 +0000

Updated jQuery to 1.4.2 and jQuery UI to 1.8.1

823 confuser picture confuser Thu 06 May, 2010 16:44:00 +0000

Added preliminary $plugin array

822 confuser picture confuser Mon 03 May, 2010 17:55:44 +0000

Removed admin.js, added dataTables and jQuery UI

821 confuser picture confuser Mon 03 May, 2010 17:54:56 +0000

Updated latest_topics panel to reflect updated table structure, removed jquery ui library from quick_admin

820 confuser picture confuser Mon 03 May, 2010 17:53:47 +0000

Updated installer with new captcha/token system table

819 confuser picture confuser Mon 03 May, 2010 17:52:13 +0000

Updated CAPTCHA class

818 confuser picture confuser Mon 03 May, 2010 17:51:34 +0000

changed captcha and token system to use database rather than session

817 confuser picture confuser Mon 03 May, 2010 17:42:39 +0000

Moved register function to adduser to allow other uses

816 confuser picture confuser Mon 19 Apr, 2010 11:26:22 +0000

Completed new Site Settings blueprints and removed old one

815 confuser picture confuser Mon 19 Apr, 2010 11:01:18 +0000

Completed registration admin blueprint

814 confuser picture confuser Mon 19 Apr, 2010 10:36:51 +0000

Completed new maintenance admin blueprint

813 confuser picture confuser Mon 19 Apr, 2010 09:37:27 +0000

Fixed quick search

812 confuser picture confuser Fri 16 Apr, 2010 18:44:33 +0000

Changed sitesettings function to accept an array, to make it easier to use new setting variables

811 banancanard picture banancanard Mon 15 Mar, 2010 19:26:06 +0000

Fixed the values it sends when creating a new page so the values are correct for rating and comment.

810 banancanard picture banancanard Mon 15 Mar, 2010 19:25:16 +0000

Removed the check of comment and rating before inserting it into the database.

809 banancanard picture banancanard Fri 12 Mar, 2010 19:37:27 +0000

Added in the missing query string in displaylowerpanel which was causing a notice to appear.

808 confuser picture confuser Thu 04 Mar, 2010 22:32:54 +0000

Fixed undefined authid in Links admin layout

807 confuser picture confuser Thu 04 Mar, 2010 22:30:44 +0000

Fixed typo in add link query

806 confuser picture confuser Sun 28 Feb, 2010 22:48:44 +0000

Fixed exclude panels problems when excluding using a query string

805 confuser picture confuser Sat 27 Feb, 2010 12:47:40 +0000

Register will now check if the email address is already in use by another user, if it is, it will output an error

804 confuser picture confuser Fri 26 Feb, 2010 17:24:48 +0000

Suppressed any warnings in the PHPMailer class

803 confuser picture confuser Thu 25 Feb, 2010 20:37:01 +0000

Fixed local time panel in trunk

802 confuser picture confuser Thu 25 Feb, 2010 20:35:17 +0000

Accidently removed if statement in last rev (local time panel), fixed