Commit Graph

  • e1438c9949 qhoxie: updates to stats panels (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:49:54 +0000
  • dd853ef168 elofgren: USABILITY: Add 'label' tags for 'Compare mode (click 2 below)' and 'Show unpublished versions' checkboxes in left frame 'Page Version History' section. (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:49:11 +0000
  • e70d060983 elofgren: USABILITY: In 'Page Version History' left sidebar section, use a checkbox labeled 'Compare mode (click 2 below)' instead of a drop-down with only 'View (click to see)' and 'Compare (click 2 to see)' options. More info: http://www.elijahlofgren.com/silverstripe/inconsistent-go-buttons/ (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:48:48 +0000
  • d497fbf671 elofgren: VAR FIXES: Add some needed issets() and variable initializations to fix a lot of warnings when comparing 2 versions of a page. (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:48:11 +0000
  • 9b29b09a24 elofgren: VAR FIX: Fix typo in LeftAndMain::addTreeNodeJS() by renaming 'select' parameter to 'selected' because 'selected' is what is used in the method body. (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:46:51 +0000
  • dfa6b99f18 elofgren: VAR FIXES: Fix 2 undefined variable errors in CMSMain::deletefromlive() and 1 in CMSMain::deleteitems() that showed up in status messages while deleting pages. (merged from branches/gsoc) Ingo Schommer 2007-09-15 00:46:22 +0000
  • 8f980e1e02 elofgren: USABILITY: Add tooltips to pages in 'Site Content' tree showing 'Page type: className' where className is the page's type. More info: http://www.elijahlofgren.com/silverstripe/icons-missing-from-left-navigation-tree-key/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:42:24 +0000
  • 5e6fd830e2 elofgren: USABILITY: Fix usability issue #30 'Replace Image button needs repositioning' by adding back the margin, border, and padding around the fieldset and increasing height. More info: http://www.elijahlofgren.com/silverstripe/replace-image-button-needs-repositioning/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:41:51 +0000
  • 59bfa913a5 elofgren: USABILITY: In 'Site Content' left frame, relabel 'Site Tree' => 'Site Content', 'History' => 'Page Version History', 'Reports' => 'Site Reports' .Fixes usability issue #21: http://www.elijahlofgren.com/silverstripe/site-content-needs-consistent-labeling/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:41:22 +0000
  • ad3aed7930 mlanthaler: Bugfix: "if($className == null); $className = $this->stat('subitem_class');" had no effect because of the semicolon after the if-statement. (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:40:56 +0000
  • c2f57b75de mlanthaler: Suppress E_NOTICE when $_REQUESTctf?childID? is not set (e.g. when adding a new member by clicking on "Add member" in the security tab). (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:39:59 +0000
  • 3ee2969cd5 elofgren: USABILITY: Remove 'Surname', 'FirstName?', and 'Email' from list of 'changeDetection_fieldsToIgnore'. This completes fixes for usability issue #91 "Warning needs to be added for unsaved changes in Security section". More info: http://www.elijahlofgren.com/silverstripe/warning-needs-to-be-added-for-unsaved-changes-in-security-section/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:38:25 +0000
  • 119b3b017a elofgren: USABILITY: Remove the left Side Tabs and implement clicking on the headings to show sidebar sections instead in order to fix Usability issue "#22 Allow clicking on blue heading bar of Left Site Tree to reduce it". More info: http://www.elijahlofgren.com/silverstripe/allow-clicking-on-blue-heading-bar-of-left-site-tree-to-reduce-it/ A big THANK YOU to Andy Skelton for permission to use his WordPress? toggle icons originally posted at: http://trac.wordpress.org/attachment/ticket/1904/toggle.gif (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:37:48 +0000
  • 274a3d678c elofgren: Set svn:mime-type=application/octet-stream on psd images in cms/images/sidetabs so they won't show up in diffs when they are deleted. (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:34:34 +0000
  • 8fe47c6e87 qhoxie: basic setup for statistics viewing and handling in the cms (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:33:51 +0000
  • 7f61325204 elofgren: Remove unused code: 1. doYouWantToSave() that called OpenModalDialog?() has been replaced by a call to confirm() 2. CMSMain::savedialog() which was the PHP part of the old modal save dialog. 3. save() in NewsletterAdmin?_right.js which seems to have been replaced by the save function of Form_EditForm (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:32:19 +0000
  • 93ae866e60 elofgren: USABILITY: Make Newsletter section use new js confirm dialog instead of old modal one. More info: http://www.elijahlofgren.com/silverstripe/alert-users-when-leaving-tab-with-unsaved-changes/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:30:54 +0000
  • f7ed6b050f elofgren: USABILITY: 1. Always use confirmation when calling autoSave, not just for 'Microsoft Internet Explorer' since the new confirm() dialog works in all browsers. 2. Make MainMenu? links call LeftAndMain?_window_unload() to check for unsaved changes before loading new page. Don't register LeftAndMain?_window_unload with window 'beforeunload' event because it cannot stop the page unload and the save check is now done via links (where stopping the unload works). 3. Make external Logo link open in a new window like the Menu-help link to prevent unsaved changes being lost. More info: http://www.elijahlofgren.com/silverstripe/alert-users-when-leaving-tab-with-unsaved-changes/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:30:11 +0000
  • b1173b174b elofgren: Add back options save code deleted in r36865 because it is used if confirmation=false (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:29:12 +0000
  • 067d630e06 elofgren: USABILITY: Use a confirm() javascript dialog box instead of the slow loading modal one for asking user if they want to save their changes when they click on a new page in the left tree. More info: http://www.elijahlofgren.com/silverstripe/alert-users-when-leaving-tab-with-unsaved-changes/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:28:41 +0000
  • 9792c6bf37 elofgren: Add ellipsis (...) to Newsletter Send button to be consistent with 'Move Files...' button. (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:28:03 +0000
  • 8be38885d0 elofgren: USABILITY: Fix usability issue #66 'Cancel button needs to be added to Send Newsletter Window' by adding a Cancel button and aligning it left. More info here: http://www.elijahlofgren.com/silverstripe/cancel-button-needs-to-be-added-to-send-newsletter-window/ (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:27:34 +0000
  • 74214051b8 mlanthaler: Changed the login messages to reflect the fact that more authentication methods are available. (merged from branches/gsoc) Ingo Schommer 2007-09-14 19:26:56 +0000
  • 19e222b5c2 elofgren: BUGFIX: In NewsletterAdmin::getNewsletterEditForm() use 'NewsletterEditForm?' instead of 'EditForm?' as the name of the form so that clicking 'Save changes' in the 'Unsaved Changes' reminder popup will actually save the Newsletter draft. (merged from branches/gsoc) Ingo Schommer 2007-09-14 18:12:42 +0000
  • 4c0681927d elofgren: Instead of setting className= in NewsletterAdmin?'s save() and savenewsletter() functions (in order to fix an undefined variable problem earlier), set it to 'NewsletterType?' in save() and 'Newsletter' in savenewsletter(), and then use those values in both calls to DataObject::get_one() (merged from branches/gsoc) Ingo Schommer 2007-09-14 18:12:00 +0000
  • 1eca17e0a9 elofgren: USABILITY: Rework the tabs in the Newsletter section to be less confusing as per issue #57 of the Usability Report Includes the removal of all tabs and submit action buttons when 'Drafts' or 'Sent Items' are clicked and the addition of an 'add one' link on 'Drafts' folder page. For more information see: http://www.elijahlofgren.com/silverstripe/newletter-tree-and-tab-row-are-confusing/ Includes a few fixes for undefined variables. (merged from branches/gsoc) Ingo Schommer 2007-09-14 17:29:08 +0000
  • 9a229d70a5 mujma: USABILITY: Fixed usability issue number #46. (merged from branches/gsoc) Ingo Schommer 2007-09-14 02:33:58 +0000
  • 18cde3fb7d mujma: USABILITY: Fixed usability issue number #43. (merged from branches/gsoc) Ingo Schommer 2007-09-14 02:32:55 +0000
  • 83bc91db7f mujma: BBUGFIX: Save button is now on right hand side. (merged from branches/gsoc) Ingo Schommer 2007-09-14 02:20:42 +0000
  • 1bff08f5d2 wscott: The cms will now ping google with sitemap updates when pages are published or unpublished (merged from branches/gsoc) Ingo Schommer 2007-09-14 01:19:13 +0000
  • e3fee8edf6 wscott: Added comment to _config.php (merged from branches/gsoc) Ingo Schommer 2007-09-14 01:01:48 +0000
  • 4301f7b29f added a message to indicate there are no widgets available Sean Harvey 2007-09-09 11:28:26 +0000
  • 0538bc2595 Add back the lines deleted in r41205 Andrew O'Neil 2007-09-07 00:20:22 +0000
  • 1bd7dce68a Refactored CMS page-URL accessing to use ->AbsoluteLink(), which can be overridden by defining alternateAbsoluteLink() Sam Minnee 2007-09-05 06:42:26 +0000
  • df2b2f695a Added SiteTreeHandlers.controller_url so that subsites module can work Sam Minnee 2007-09-04 04:12:30 +0000
  • e7a56ece26 RelationComplexTableField.js and GalleryPage_CMS.js requirements adding Romain Louis 2007-09-04 03:42:59 +0000
  • 1739d9932a Added EDIT_PERMISSIONS permission code for SecurityAdmin Added LeftAndMain::alternateAccessCheck() / alternateMenuDisplayCheck() so that subsite could hook a new security model into the admin Added support for Group::alternateTreeTitle() to allow subsites to put *s before global groups Sam Minnee 2007-08-31 00:31:49 +0000
  • 62c2237773 Improved ingize() support so that it works on multi-word verbs Sam Minnee 2007-08-28 22:03:18 +0000
  • 6c4a2e24aa Refactored newsletter system to put recipient selection and form-fieldset generation into the NewsletterType class, to allow for subclassing NewsletterType to create special system newsletters. [see oriwave2 for an example] Removed a number of notice-level errors. Allowed for BOUNCE_EMAIL to not exist and bounce-handling to be disabled. Sam Minnee 2007-08-28 01:55:45 +0000
  • 281009b00f Removing notice-level errors Sam Minnee 2007-08-27 05:07:43 +0000
  • b747f9c42e Moved callPageMethod to leftandmain, so that I can use it in other CMS controllers Sam Minnee 2007-08-27 05:06:57 +0000
  • 628105c410 add more strict condition inside getNewletterTypeEditForm to make NewsleterAdmin more robust. Normann Lou 2007-08-24 03:50:17 +0000
  • 48939b8102 add an unsubscribe record when member unsubscribe a newsletter. Normann Lou 2007-08-24 03:37:51 +0000
  • 23a2a46532 enable validation to GenericDataAdmin form Normann Lou 2007-08-23 05:45:41 +0000
  • 15d8a4b8f6 Fixed file upload issues when open_basedir restriction is enabled. Andrew O'Neil 2007-08-21 02:32:20 +0000
  • 2748b0e81b Removed notice level errors Sam Minnee 2007-08-20 23:17:56 +0000
  • 9b43207884 Fixed svn:eol-style settings Sam Minnee 2007-08-18 02:33:28 +0000
  • 63cbd15456 Improved subsite-admin search to support unit testing Sam Minnee 2007-08-17 05:49:19 +0000
  • 75804f6fc8 Fix for GenericDataAdmin to support new controller model Sam Minnee 2007-08-17 05:42:27 +0000
  • 1c2f30978a Added HTTPResponse object, to encapsulate Controller responses for aid testing and other 'quirky' uses of Controllers Sam Minnee 2007-08-17 03:09:46 +0000
  • 56a65ab20d Added CMSTopMenu template, so that add-on modules could change the top menu Sam Minnee 2007-08-16 06:25:55 +0000
  • 79f5bd5db4 Added ability to add extensions to LeftAndMain, and supply and augmentInit method on them Added the ability to define getCMSTreeTitle in a LeftAndMain extension to change the main title at the top of the tree Sam Minnee 2007-08-16 06:25:17 +0000
  • 287f0990fc whoops, those icons were meant to be in blog. Jeremy Shipman 2007-08-15 04:50:37 +0000
  • 4c38b7c181 Minor change to blog icon Jeremy Shipman 2007-08-15 04:43:10 +0000
  • 388b479a63 Created and added blog icons for tree. Jeremy Shipman 2007-08-15 04:40:00 +0000
  • d12ea7b2a7 tidied up the page comment interface. Improved vaildation as well. Will Rossiter 2007-08-15 01:25:12 +0000
  • 6e43abc98f Moved styling Jeremy Shipman 2007-08-14 04:44:33 +0000
  • 8c8d1986e0 Improved spam protection question updating. Now refreshes immediately after posting the form, no matter if you get it right or wrong. More consistent notification if you get the question wrong (same box used as other notifications). Jeremy Shipman 2007-08-14 04:40:14 +0000
  • c0f872b8fe Improved spam protection question updating. Now refreshes immediately after posting the form, no matter if you get it right or wrong. More consistent notification if you get the question wrong (same box used as other notifications). Jeremy Shipman 2007-08-14 04:39:29 +0000
  • 3c4b53030b Added a delete all button in the spam folder Andrew O'Neil 2007-08-13 00:39:37 +0000
  • 3d5d9200ca Renamed feedback to comments Andrew O'Neil 2007-08-13 00:32:48 +0000
  • 1e02df02f9 Unmoderated comments have unmoderated css class on them Andrew O'Neil 2007-08-12 23:39:18 +0000
  • d81317252e Fix comment ajax Andrew O'Neil 2007-08-12 23:37:29 +0000
  • 2a64b249a2 Report spam/ham to akismet if it is enabled Andrew O'Neil 2007-08-12 23:11:37 +0000
  • d7ea506562 'Approving' a comment makes more sense than 'accepting' a comment Andrew O'Neil 2007-08-12 22:19:06 +0000
  • 6b4cdc6dbb Added icons (thanks WIll! :D) Andrew O'Neil 2007-08-10 05:02:52 +0000
  • ca4a3b91d8 Only show unmoderated comments if the user is an admin Andrew O'Neil 2007-08-10 04:33:02 +0000
  • d5a0cf374f Icon for feedback admin Andrew O'Neil 2007-08-10 04:10:50 +0000
  • 7e1d53885d Highlight the current folder Andrew O'Neil 2007-08-10 02:55:37 +0000
  • 2728b92c42 Add root item 'Comments' to tree in feedback admin Andrew O'Neil 2007-08-10 02:31:28 +0000
  • a4aad537c3 Now that we have a management interface, it makes sense to save spam by default Andrew O'Neil 2007-08-10 02:14:56 +0000
  • 683f9f6d11 #1189 Page comments links for spam and delete comment should be inside <ul> Andrew O'Neil 2007-08-10 02:11:00 +0000
  • 6de32f6edc Don't show unmoderated comments unless user is admin, add link to accept comment Andrew O'Neil 2007-08-10 01:29:09 +0000
  • e3445db25b Get rid of unsaved changes dialog in feedback admin Andrew O'Neil 2007-08-10 01:02:08 +0000
  • 51b13e4e85 Sort by creation date desc Andrew O'Neil 2007-08-10 00:47:11 +0000
  • c4fd1281e1 Sort by creation date desc Andrew O'Neil 2007-08-10 00:46:37 +0000
  • ab89c8dd7a Removed sorting as it doesn't work properly Andrew O'Neil 2007-08-10 00:37:23 +0000
  • 4211621504 Get rid of unsaved changes dialog in feedback admin Andrew O'Neil 2007-08-10 00:20:08 +0000
  • 4f3e2216e0 Styling of seach form on feedback admin Andrew O'Neil 2007-08-10 00:15:32 +0000
  • 6ecfafcc18 Searching in feedback admin Andrew O'Neil 2007-08-10 00:03:30 +0000
  • cf5cda9799 Spam, ham and accepting of marked comments Andrew O'Neil 2007-08-09 23:19:20 +0000
  • 4cbc4642b6 Added deleting of marked comments Andrew O'Neil 2007-08-09 22:59:20 +0000
  • a1cb5387a1 Added search form to comment admin Andrew O'Neil 2007-08-09 22:24:38 +0000
  • 8c9f5900b5 Allowing marking of comment as spam, ham or accepted in cms Andrew O'Neil 2007-08-08 06:00:20 +0000
  • 6666021921 Fixed breakage in comments with unescaped entities Andrew O'Neil 2007-08-08 04:55:41 +0000
  • 3a805afecf Changed spam protection so that user is redirected back to comment form if they get the question wrong and don't use javascript. Jeremy Shipman 2007-08-08 04:34:12 +0000
  • d521b06a8c Show page title in comment table Andrew O'Neil 2007-08-08 03:59:50 +0000
  • 9f4c3d3196 Began interface for comment administration Andrew O'Neil 2007-08-08 01:16:02 +0000
  • 9099fa1474 Allow setting of moderation in _config Andrew O'Neil 2007-08-07 23:18:30 +0000
  • 12069c6a96 Show a link for page comments on each page Andrew O'Neil 2007-08-07 04:59:19 +0000
  • 475b872eb8 Allow specifying the page in page comment rss feeds Andrew O'Neil 2007-08-07 04:32:52 +0000
  • 3e5a0968ae Fixed authors breaking rss feeds Andrew O'Neil 2007-08-06 01:07:41 +0000
  • 19b3420722 Added anchors to page comments in rss Andrew O'Neil 2007-08-06 01:03:19 +0000
  • 93894fd11b Move the left behind widget images to cms Andrew O'Neil 2007-08-03 04:19:31 +0000
  • 9de10f467c #1428 - 'Available widgets' is good, but 'Used widgets' is confusing Andrew O'Neil 2007-08-02 22:28:38 +0000
  • 112d7ed1ad Moved widgets into core Andrew O'Neil 2007-08-02 22:07:11 +0000
  • c52da55f62 changed method name enabled to setEnabled Jeremy Shipman 2007-07-29 23:03:05 +0000
  • 7d2f612ac8 Captcha hasn't been comitted. So i commented out that stuff. Jeremy Shipman 2007-07-29 23:01:32 +0000
  • 1fb1cfa978 Adding in the beginnins of spam protection tools. Jeremy Shipman 2007-07-29 22:56:16 +0000
  • 6a0d8a70ea Fixed php notices Andrew O'Neil 2007-07-27 05:26:00 +0000