CMS Announcements
- March 22, 2006 - The CMS training presentation (PDF - 786KB) is now available.
- The "New editor" includes a spell checker. Many contributors are already using this editor. If you are not yet using the new editor and would like to, go to the "CMS Home" or main page, click on the "Change editor" menu item. Then, select the "New editor" item and click the "Change editor" button.
- Other changes to the CMS have been made. See the changelog below.
CMS Changelog
Revision: 29
Author: cwthomas
Date: 4:31:14 PM, Thursday, May 18, 2006
Message:
- modified functions.php - code cleanup
- modified MakeSource.php - New page layout
Revision: 28
Author: cwthomas
Date: 2:04:13 PM, Tuesday, March 14, 2006
Message:
- modified EditContent.php - Added links to see the images and documents folders.
Revision: 27
Author: cwthomas
Date: 9:34:16 AM, Wednesday, March 08, 2006
Message:
- modified cms_page_expire.php - fixed problem with blank publish dates (1/1/1900) and email being sent out. Fixed url links inside email text.
Revision: 26
Author: cwthomas
Date: 10:01:13 AM, Tuesday, February 21, 2006
Message:
- modified cms_page_expire.php - Increased timeout just in case program takes a long time to execute. Email text changed to be more useful for end users. Now users get an email every n days until page is modified. Where n=Page Lifespan. So, if n=30, every 30 days a user will get an email until the page is modified.
- modified CMSDisplayPage.php - Code cleanup.
- modified CMSLeftLinks.inc - Code cleanup.
- modified DuplicatePage.php - When a new page is created from an existing page, the original page is checked-in.
- modified EditContent.php - Fixed problem with the new editor and popup notice.
- modified MassPublish.php - Code cleanup.
- modified PublishPage.php - Code cleanup.
- modified upload.php - Filesize limit increased to 5mb.
- modified upload2.php - Filesize limit increased to 5mb.
Revision: 25
Author: cwthomas
Date: 4:27:16 PM, Monday, January 09, 2006
Message:
- modified cms_user_report.php - provides a link to cms_user_info.php
- modified DuplicatePage.php - Fixed problem with single quotes (apostrophes) and the title and description fields. Added ExtraHeader field.
- modified EditContent.php - Made textarea box longer for ExtraHeader field.
- modified UpdateContent.php - Fixed probem with single quotes (apostrophes) in ExtraHeader field.
- added cms_user_info.php - Initial import. Gives webmasters some stats about a user in the CMS.
Revision: 24
Author: cwthomas
Date: 2:51:02 PM, Tuesday, January 03, 2006
Message:
- modified CMSDisplayPage.php - Corrected problem with 'Last Revised' Date on published pages.
- modified EditContent.php - Only Webmasters can see the new Extra Header Info field.
- modified EditPageSetup.php - Issue with table background colors and Firefox fixed.
- modified MakeSource.php - Corrected problem with 'Last Revised' Date on published pages.
- modified MassPublish.php - Corrected problem with 'Last Revised' Date on published pages.
- modified PublishPage.php - Corrected problem with 'Last Revised' Date on published pages.
- modified UpdateContent.php - Only Webmasters can see the new Extra Header Info field.
Revision: 23
Author: cwthomas
Date: 10:41:21 AM, Friday, December 30, 2005
Message:
- modified change_editor.php - when user changes editor, it now reports what the editor was changed to.
- modified cms_user_report.php - switch to ldaps:// protocol.
- modified CMSDisplayPage.php - CMS includes and other includes work again in page preview. Added code for new extra header field.
- modified CMSTop.php - Info Area Approver functions now working.
- modified EditContent.php - Extra Header field added. Issue with table background colors and Firefox fixed. Help text now gets displayed not only when the mouse hovers over the field name, but also when the mouse hovers over the textbox.
- modified functions.php - Code to take out some of Microsoft's junk html.
- modified index.php - Issue with table background colors and Firefox fixed.
- modified MakeSource.php – When the description field contains on data, the description meta tag is not created. Also, problem with single quotes in the description meta tag fixed.
- modified MassPublish.php - Extra Header field added.
- modified UpdateContent.php - Extra Header field added.
- modified Workflow.php - Switched mail programs that hopefully work better with the new servers. For better formatting of CMS Update email messages, html is used instead of plain text. When emails are sent out, the program no longer assumes everyone is username@llu.edu. LDAP is used to lookup email addresses. (so ahs.llumc.edu people should start to get emails from the CMS)
- added cms_page_expire.php - Page contributors are notified once their pages have reached a certain age defined in the PageLifeSpan field. Webmasters get a daily summary of the old pages.
Revision: 22
Author: cwthomas
Date: 12:02:38 PM, Monday, December 12, 2005
Message:
- modified CMSTop.php - Delete confirmation screen added. Some code cleanup too.
- modified diff.py - Made compatible with new web server.
- modified DuplicatePage.php - Title and description fields inherit values from previous page. User is prompted to change title and description when they start to edit the new page.
- modified EditContent.php - Some data columns now have 'hover over' help text. User is prompt to change title and description when they start to edit the new page.
- modified EditPageSetup.php - User is prompt to change title and description when they start to edit the new page.
- modified functions.php - New function to get CMS version/revision.
- modified index.php - Link to CMS user list for Webmasters. CMS revision number and a link to the changelog is printed at the bottom of the page.
- modified InfoAreaAction.php - Fixed bug with InfoArea Mass Update ignoring case sensitivity.
- modified login.php - Added a link to the new CMS announcements page.
- modified MakeSource.php - Description meta tag added to allow for better search result rankings. Last revised date changed from published date to last date submitted for publication.
- modified MassPublish.php - Description meta tag added to allow for better search result rankings. Last revised date changed from published date to last date submitted for publication.
- modified standardfilter.inc - Fixed bug with InfoArea Mass Update ignoring case sensitivity.
- modified upload.php - A better file upload UI used. Fixed bug when uploading 5 files at one time.
- modified upload2.php - A better file upload UI used. Fixed bug when uploading 5 files at one time.
- added cms_user_report.php - Initial Import. CMS user list.
- added multifile.js - Initial Import. File upload UI
- added multifile_compressed.js - Initial Import. File upload UI.
Revision: 21
Author: cwthomas
Date: 11:09:40 AM, Tuesday, November 08, 2005
Message:
- modified change_editor.php - changed name of editors and added descriptions
- modified EditContent.php - made new editor box longer
- modified MassPublish.php - tried to fix permission problem
- modified PublishPage.php - tried to fix permission problem
- modified upload.php - tried to fix permission problem
- modified upload2.php - tried to fix permission problem
Revision: 20
Author: cwthomas
Date: 12:26:51 PM, Friday, October 28, 2005
Message:
- modified authorize.php - code formatting. added ability for users to switch editors.
- modified CMSLeftLinks.inc - added ability for users to switch editors.
- modified EditContent.php - added ability for users to switch editors. Added link to guide at bottom of the page.
- modified index.php - added ability for users to switch editors. Added link to guide at bottom of the page. Got rid of escape characters showing up in info area names.
- modified InfoArea.php - Added link to guide at bottom of the page.
- modified InfoAreaAction.php - Added link to guide at bottom of the page.
- modified login.php - set focus on username textbox when page loads
- modified MassUpdateChoices.php - Added link to guide at bottom of the page.
- modified upload.php - Added link to guide at bottom of the page. Links to just uploaded items open up in new browser window.
- added change_editor.php - initial import. code to change editor.
- added upload2.php - initial import. code to be able to upload files from EditContent.php page.
Revision: 19
Author: cwthomas
Date: 6:38:30 PM, Wednesday, August 31, 2005
Message:
- A user can't upload any of these files '.html','.htm','.php','.asp','.aspx','.jsp','.bat','.exe','.cgi','.pl','.sh','.cfm'.
- Bottom nav. has been pushed down so it doesn't run into the left nav.
- & signs and spaces in file names will be replaced with a _and_ and _, respectively.
- All file names are converted to lowercase.
Revision: 18
Author: cwthomas
Date: 2:44:14 PM, Wednesday, August 31, 2005
Message:
- Added support for Html Diff.
Revision: 17
Author: cwthomas
Date: 3:01:59 PM, Tuesday, August 30, 2005
Message:
- Support for uploading files.
Revision: 16
Author: cwthomas
Date: 2:17:33 PM, Friday, August 12, 2005
Message:
- Update for new design.
Revision: 14
Author: cwthomas
Date: 11:06:28 AM, Wednesday, August 03, 2005
Message:
- fixed dashes turning into question marks
Revision: 13
Author: cwthomas
Date: 4:46:13 PM, Thursday, July 21, 2005
Message:
- Now single and double quotes will not be turned into question marks.
Revision: 12
Author: cwthomas
Date: 10:49:22 AM, Monday, July 11, 2005
Message:
- Change group owner to www for directories
Revision: 11
Author: cwthomas
Date: 11:22:24 AM, Monday, June 27, 2005
Message:
- Changed file group of published pages to www.
Revision: 10
Author: cwthomas
Date: 11:22:06 AM, Monday, June 27, 2005
Message:
- Changed file group of published pages to www.
Revision: 9
Author: cwthomas
Date: 11:04:20 AM, Wednesday, June 01, 2005
Message:
- changed url to point to www
Revision: 8
Author: cwthomas
Date: 9:06:08 AM, Tuesday, May 24, 2005
Message:
- modified Workflow.php - Added PageID to identify pages inserted without a proper name.
Revision: 7
Author: cwthomas
Date: 1:46:39 PM, Monday, May 23, 2005
Message:
- added code for email notification
Revision: 6
Author: cwthomas
Date: 11:16:17 AM, Monday, May 23, 2005
Message:
- Added ability to change InfoAreaName with the MassUpdate page.
Revision: 5
Author: cwthomas
Date: 4:23:21 PM, Wednesday, May 18, 2005
Message:
- htmltidy code
Revision: 4
Author: cwthomas
Date: 3:41:18 PM, Wednesday, May 18, 2005
Message:
- functions.php - fixed problem with italics and bold settings
- PublishPage.php - changed link for includes to point to www
Revision: 3
Author: cwthomas
Date: 1:30:03 PM, Friday, May 13, 2005
Message:
- fixed problem with italics and other font atributes
Revision: 2
Author: cwthomas
Date: 10:11:10 AM, Thursday, May 12, 2005
Message:
- Sync with what is on WWW
Revision: 1
Author: cwthomas
Date: 12:11:30 PM, Wednesday, April 20, 2005
Message:
- Initial Import

