Sam Georges
bdb3d5ff45
Remove hard coded key name ref
2014-09-25 18:35:10 +10:00
Samuel Georges
c9ae293935
Merge pull request #646 from jbh-/patch-3
...
Change pagination to slider-3 for Bootstrap v3
2014-09-25 18:08:02 +10:00
Sam Georges
746f425d88
Added new containerAttributes property to form fields
2014-09-25 18:05:35 +10:00
Josh Hall
cfc5233bc0
Change pagination to slider-3 for Bootstrap v3
...
This is an update in accordance to #601
Laravel made an update for pagination to work with Bootstrap v3. October also uses Bootstrap v3.1.1, so it would make sense for this version to be the default pagination output.
Reference: https://github.com/laravel/docs/pull/421
2014-09-23 14:18:09 -05:00
Sam Georges
5f12d9fc9b
Keep relation constraints in Relation form widget
2014-09-23 07:56:15 +10:00
vagrant
848376028f
Add test for makeWidget()
2014-09-20 10:33:09 +00:00
Sam Georges
73feabaf18
Fixes unit tests, also rename October\Test to October\Tester to remove conflict between real plugin of that name
2014-09-20 17:59:19 +10:00
Sam Georges
45811dfb95
Lean code
2014-09-20 17:56:59 +10:00
Sam Georges
c1d1ce49da
Fixes broken icon ref
2014-09-20 17:25:21 +10:00
Sam Georges
49117a2732
Minor
2014-09-20 16:56:11 +10:00
Sam Georges
feb409c8c6
Add text to empty figure captions
2014-09-20 16:53:26 +10:00
Sam Georges
334725594a
Add image toolbar button
2014-09-20 16:47:52 +10:00
Sam Georges
12b8e07aa2
Add table plugins, isolate WYSIWYG classes to OC prefix, add front end defaults
2014-09-20 15:46:50 +10:00
Sam Georges
d27eed4e15
Bug fix
2014-09-20 13:25:09 +10:00
Sam Georges
36084210cb
Fixes broken refs
2014-09-20 12:02:41 +10:00
Sam Georges
4fac6fea29
Rem debug code
2014-09-20 11:35:25 +10:00
Sam Georges
65573da89b
Add the ability to override backend assets and layouts using a Skin
2014-09-20 11:25:57 +10:00
Sam Georges
6cc36d39f2
Refs #623 - Add persian map to inputpreset
2014-09-20 10:15:01 +10:00
Samuel Georges
b3af382894
Merge pull request #641 from DallasMuseumArt/master
...
fixed paths in unit tests.
2014-09-20 10:03:27 +10:00
Sam Georges
0ca9c3847b
Typos
2014-09-19 19:42:39 +10:00
Sam Georges
f86e1f6054
Add composer files for demo plugin and theme, not sure where these are ignored?
2014-09-19 18:23:45 +10:00
Sam Georges
ffc1a8490a
Convert autoload refs to PSR-4 so they actually work
2014-09-19 17:23:11 +10:00
Sam Georges
5cd9f30ea2
Exception handling when plugins/ dir missing
2014-09-19 17:23:10 +10:00
Sam Georges
23710dbbc3
No longer lower case partial override component alias Att: @chadstrat
2014-09-19 17:23:08 +10:00
alekseybobkov
a9e2e2d80f
Improvements in the CMS objects and back-end UI.
2014-09-18 20:34:24 -07:00
alekseybobkov
4fc461ade7
Changes in the popover styling
2014-09-18 20:34:24 -07:00
alekseybobkov
a77b290a8e
Improvements in the back-end widgets
2014-09-18 20:34:24 -07:00
alekseybobkov
632d1b82cf
Fixed Redactor styles
2014-09-18 20:30:45 -07:00
alekseybobkov
e383f0bd01
Fixes in the Redactor styling
2014-09-18 20:03:59 -07:00
Sam Georges
d31f2eb97e
Create custom redactor stylesheet, add figure and quote redactor plugins. So v. cool! :-)
...
This will break the stretch implementation, since we no longer using iframe. Att: @alekseybobkov
2014-09-18 19:20:47 +10:00
Sam Georges
bb78bb5fb3
Make the BG 1 point darker, so it is actually visible on Win PC
2014-09-18 19:16:10 +10:00
Sam Georges
3007cc6e0a
Rich editor should use a data locker so fullscreen does not pull textarea out of the form element. Add cleanup plugin.
2014-09-18 15:18:05 +10:00
Sam Georges
e7e518adf8
Rich Editor no longer uses iframe or individual stylesheet, adds fullscreen button
2014-09-18 14:48:21 +10:00
Sam Georges
0f544cafb2
Merge branch 'master' into develop
2014-09-18 08:23:30 +10:00
Sam Georges
cc8d833ea8
Minor
2014-09-18 08:22:22 +10:00
Samuel Georges
5f1cee9787
Merge pull request #627 from JohnsonJackblue/patch-1
...
Update lang.php
2014-09-18 08:22:00 +10:00
Samuel Georges
76aed53ec8
Merge pull request #611 from nnmer/master
...
Additional parameters for some methods to be able to specify whether needed absolute or relative path for the url generator
2014-09-18 08:21:14 +10:00
Sam Georges
bbfc665e88
Minor
2014-09-17 17:18:44 +10:00
Sam Georges
a5f17edc45
Handle fields that differ by fieldName and valueFrom
2014-09-17 17:10:13 +10:00
Sam Georges
4f00fbdbc6
Minor. keyField -> keyFrom
2014-09-17 16:47:55 +10:00
Sam Georges
c8f3c640b8
columnName -> fieldName + general improvements to FormWidgetBase
2014-09-17 16:07:06 +10:00
Sam Georges
4763c9598a
Add valueFrom to form field, rename field->columnName to field->fieldName
2014-09-17 14:43:24 +10:00
Sam Georges
028339ec02
nameFrom -> valueFrom (lists)
2014-09-17 14:13:07 +10:00
Sam Georges
fdb90d3882
nameColumn -> nameFrom
2014-09-17 14:00:10 +10:00
Sam Georges
3b2b858b65
nameColumn -> nameFrom
2014-09-17 13:52:05 +10:00
Sam Georges
109df00340
nameColumn -> nameFrom
...
descriptionColumn -> descriptionFrom
2014-09-17 13:39:37 +10:00
Sam Georges
04462f5b4c
The manage form should not share its session key with the parent
2014-09-17 09:46:48 +10:00
Sam Georges
001a9f92ff
Fixes manage form so widgets fileupload can work correctly inside
2014-09-16 17:40:06 +10:00
Kris Arnold
c3da644617
fixed paths in unit tests.
2014-09-15 16:36:05 -05:00
Sam Georges
aa7e1800a4
Fixes path making issue
2014-09-15 08:58:42 +10:00