Commit Graph

  • 29cf057e97 mujma: ENHANCEMENT: Swaped alert() during crop to statusMessage(). (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:25:07 +0000
  • 4fd3e3510a elofgren: Use onclick instead of onchange event so that blacklist add/removing is immediately called by IE when checkboxes are clicked on the 'Bounced' tab of the 'Mailing List' section of the 'Newsletters' section. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:24:38 +0000
  • 2d04f8e14b mujma: ENHANCEMENT: Added preserving ratio during resize. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:24:11 +0000
  • 296344fd15 mujma: BUGFIX: Thumbnails are now deleted after saving photo. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:23:42 +0000
  • 030b55d750 mujma: ENHANCEMENTS: Added new design for ImageEditor?. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:23:10 +0000
  • 09ef2f0963 mujma: ENHANCEMENT: Added photo upload in TinyMCE editor. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:21:47 +0000
  • 5575c175de elofgren: Use simply 'group' instead of 'security group' for consistency in alert about no groups being selected when 'Delete the selected groups' is clicked. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:20:08 +0000
  • 0438c5006d elofgren: Added delete confirmation for items in Security left tree. As part of fix for gsoc trac ticekt: #51 Warning is needed before items are deleted from security & newsletter tree (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:19:43 +0000
  • 08974ae348 elofgren: Fix wording on alert() shown when Delete button is clicked in NewsletterAdmin?.js left to refer to 'security group' instead of 'Page' (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:19:09 +0000
  • 95c9255395 elofgren: Fix wording on alert() shown when Delete button is clicked in NewsletterAdmin?.js left to refer to 'Newsletter item' instead of 'Page' (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:18:43 +0000
  • 6cb2df64dd elofgren: Added delete confirmation for items in Newsletter left tree. As part of fix for gsoc trac ticekt: #51 Warning is needed before items are deleted from security & newsletter tree (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:18:18 +0000
  • 706580c443 elofgren: NEW FEATURE: Make it possible to blacklist and remove bounced Newsletter recipients from the Bounced tab of the Mailing List. @TODO: Make this features work corectly in IE. Make class BouncedList? just extend FormField? like it used to, extending TableListField? added unneeded complexity. Remove the unused Save button from the 'Mailing List' section. Fixes gsoc track ticket: #26 Remove uneeded "Save" button in "Mailing List" section of Newsletters (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:17:51 +0000
  • be99502d53 elofgren: NEW FEATURE: Log any attempts to send Newsletters to Emails that are blacklisted and show a 'Sending to the Following Recipients Did Not Occur Because They Are BlackListed?' report on the 'Sent Status Report' of Newsletters. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:17:14 +0000
  • bba347331f elofgren: Make it so that if red (X) link next to an Email on the Bounced Tab of a Mailing List is clicked, the Email_BounceRecord will be deleted and the Member will be removed from the Mailing List group. @TODO Reload whole right frame so that Recipients and Bounced tabs will be updated after bounced member is removed. (merged from branches/gsoc) Ingo Schommer 2007-09-16 02:16:47 +0000
  • e28baf03db mujma: ENHANCEMENT: Added SWFUpload library as default method of uploading files. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:40:26 +0000
  • 7a996450e6 elofgren: Make 'Email' colum always be 1/3 of width of table and listed first in every report for consistency on Newsletter 'Sent Status Report' tab. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:36:31 +0000
  • 3a0d2596c9 elofgren: Make class BouncedList? extend TableListField? so that checkboxes and red 'X' icon links will show. @TODO Make it possible to disable sending to bounced emails by unchecking a box and delete the email from the mailing list by clicking the red X @TODO Try to find way to show Firstname and Surname under a 'Username' heading (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:36:04 +0000
  • 6714eea295 elofgren: Add style="width:auto;" to the 'Sending to the Following Recipients Failed' and 'Sending to the Following Recipients Bounced' headings in the 'Sent Status Report' tab so they are not always width:50%. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:35:26 +0000
  • 29cecf3845 elofgren: Remove the 'Firstname' and 'Surname' colums from all reports except the 'The Newsletter has Never Been Sent to Following Subscribers' one on the 'Sent Status Report' tab since it wasn't showing and I can't get the MySQL join working right. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:31:51 +0000
  • 094c3629f1 elofgren: Remove '@TODO: Make bounces actually show up here.' from above 'Sending to the Following Recipients Bounced' heading in the 'Sent Status Report' tab of Newsletters since bounce logging for Newsletters was implemented in r39232 (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:31:07 +0000
  • a42fd1d2d2 mujma: ENHANCEMENTS: Now image is placed in scrolled container so operation that results in image larger than screen are no longer problem. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:30:43 +0000
  • 1daba65357 elofgren: Fix indentation of code in AddForm::form_submit() (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:30:05 +0000
  • ed0232eb71 elofgren: BUGFIX: Make adding newsletter types work again (was broken by r38923). Fix long-standing problem of whole page reloading when adding a Newsletter type. Now it is always added via AJAX. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:29:40 +0000
  • 456ce4ebcc elofgren: In Newsletter_SentRecipient, instead of putting 'MemberId?' in $db put 'Member' in $has_one in order to be consistent with Newsletter_Recipient and Email_BounceRecord. This does not change the structure of the Newsletter_SentRecipient table, but does add an Index on the MemberID column. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:05:04 +0000
  • 5303c3ba2f elofgren: BUGFIX: Make 'Sent Status Report' tab be reloaded after a Newsletter is sent 'to only people not previously sent to' (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:04:35 +0000
  • 170c5b1fba elofgren: Make the status message shown after sending a newsletter always include the # of emails sent. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:04:10 +0000
  • b784ccc5e7 elofgren: Clean up the code which enabled the 'Send to only people not previously sent to' feature committed in r38895 (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:03:04 +0000
  • 24ed3ff68b elofgren: NEW FEATURE: Add 'Send to only people not previously sent to' option for sending Newsletters. Please test. :) (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:02:32 +0000
  • 03423e67be elofgren: Add 'Firstname' and 'Surname' columns to all Sent Status report tables. (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:01:27 +0000
  • 2c012f3c4e elofgren: BUGFIX: Fix gsoc trac ticket: #54 For newly created Newsletter drafts, Content of Newsletter Sent is not what is shown on screen (Save button has to be clicked) (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:01:06 +0000
  • 8e583e2a4d elofgren: Don't show a 'No template selected' error when sending a test Newsletter if no template has been selected since templates for Emails are optional. See Email::parseVariables(). Resolves gsoc trac ticket: #53 "No template selected" error only occurs when "Send test to", but not when "Send to the mailing list" is selected (merged from branches/gsoc) Ingo Schommer 2007-09-16 01:00:10 +0000
  • 137f302fbc elofgren: Remove 6 lines of code by directly passing the unsent_subscribers_array data to push(new ArrayData?($data)) instead of pointlessly creating a new array. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:58:31 +0000
  • 226afd84ba mlanthaler: Bugfix: The TinyMCE buttons shouldn't be underlined (spaces produce an ugly _ at least in IE7). (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:58:02 +0000
  • 4deaf09212 elofgren: Track whether mail() returns TRUE or FALSE when a Newsletter is sent and record the result in a new Newsletter_SentRecipient table. Add a 'Sent Status Report' tab to Newsletters that shows the following 4 reports: * Sending to the Following Recipients Failed * Sending to the Following Recipients Bounced (@TODO: Make bounces actually show up here) * The Newsletter has Never Been Sent to Following Subscribers * Sending to the Following Recipients was Successful More info: http://support.silverstripe.com/gsoc/wiki/GSoc07UsabilityElijah (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:57:31 +0000
  • 07c4301ca7 elofgren: USABILITY: Add <label for=...> tags to 'Send to the mailing list' and 'Send test to' radio buttons. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:54:16 +0000
  • d6ef666925 mujma: ENHANCEMENTS: Tmp folder name changed to _tmp, depends on r38621 in sapphire branch. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:53:45 +0000
  • 0f7cf9628c mujma: BUGFIX: No longer photo under FF/Linux can be dragged out of dragging area. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:52:11 +0000
  • cd124fe98a mujma: BUGFIX: Any redo are now working after applying new operation. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:51:43 +0000
  • 5150e6c6b6 mujma: BUGFIX: Fixed image flickering under IE6 (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:51:15 +0000
  • 8e08868354 mujma: BUGFIX: Fixed buttons(Ok/Cancel) visibility after "Crop area to small" message. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:50:48 +0000
  • 5c3e3b1d6b mujma: ADD-ON: Removed image toolbar under IE6 (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:50:22 +0000
  • b3c45a89b9 mujma: BUGFIX: Big images on IE6 now works correctly. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:49:57 +0000
  • fd8ba77c27 mujma: BUGFIX: Removed image flickering after operation(crop,rotate,resize), problem still occurs under Safari. (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:49:34 +0000
  • 37cddf0845 elofgren: Make the error alert() that comes up after clicking on 'Mailing List' in NewsletterAdmin? state tell where it is being called from. It should probably be commented out as per r38490 (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:49:10 +0000
  • 8b46cab94c elofgren: Remove leftover file drag and drop debug code accidentally committed in r37813 (merged from branches/gsoc) Ingo Schommer 2007-09-16 00:48:41 +0000
  • ed69e36116 mujma: BUGFIX: Fixed blocking during resize in IE6. (merged from branches/gsoc) Ingo Schommer 2007-09-15 22:02:35 +0000
  • bcbdd364e0 elofgren: BUGFIX: Fix bug 'Errors when Importing Recipients to Newsletter Mailing List'. Fixes gsoc trac ticket #38. Tested and importing newsletter recipients works in FF2 and IE7. Reported here: http://www.silverstripe.com/bugs/flat/1470 This fix needs GenericEmail?.ss added in r38503 (merged from branches/gsoc) Ingo Schommer 2007-09-15 22:02:06 +0000
  • 31921fb25b elofgren: Truly fix problem with overflow:hidden being applied to RecipientImportField? iframe by simply setting <body onload=""> and reverting changes in r38497 (merged from branches/gsoc) Ingo Schommer 2007-09-15 22:01:23 +0000
  • 03f0b31f70 elofgren: Make RecipientImportField? iframe body be style.overflow = 'auto'; so that all messages can be seen after recipients are imported. (merged from branches/gsoc) Ingo Schommer 2007-09-15 22:00:16 +0000
  • b7be0c523a reverted "comment-out-bugfix" from r41968 Ingo Schommer 2007-09-15 21:59:34 +0000
  • 670c9ca573 mrisen: Resolved "undefined" error message popup in Safari with AJAX iframe load (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:57:58 +0000
  • cff0c9186c elofgren: VAR FIX: Initialize 'colCount' to prevent error when importing Newsletter Recipients. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:57:33 +0000
  • f7a1b199db elofgren: BUGFIX: Fix issue with deleting pictures with 'X' delete link not removing thumbs in _resampled folder. Thanks to Mateusz for reporting this. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:57:11 +0000
  • c3dc22e7b8 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\! (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:56:40 +0000
  • 4bd9352924 mujma: BUGFIX: Added blocking history during resize and rotate. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:55:15 +0000
  • 5e4b0852c4 mujma: BUGFIX: No longer croping under IE6 selects all image. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:54:51 +0000
  • abca2d257a mlanthaler: Bugfix: Fixed E_NOTICE error due to uninitialized variable (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:54:24 +0000
  • dcc83f8ff3 elofgren: BUGIX: Fix trac ticket: '#28: Fix problems with adding a new newsletter type and trying to edit its title' by making the id of the new newsletter type be returned instead of the id of Session::get('currentPage') (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:14:17 +0000
  • 9d0cf998e1 elofgren: Adds 'Newsletter Settings' tab to Newsletter type edit form for consistency with other forms. Closes Ticket #30: Add tab to 'newsletter type' edit form (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:13:53 +0000
  • 9f633edd49 elofgren: VAR FIX: Initialize 'result' in ThumbnailStripField::getflash() (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:13:23 +0000
  • 2706c3e668 elofgren: Remove the large margin above #sitetree and make it only 2px (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:12:28 +0000
  • 650317f43f elofgren: Get rid of the large blank space at the bottom of the left frame in the AssetAdmin?, NewsletterAdmin?, and SecurityAdmin? sections. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:12:05 +0000
  • c09c1050e4 elofgren: VAR FIX: Prevent undefined variable 'resent' in NewsletterEmailProcess::complete() (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:11:36 +0000
  • 1af0b19db0 elofgren: Remove toggle images in cms/images/panels/ and use the new sapphire/images/ location. (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:09:53 +0000
  • 7463a8fb05 elofgren:Display a useful error message if getCMSFields() returns null. Thanks Sam: http://www.silverstripe.com/general-discussion/flat/1537?showPost=2042#post2042 (merged from branches/gsoc) Ingo Schommer 2007-09-15 21:09:13 +0000
  • 2c07f001f2 mujma: BUGFIX: From now croping should appear without image flickering. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:55:50 +0000
  • cad57b11ec mujma: Added support for IE6. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:54:37 +0000
  • c3988b53f2 mujma: BUGIX: From now should work properly on servers with low bandwidth . (merged from branches/gsocmujma: BUGIX: From now should work properly on servers with low bandwidth . (merged from branches/gsoc)) Ingo Schommer 2007-09-15 20:53:26 +0000
  • 35bf8b58ae moved .ComplexTableField rule into ComplexTableField.css Ingo Schommer 2007-09-15 20:49:53 +0000
  • e646d31498 elofgren: Fix 'DRAG' image alt text in AssetAdmin? file list and make it simply be 'Drag'. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:49:23 +0000
  • 3cae2fb249 elofgren: USABILITY: Fix usability issue #48 "Delete and Move Files buttons need repositioning" Changes: * Remove the 'Move Files' button and enable multi-file drag and drop file moving * Position the 'Delete selected files' button under the checkboxes and make it turn red on hover * Add 'Ctrl' and 'Shift' range selection to file checkboxes * Add 'X' delete links to the right of each file * Rename the 'Save' button to 'Save folder name' and don't show it when listing 'assets' folder since it can't be renamed More info: http://www.silverstripe.com/google-summer-of-code-forum/flat/1607 (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:47:35 +0000
  • 52f8e607c9 elofgren: Use 'html>body' instead of just 'html>' so that #sitetree correctly gets assigned width:auto on Mozilla browsers (prevents Folders being selected from 500px away on file drag and drop) (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:43:02 +0000
  • d04157141c elofgren: Regenerated lang file. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:42:32 +0000
  • dc45dd0c25 mujma: Added deleting thumbnails after moving a photo. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:30:54 +0000
  • 1b5c8ee6a8 qhoxie: basics of tabular data for stats (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:23:50 +0000
  • 4d0960ad9e elofgren: Revert r38063 because it causes the bottom collapsed sections to disappear if the top section wraps to a new line. Will need to find better solution. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:22:56 +0000
  • 48c65f0e9f elofgren: Remove fixed height from left frame blue title bars so that if translated titles are longer, the will wrap to a new line instead of being hidden. Thanks to Bernat for bringing my attention to this issue. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:22:32 +0000
  • 271a5cc7fc elofgren: Give location of error in the alert() that is inside a catch block in LeftAndMain?_right.js CMSForm.loadNewPage() to make debugging Safari 3 problem easier. See: http://www.silverstripe.com/google-summer-of-code-forum/flat/1982 (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:22:10 +0000
  • be4ed16a0c bfojcapell: strings replaced by calls in the Site Content area. The regenerated master string table and a spanish translation are also added. Always, if you get any kind of blank string, just regenerate en_US.php by visiting /i18n/text_collector (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:21:13 +0000
  • fadc266058 mlanthaler: Applied new style to links because the old one caused some ugly results. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:12:10 +0000
  • 67ac1edf87 mlanthaler: Bugfix: Fixed bug which caused problems in IE but was tolerated in Firefox. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:11:40 +0000
  • eb73802bcd mlanthaler: Bugfix: Added isset() to prevent E_NOTICE error. (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:11:06 +0000
  • d5d2006980 mlanthaler: Bugfix: Added isset() to prevent E_NOTICE error ($memberID isn't needed in the rest of the method). (merged from branches/gsoc) Ingo Schommer 2007-09-15 20:10:43 +0000
  • 7ee0ec6158 bfojcapell: using new default locale and function name (merged from branches/gsoc) Ingo Schommer 2007-09-15 02:08:42 +0000
  • 71cb143070 mujma: Added exclusive lock on image operation. Starting each operation block others i.e you cannot rotate image when you are cropping area from it. (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:31:31 +0000
  • 00f262e445 bfojcapell: regenerated en.php (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:30:05 +0000
  • a6824938b3 mujma: Added deleting of image thumbnails after delete operation. (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:29:38 +0000
  • 356f4cc4bc mujma: ImageEditor?.php adjusted to standards, Image.js improved resizing of large images. (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:28:50 +0000
  • 15ed167583 bfojcapell: default language file (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:27:57 +0000
  • be9fff205e bfojcapell: lang folder, and some strings being translated to test i18n (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:27:29 +0000
  • 88f0a3c0b1 mujma: BUGFIX: All image resolution should now work correctly. (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:27:01 +0000
  • f436292174 mujma: Added support for large images (larger than browser window). (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:26:36 +0000
  • 9b9b297fdb mlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. (merged from branches/gsocmlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. (merged from branches/gsoc)) Ingo Schommer 2007-09-15 01:25:33 +0000
  • e741ecd2f8 mlanthaler: Fixes problem that the login form tab is not shown when the (unneeded) BackURL parameter is used (see http://support.silverstripe.com/gsoc/ticket/23 for details). (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:25:07 +0000
  • 31a9fbee3c mujma: Fixed various browser compatibility problems. Now should work on Safari 3.0.2 /Windows, FF 1.5/2.0 Windows/Linux. (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:19:43 +0000
  • ff2a7bc7f8 sharvey: fixed hilighting to last elements in the tree (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:17:58 +0000
  • baf48eb9b1 sharvey: middle isn't a position attribute - center is (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:17:29 +0000
  • 561a3cd4ba sharvey: 'Send newsletters from' doesn't describe what you need to type in - 'From email address' describes it better (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:17:04 +0000
  • 3818d8f961 sharvey: Name wasn't specific enough - Folder Name makes it easier to understand (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:16:04 +0000
  • 1335c66e65 isharvey: moved field into tab for consistency with newsletter system (merged from branches/gsoc) Ingo Schommer 2007-09-15 01:15:35 +0000