-
earldaniels committed revision 4 to the Contentor CMS SVN repository, changing 35 files.
2009-03-15 02:39:39 UTC by earldaniels
-
The formproc.php script needs to have server-side form validation - would be best if CSS could be used to highlight errors
As an example, try adding an event in the past on this (non-Contentor) page:
http://law.gsu.edu/events/add_event.php
While simplicity insetting up is the main goal, possible required field types:
- string (length min/max)
- number (value min/max)
- date (range)
2009-02-22 19:19:42 UTC by nobody
-
File manger with Contentor is crude. Consider replacing/augumenting with another file manage, perhaps the Ajax File Manager
http://www.phpletter.com/Our-Projects/Ajax-File-Manager-Project/
Would need to address security issues - The log-in mechinism would need to be tied to Contentor's authentication system (now using session variables...)
2009-02-22 16:13:37 UTC by nobody
-
earldaniels added rojoman to the Contentor CMS project.
2009-02-22 00:51:38 UTC by earldaniels
-
Already in development, need to protect submit form from robots.
The plan (for now) is to use completely transparent Javascript and drop back to a *crude* mini-captcha with MP3 audio fall-back. Most of this is now written, just need to automatically(?) tie to forms...
This plan *should* suffice for Contentor site (unless they are "high-value" sites), since there's little incentive to...
2009-02-22 00:50:29 UTC by earldaniels
-
This was accomplished by creating an entry in teh setup table with item = 'edit_page_head' that is included in the page head of edit screens. This is where the TinyMCE (or any other WYSIWYG editor setup code can be placed...
2009-02-21 23:47:40 UTC by earldaniels
-
Session variables are now used for log-in. Most installations have a 1440 second garbage collection for session info, which (i *think*) means that editors will be logged out at that time.
An AJAX script could periodically "phone home" to keep the login current...
At the very least, the issue needs to be researched and documented.
2009-02-21 23:36:45 UTC by earldaniels
-
The main login for Contentor now sets session variables instead of storing ligin info in cookies.
The file manager (util/fileman.php) still stores info in plain cookies.
Need to change to $_SESSION varialbe storage.
2009-02-21 23:33:28 UTC by earldaniels
-
Code is on the Subversion system, not CVS - *should* be available....
I'll clean up the latest version and get it posted *and* get a database SQL install going...
- Earl.
2009-02-21 17:04:55 UTC by earldaniels
-
Here's what I will do:
- Install the latest version at http://contentor.sourceforge.net and/or http://contentor.net
- Update the CVS and try to figure out how to release it publicly (there's already a somewhat recent version there...)
- Move contentor.net e-mail to Google apps (that will make it easier to add addresses for developers and/or move the web site to sf.net)
- Start checking...
2009-02-21 16:19:03 UTC by earldaniels