Commit Graph

847 Commits

Author SHA1 Message Date
Sam Georges 8dcef0ebfb Adds index 2014-09-13 18:16:16 +10:00
Sam Georges 69fb8e0918 Fixes issue where load indicator hangs around on errors when a redirect is used 2014-09-13 17:47:38 +10:00
Samuel Georges cb3083c17c Merge pull request #620 from Flynsarmy/numberFieldValue
Correctly sanitize number fields
2014-09-13 17:21:45 +10:00
Sam Georges f19152d066 Increase accepted password length 2014-09-13 17:20:59 +10:00
flynsarmy 0fd0b29772 Correctly sanitize number fields 2014-09-13 17:17:15 +10:00
Sam Georges d4e28a62cc Added new `hint` form field type (see Backend > Forms docs). 2014-09-13 15:14:03 +10:00
Sam Georges efbb0351db ViewMaker now uses PathMaker 2014-09-13 15:02:52 +10:00
Sam Georges 277a2daf7b Improvements to rich editor 2014-09-13 14:09:48 +10:00
Sam Georges e63a083ca2 * Build 145 2014-09-13 10:41:34 +10:00
Sam Georges c2a71e88bb Clean up some sloppy work 2014-09-12 20:20:52 +10:00
Samuel Georges 8ee2135c31 Merge pull request #609 from climaxx/patch-1
Add missing comma to array language definition
2014-09-11 07:40:21 +10:00
Samuel Georges d33724ec5f Merge pull request #608 from jbh-/patch-1
Add comma to end of line 17
2014-09-11 07:39:36 +10:00
climaxx c1401221df Add missing comma to array language definition
Line 17 - there was a missing comma between the items of the 'locale' array
2014-09-10 16:53:37 +03:00
Josh Hall eb27b581c0 Add comma to end of line 17 2014-09-10 08:49:05 -05:00
Sam Georges 73200606bc Pass isFirstField attrib, allow prevent of default focus() 2014-09-10 19:29:02 +10:00
Sam Georges 3d36e65a55 Trigger invalid on all fields, but only focus the first one. Also pass the messages across. 2014-09-10 19:11:21 +10:00
Sam Georges 0cffb0c934 Add Save & Close button to settings pages 2014-09-10 18:44:25 +10:00
Sam Georges 7ea65608a0 As per documentation, option-based redirect should only occur on successful AJAX requests (pushing a redirect from the server still works) 2014-09-10 17:03:36 +10:00
Sam Georges 44cff23009 Fixes #604 where code editor has been forcibly removed 2014-09-10 07:25:11 +10:00
Sam Georges e9923d000f * Build 143 2014-09-09 17:08:15 +10:00
alekseybobkov 8c08b9ccbb Minor fix 2014-09-07 12:59:08 -07:00
alekseybobkov 9f4fa49068 Fixes a bug where saving a content block from the CMS back-end creates an empty [components] section in the file settings area. 2014-09-06 21:52:42 -07:00
Sam Georges 8291dbf4d3 Widgets can now state that they contribute no data when the form is saved
Applied to FileUpload.php
2014-09-06 22:22:59 +10:00
Sam Georges f3c6260c3e Slightly different fix to #580. Closes #580 2014-09-06 22:02:56 +10:00
Sam Georges 810f545ce8 Missing ref 2014-09-06 21:59:40 +10:00
Sam Georges ae9fddc071 Switch to helper 2014-09-06 21:58:45 +10:00
Samuel Georges 2ea1c71931 Merge pull request #578 from Flynsarmy/formwidgetIDs
Fix formwidget IDs for nested fields
2014-09-06 21:57:44 +10:00
Sam Georges 766875fac5 Switch to evalHtmlId helper 2014-09-06 21:57:23 +10:00
Sam Georges 91a7ea9da2 Minor code improvements 2014-09-06 21:46:19 +10:00
Samuel Georges fa0ada51c6 Merge pull request #579 from Flynsarmy/nestedFileUpload
Refs #485, #504 - Allow adding nested FileUpload files
2014-09-06 21:40:49 +10:00
Sam Georges 37e5894df2 The `{% put %}` tag now appends by default, The closing put tag now supports overwrite, eg: `{% endput overwrite %}`. 2014-09-06 17:10:52 +10:00
Sam Georges 14c8bc9a49 Update blueimp software to latest 2014-09-06 15:11:55 +10:00
Sam Georges df26e201df Alleviate the Search Widget of its need for a <form> tag 2014-09-06 14:03:37 +10:00
Sam Georges 33922f2180 If the target element is an input (textarea, select, etc) include its value when not used in a form 2014-09-06 13:58:10 +10:00
Samuel Georges fee8344178 Merge pull request #602 from NateMS/master
added german translations
2014-09-06 13:25:34 +10:00
Sam Georges 347e25babc Add search capability to manage mode (lists) 2014-09-06 13:18:55 +10:00
Sam Georges c916c40fc2 Add search support to the view mode 2014-09-06 12:51:39 +10:00
Sam Georges fe3f0bd34e More silly logic errors 2014-09-06 12:11:42 +10:00
Sam Georges 2460e54028 Update changelog, move relation config under view/manage array respectively 2014-09-06 12:09:00 +10:00
Sam Georges 31447df5d4 Minor bug - this should be getKeyName 2014-09-06 11:45:19 +10:00
Sam Georges 29b132a4a0 treeExpanded default is now false 2014-09-06 11:28:01 +10:00
Sam Georges 4a3fd88637 Add sweet transition animations on keywords 2014-09-06 10:40:32 +10:00
Sam Georges 2f4a432afc Update select2 to latest, add basic styles for multi mode 2014-09-05 18:11:25 +10:00
alekseybobkov 324d0b11a5 Fixes dropdowns in the report widgets. Closes #588 2014-09-04 22:49:29 -07:00
alekseybobkov b69f7b649e Fixes the source editor in the Redactor. 2014-09-04 20:18:29 -07:00
alekseybobkov 60d8e71804 Merge branch 'develop' of github.com:octobercms/october into develop 2014-09-04 19:04:07 -07:00
alekseybobkov 904b855778 Fix for the checkbox field in the Inspector 2014-09-04 19:03:33 -07:00
NateMS b14caaaf25 added german translations
Should be completed now
2014-09-04 13:51:45 +02:00
Samuel Georges c63dc4da31 Merge pull request #594 from andersonwoss/master
Add full translation for pt-br
2014-09-04 21:11:07 +10:00
Sam Georges f7dfd35d08 Merge branch 'master' into develop 2014-09-04 13:10:44 +10:00