alekseybobkov
c47f69a012
Added the dictionary Inspector editor
2015-10-05 18:54:33 -07:00
alekseybobkov
76c8099c9e
Refactored Inspector popup editors
2015-10-04 15:33:12 -07:00
alekseybobkov
b0fa402cbe
Added string list Inspector editor
2015-10-04 15:00:59 -07:00
alekseybobkov
ae2f3bb62e
Refactored grouping in the Inspector, finished the Object editor. Multiple minor updates of the Inspector.
2015-10-02 20:54:57 -07:00
alekseybobkov
936f14013d
Implementing object editor, in progress. Rewriting the grouping implementation.
2015-09-27 12:10:48 -07:00
alekseybobkov
48ab61d395
Implemented name-value mode for the Inspector object list editor.
2015-09-25 22:05:38 -07:00
alekseybobkov
e54352b62e
Added the object list Inspector editor.
2015-09-24 21:16:28 -07:00
alekseybobkov
83b4994d61
Added new Inspector property editors - text and set, minor refactoring of the Inspector code.
2015-09-20 21:15:21 -07:00
alekseybobkov
f823e6f0ba
Rewriting the Inspector, in progress.
2015-09-19 12:57:31 -07:00
alekseybobkov
86ca09970d
Updated select2, implementing new Inspector, work in progress.
2015-09-17 21:49:21 -07:00
alekseybobkov
c4e7427669
Updating select2
2015-09-16 20:06:30 -07:00
alekseybobkov
dba955da3a
Rebuilding the Inspector
2015-09-13 18:11:12 -07:00
alekseybobkov
fea5d8389f
Minor fixes and improvements.
2015-09-10 20:45:07 -07:00
alekseybobkov
268b918a51
Merge branch 'master' of github.com:octobercms/october into builder-ui
2015-08-27 18:30:45 -07:00
Samuel Georges
906a4e65c2
Prompt can now be used to define the button text for file multi
...
Minor update to checkbox markup
2015-08-28 04:39:29 +10:00
Samuel Georges
7f502768dc
Adds new view event system, add event to sign in form
2015-08-28 04:31:41 +10:00
Samuel Georges
b39837834b
MySQL may fall asleep during core extraction, so always try to wake it up
2015-08-27 17:34:34 +10:00
Samuel Georges
a350e800fc
Add simple example
2015-08-27 08:10:25 +10:00
Samuel Georges
793bf30c26
Decouple the toolbar from the layout system
2015-08-26 20:24:37 +10:00
Samuel Georges
0cf3a95c10
Add favicon + robots + sitemap to mirrored files - Refs #1331
2015-08-26 17:41:25 +10:00
alekseybobkov
c38126ce65
Implemented the oc.tableCellChanged event for the table widget. Added readonly mode support in the code editor widget.
2015-08-25 21:34:21 -07:00
Samuel Georges
30593b0031
Update FontAwesome to latest, recompile assets
2015-08-25 19:29:55 +10:00
Samuel Georges
942a8c000e
Add helper for listing file + db templates
2015-08-24 20:31:44 +10:00
Samuel Georges
90d2b87180
Focus record finder search when it opens - Fixes #1388
2015-08-24 07:31:49 +10:00
Samuel Georges
3f26113042
Merge pull request #1387 from gergo85/patch-1
...
Translate the plugin author string
2015-08-22 20:22:38 +10:00
Szabó Gergő
df6cdc084d
Translate the plugin author string
2015-08-22 12:19:31 +02:00
Samuel Georges
1d0c22293c
Merge pull request #1386 from gergo85/master
...
Big update for Hungarian language
2015-08-22 20:18:55 +10:00
Szabó Gergő
07c8b23c7d
Big updated for Hungarian language
2015-08-22 12:09:56 +02:00
Samuel Georges
e3e8fb35c7
Allow the model attribute name to be specified from config
2015-08-22 16:39:09 +10:00
Samuel Georges
6d1673c4b3
Introduce ReorderController for reordering of model records - Fixes #943
2015-08-22 16:33:00 +10:00
Samuel Georges
60c18d39df
Remove dependency on sweet alert
2015-08-22 13:48:53 +10:00
Samuel Georges
4c1db1d8db
Tidy up backend alerts, make long text in alerts readable
2015-08-22 13:41:57 +10:00
Samuel Georges
d24f7252b3
Stops nested repeaters populating from previous sibling - Fixes #1381
2015-08-22 10:18:41 +10:00
Samuel Georges
24860fde99
Merge pull request #1379 from ariponce/patch-6
...
Update getStorageDirectory method to allow custom folder names
2015-08-22 08:48:51 +10:00
Samuel Georges
742ae07391
Tidy up from #1377
2015-08-22 08:47:35 +10:00
Samuel Georges
14f8abac4d
Merge pull request #1377 from b0gok/patch-7
...
Update MediaManager.php
2015-08-22 08:39:06 +10:00
Samuel Georges
8e5a086067
Add more examples
2015-08-21 17:23:33 +10:00
Ariel Ponce
604a7ff465
Update getStorageDirectory method to allow custom folder names
...
See https://github.com/octobercms/library/pull/120
2015-08-18 15:42:26 +02:00
Vladimir Kattsov
7c39a1ae74
Update MediaManager.php
...
If name of our upload file not latin
2015-08-17 18:35:43 +03:00
Samuel Georges
1bfcaaf026
Use prettify on plugin details page
2015-08-15 14:16:16 +10:00
Samuel Georges
2c5f9eba6b
Write tests that verify the truth of #1373
2015-08-15 13:39:44 +10:00
alekseybobkov
35c9e753f4
Table validation messages are translatable now. Fixed a bug where clicking a checkbox in a table row doesn't change its status.
2015-08-14 20:11:55 -07:00
Samuel Georges
85933facbc
Stack partials, store components, unstack partials - Fixes #1373
...
Fixes instances where nested repeating partials are destroying the partial component stack and causing breaking errors.
Nesting example:
Partial (with components)
^-> Calls component default markup
^-> Refers to partial override (with repeating partial calls)
^-> Calls another partial (with components)
^-> Components not found (destroyed by repeating calls above)
2015-08-15 11:05:30 +10:00
Samuel Georges
6f414fe611
Default direction is ascending
2015-08-15 10:00:11 +10:00
Samuel Georges
de2a088e20
Merge pull request #1366 from gabsource/fix-version
...
Ensure versions history are retrieved by id ASC (bug introduced by PR #1304 )
2015-08-15 09:58:00 +10:00
Samuel Georges
4d04c5dda7
Sweet alert logic has grown large enough to warrant its own file
2015-08-15 09:53:55 +10:00
Samuel Georges
0e3403f1aa
Use a nicer syntax for <html lang="" />
...
Recompile assets
2015-08-15 09:49:51 +10:00
Jérémy GAULIN
29a8ec1143
Ensure the client side language file is properly loaded
...
Switch widget needs short text. There is not really a 3 letters word or abreviation in french that is as understable as raw "On/Off".
Tidy up patch
Fix quote
https://github.com/octobercms/october/pull/1363/files#r36929168
2015-08-15 09:46:26 +10:00
Jérémy GAULIN
d60242bbe2
Translate mail templates backend-end messages
...
Use email test success translated entry (which existed)
Restore default english translation for new externalized strings
Fix typo
2015-08-15 09:46:25 +10:00
Jérémy GAULIN
3f8d17995a
Translate alert messages. Switched to `sweetAlert.alert()` instead of raw `window.alert()`.
...
Override `swal` and `sweetAlert` functions to set translation on default buttons.
Changed `sweetAlert()` to `swal()` to be consistent with `mediamanager.js`
2015-08-15 09:46:24 +10:00