silverstripe-reports/javascript
Ingo Schommer f72e6d9a56 elofgren: In order to fix: http://support.silverstripe.com/gsoc/ticket/58 "Add" button is broken after reloadRecipientsList() is called do the following:
After recipients are imported, show a link to "reload the Mailing List" which calls reloadRecipientsList() instead of doing it automatically. 
Simply call getPageFromServer() and focus the Recipients tab, instead of only reloading the Recipients tab. 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42052 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 02:27:39 +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: When 'Duplicate this page' is clicked, first silently (without confirmation) save the page, then duplicate it so the new page is identical to the other page. Closes gsoc Ticket #41: Apply xmedeko's "autoSave before page duplicate" fixes to gsoc branch. Adapted from code posted here: http://www.silverstripe.com/contributions/flat/2073 Thanks Ondra\! 2007-09-15 21:56:40 +00:00
CMSMain_right.js elofgren:USABILITY: Add ajax network-save.gif icon to all 'Save' buttons while they are being submitted. Also add it to 'Save & Publish' and 'Unpublish' buttons. Fulfills: http://www.silverstripe.com/google-summer-of-code-forum/flat/1654?showPost=1730#post1730 2007-09-15 01:11:50 +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: When 'Duplicate this page' is clicked, first silently (without confirmation) save the page, then duplicate it so the new page is identical to the other page. Closes gsoc Ticket #41: Apply xmedeko's "autoSave before page duplicate" fixes to gsoc branch. Adapted from code posted here: http://www.silverstripe.com/contributions/flat/2073 Thanks Ondra\! 2007-09-15 21:56:40 +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: Fix wording on alert() shown when Delete button is clicked in NewsletterAdmin?.js left to refer to 'Newsletter item' instead of 'Page' 2007-09-16 02:18:43 +00:00
NewsletterAdmin_right.js elofgren: In order to fix: http://support.silverstripe.com/gsoc/ticket/58 "Add" button is broken after reloadRecipientsList() is called do the following: 2007-09-16 02:27:39 +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 Moved CMS module to open source path 2007-07-19 10:40:05 +00:00
TinyMCEImageEnhancement.js mujma: ENHANCEMENT: Added photo upload in TinyMCE editor. 2007-09-16 02:21:47 +00:00
Upload.js mujma: ENHANCEMENT: Added SWFUpload library as default method of uploading files. 2007-09-16 01:40:26 +00:00
WidgetAreaEditor.js Moved widgets into core 2007-08-02 22:07:11 +00:00