silverstripe-reports/javascript
Ingo Schommer 54b428e6d3 elofgren: NEW FEATURE: Add 'Show only changed pages' checkbox above 'Publish the selected pages'
button under 'Bulk Actions'. Note: Pages that have children will always be 
shown in case, their children have been changed. 
Suggested here: http://www.silverstripe.com/silverstripe-development/flat/3799?showPost=4092#post4092 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42087 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:20:02 +00:00
..
ImageEditor mujma: ENHANCEMENT: Swaped alert() during crop to statusMessage(). 2007-09-16 02:25:07 +00:00
AssetAdmin.js elofgren: Remove leftover file drag and drop debug code accidentally committed in r37813 2007-09-16 00:48:41 +00:00
BulkLoaderAdmin.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
CMSMain_left.js elofgren: NEW FEATURE: Add 'Show only changed pages' checkbox above 'Publish the selected pages' 2007-09-16 15:20:02 +00:00
CMSMain_right.js elofgren: BUGFIX: Fix trac ticket: #66 Error when "Restore" button is clicked after a page is "Removed from the draft site" http://support.silverstripe.com/gsoc/ticket/66 2007-09-16 02:29:34 +00:00
CMSMain_upload.js mujma: ENHANCEMENTS: Added comments. 2007-09-16 02:36:42 +00:00
CMSMain.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
CommentAdmin_right.js Renamed feedback to comments 2007-08-13 00:32:48 +00:00
CommentList.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
CommentTableField.js 'Approving' a comment makes more sense than 'accepting' a comment 2007-08-12 22:19:06 +00:00
dialog.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
ForumAdmin.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
GenericDataAdmin_left.js 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 2007-09-14 19:37:48 +00:00
GenericDataAdmin_right.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
ImprintStats.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
LeftAndMain_left.js elofgren: NEW FEATURE: When 'Search' button is clicked show a simple search text input and button which allow for filtering the Site Tree by searching the URL, Title, Menu Title, and Content. 2007-09-16 15:19:17 +00:00
LeftAndMain_right.js reverted "comment-out-bugfix" from r41968 2007-09-15 21:59:34 +00:00
LeftAndMain.js mujma: ENHANCEMENT: Swaped alert() during crop to statusMessage(). 2007-09-16 02:25:07 +00:00
MemberList.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
MemberTableField_popup.js mlanthaler: Bugfix: Fixed bug which caused problems in IE but was tolerated in Firefox. 2007-09-15 20:11:40 +00:00
MemberTableField.js 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 2007-09-14 19:38:25 +00:00
Newsletter_UploadForm.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
NewsletterAdmin_left.js elofgren: USABILITY: Make 'Add new draft' the default action for 'Create...' in the Newsletter section. Also make 'Add new draft' be selected whenever a selection is made in the left tree. Only select 'Add new type' by default if there are no Newsletter types. This will reduce confusion and make the more common 'Add new draft' action easier since it will be the default. Also select the 'Add new draft' option after a Newsletter type is added since this will be the next logical action. This fixes GSoC trac ticket: http://support.silverstripe.com/gsoc/ticket/70 2007-09-16 02:32:33 +00:00
NewsletterAdmin_right.js elofgren: BUGFIX: Don't save new Newsletter drafts as soon as they are created to prevent TinyMCE Javascript errors in IE. Always save Newsletter drafts before sending to prevent unsaved newsletter drafts from being sent out completely blank because change detection for new newsletter drafts does not work in IE. 2007-09-16 02:28:14 +00:00
NewsletterMemberList.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
PageCommentInterface.js Moved styling 2007-08-14 04:44:33 +00:00
ReportAdmin_left.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
ReportAdmin_right.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
SecurityAdmin_left.js elofgren: Use simply 'group' instead of 'security group' for consistency in alert about no groups being selected when 'Delete the selected groups' is clicked. 2007-09-16 02:20:08 +00:00
SecurityAdmin_right.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
SideReports.js elofgren: USABILITY: Make the 'Site Reports' drop-down use a 'Go' button. Fixes usability issue #12. More info: http://www.elijahlofgren.com/silverstripe/inconsistent-go-buttons/ 2007-09-15 01:15:08 +00:00
SideTabs.js elofgren: Use Effect.ReSize? to add smooth resizing to left sidebar sections in 'Site Content' section. 2007-09-15 01:14:16 +00:00
SitetreeAccess.js mlanthaler: Added javascript helper file for the UI of the new access tab for pages. 2007-09-15 01:05:16 +00:00
TaskList.js Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
ThumbnailStripField.js mujma: ENHANCEMENT: Added photo upload in TinyMCE editor. 2007-09-16 02:21:47 +00:00
tinymce.template.js elofgren: BUGFIX: Add if((typeof tinyMCE != 'undefined')) statement around call to tinyMCE.init() to prevent "Error: 'tinyMCE' is undefined" error in IE7 on Newsletter Recipient import. . 2007-09-16 02:28:40 +00:00
TinyMCEImageEnhancement.js mujma: ENHANCEMENTS: Added comments. 2007-09-16 02:36:42 +00:00
Upload.js mujma: ENHANCEMENTS: Added comments. 2007-09-16 02:36:42 +00:00
WidgetAreaEditor.js Moved widgets into core 2007-08-02 22:07:11 +00:00