Commit Graph

283 Commits

Author SHA1 Message Date
Samuel Georges 793bf30c26 Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Samuel Georges 90d2b87180 Focus record finder search when it opens - Fixes #1388 2015-08-24 07:31:49 +10:00
Samuel Georges d24f7252b3 Stops nested repeaters populating from previous sibling - Fixes #1381 2015-08-22 10:18:41 +10:00
Samuel Georges 1b4e4b08fd Fixes a styling issue in MarkdownEditor split mode 2015-08-07 19:06:36 +10:00
Samuel Georges fc04bd1b4c Added new makeFormWidget() method to WidgetMaker for rendering form widgets individually 2015-08-07 19:06:04 +10:00
Samuel Georges 881e68c1ca Preview mode has no upload button, so no margin 2015-08-06 18:04:18 +10:00
Samuel Georges 4901c54d4f Fixes clash with progress bar and remove link 2015-08-05 10:24:16 +10:00
Samuel Georges 54e06694da Add trigger api support to datepicker 2015-08-04 20:04:25 +10:00
Samuel Georges 5b8d436c5e MDEditor now supports pausing updates + adding toolbar buttons 2015-08-04 10:05:18 +10:00
Samuel Georges b010732796 These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
Samuel Georges e75d988fc0 Recompile assets 2015-08-03 20:15:00 +10:00
Samuel Georges 8cd97b27a6 Add prettify, update Ace, recompile assets 2015-08-03 19:00:45 +10:00
Samuel Georges 20411f6fb1 Finish formatting logic + Add Media Manager buttons 2015-08-03 18:58:22 +10:00
Samuel Georges aef1964553 Add basic preview mode 2015-08-01 20:20:43 +10:00
Samuel Georges a2e69e3cce Dynamically build markdown editor toolbar, add first button action 2015-08-01 17:06:39 +10:00
Samuel Georges 387f14ce17 Revision to UI docs, minor pixel adjustment to fixed dd 2015-07-30 19:46:30 +10:00
Samuel Georges b1286f8252 Remove font 2015-07-29 20:32:13 +10:00
Samuel Georges fae4a4b65c Improve editor toolbar styles, tidy up md editor 2015-07-29 20:29:02 +10:00
Samuel Georges 934f77a1f3 Implement dropdown-fixed mode. 2015-07-29 20:03:48 +10:00
Samuel Georges d2da170864 Introduce MarkdownEditor base code 2015-07-29 19:18:42 +10:00
Samuel Georges fdbd5d8b3c Update redactor to latest, minor cleanup 2015-07-29 19:17:05 +10:00
Samuel Georges ac193a15c3 Minor style fix 2015-07-29 19:16:07 +10:00
Samuel Georges 04deb50c59 Merge pull request #1297 from bombozama/patch-1
Translatable prompt on recordfinder
2015-07-25 15:39:04 +10:00
Samuel Georges dab54d2a2c Merge pull request #1290 from gpasztor87/codeeditor
Add searchbox extension to codeeditor
2015-07-25 15:17:57 +10:00
Samuel Georges 8a4ac533e5 Escape file title - Fixes #1302 2015-07-22 10:41:51 +10:00
Gonzalo Henríquez 13606ac770 Translatable prompt on recordfinder
Prompt could only be hardcoded into yaml files. Now able to work with language files.
2015-07-18 13:34:30 -03:00
Samuel Georges 846feb6a33 FileUpload now triggers dependsOn event
form.beforeRefresh event now uses dataholder pattern
Improve exception handling in ControllerBehavior
2015-07-18 08:50:31 +10:00
Pásztor Gábor 2652503d3f Add searchbox extension to codeeditor 2015-07-14 15:15:21 +02:00
Samuel Georges 061aaa9675 Fixes broken spacebar on code editor 2015-07-06 22:31:44 +10:00
Samuel Georges 461e4f75de Improve admin list toolbar
Change "Admins" group to "Owners" (more descriptive)
Fix bug in Firefox on Mediafinder form widget not respecting max-width 100%
Recompile assets
2015-07-04 09:34:35 +10:00
Samuel Georges a1e1b52d6e Fixes bug where select2 cannot be selected in a popup
OL and UL and sane rich editor elements
Disable search on list setup form
2015-07-04 09:33:05 +10:00
Samuel Georges 8a12b2f37f Improve single image uploader 2015-06-30 15:27:26 +10:00
Samuel Georges bde07ef880 Fixes auto scaling image from breaking container in Firefox - Refs #1202 2015-06-27 11:41:42 +10:00
Samuel Georges 3681459935 Fixes styling of upload button in Firefox - Refs #1202 2015-06-27 11:35:55 +10:00
Samuel Georges 46ba4644f4 Minor style fix to file multi drag handle 2015-06-27 09:41:36 +10:00
Samuel Georges eb5af8ae85 Improve multilanguage support - Fixes #1228 2015-06-27 09:33:09 +10:00
Samuel Georges 0da649551b Complete pagelinks plugin for redactor 2015-06-25 12:59:59 +10:00
Samuel Georges 87e9996193 Add preview mode support to record finder 2015-06-25 11:05:53 +10:00
Samuel Georges c813318729 Added preview mode support to File upload widget
Widget also passes CSRF token
Switched to using a header instead of POST flag
2015-06-25 10:55:46 +10:00
Samuel Georges 453d2fda56 Add the links handler to rich editor
Other small fixes
2015-06-24 17:36:59 +10:00
Samuel Georges 7b54d4c7c4 Bundle all the code editor assets to a single file
Also fixes a weird warning coming from Ace editor
2015-06-24 17:36:01 +10:00
Samuel Georges dbe5141189 Add plugin to extend links popup with predefined links (unfinished) 2015-06-24 17:32:06 +10:00
Samuel Georges 997b7cb188 Update redactor to latest, remove minified version (not needed) 2015-06-24 17:30:25 +10:00
Samuel Georges 029411a681 Update ace editor to latest and remove unwanted extensions 2015-06-24 17:29:08 +10:00
Samuel Georges e6f70eafdd Translate prompt for FileUpload + MediaFinder
Remove redundant language key
Recompile assets
2015-06-20 22:21:18 +10:00
Samuel Georges c2c14e707f Added backend route for protected thumbs, Fixes #1218, thanks @jBOKA
Improved the FileUpload widget code to no longer rely on "pathOverride"
2015-06-20 11:27:03 +10:00
Samuel Georges 50e4840216 Create 'extensions' custom validator
FileUpload can now specify mime types
2015-06-20 10:12:14 +10:00
Samuel Georges d827ce686a Minor tweaks 2015-06-14 14:13:15 +10:00
Samuel Georges 94ae0b7cbc Make prompt text configurable 2015-06-13 10:41:00 +10:00
Samuel Georges 335fbe6106 Touch ups 2015-06-13 10:31:01 +10:00