1297 Commits

Author SHA1 Message Date
Samuel Georges
b878e25a4d Add sweet-alert library 2014-12-15 16:48:02 +11:00
Andreas Bergström
a608a1c5e3 Update lang.php 2014-12-15 08:17:19 +07:00
Andreas Bergström
149f1c7632 Grammar and spelling
Improved grammar and corrected spelling.
2014-12-15 08:16:25 +07:00
Samuel Georges
52956f6f04 Merge pull request #827 from chrisnharvey/patch-1
Correcting class name for missing relation exception
2014-12-14 09:48:37 +11:00
Samuel Georges
1e30431161 * Build 168 2014-12-14 09:47:56 +11:00
Samuel Georges
daee5f27c2 Merge pull request #821 from mrmlnc/develop
Clean key & Update Ru lang
2014-12-14 09:44:53 +11:00
alekseybobkov
c6eb544101 Implemented the server-side data access. Added automatic POSTing of client-memory data source data. Updated documentation. Minor fixes in the drop-down cell processor. 2014-12-11 22:12:43 -08:00
alekseybobkov
bffd4574b6 Documentation updates 2014-12-10 22:54:29 -08:00
alekseybobkov
23892f8733 Added the server-side data source foundation classes. Implemented the server-side client memory data source. Added more configuration options ot the client-side script. Updated documentation. 2014-12-10 22:46:17 -08:00
alekseybobkov
baee9edcd2 Implemented server-side drop-down event, updated documentation. 2014-12-10 19:49:50 -08:00
Chris Harvey
78fb9fb110 Correcting class name for missing relation exception 2014-12-10 11:34:05 +00:00
Samuel Georges
65845686c4 Fixes unit tests 2014-12-10 17:42:50 +11:00
alekseybobkov
9377bcf7c1 Table widget dropdowns - dependent drop-downs and loading indicators 2014-12-09 22:37:52 -08:00
alekseybobkov
d880f1ffbd Minor. Memory usage profiled. 2014-12-08 22:59:33 -08:00
alekseybobkov
f56bfe12d0 Implementing AJAX loading for drop-down options, in progress. 2014-12-08 22:50:25 -08:00
Samuel Georges
9f8eb58591 Fixes bug where setting statusCode doesn't work for AJAX handlers 2014-12-08 19:01:27 +11:00
alekseybobkov
4b28ee8bcb Custom drop-down control for the table widget. In progress. 2014-12-07 23:30:15 -08:00
Denis Malinochkin
690c95dbdf Switch position :) 2014-12-08 03:55:30 +03:00
Denis Malinochkin
ee5bc8407c Clean key & Update Ru lang 2014-12-08 03:51:39 +03:00
Samuel Georges
ea34622840 Clicking a record in readOnly mode will open the manage form in preview mode
Use "recordOnClick: null" to retain the original behavior
2014-12-06 15:46:02 +11:00
Samuel Georges
906d97dce4 Add new options to RelationController (view mode): recordUrl, recordOnClick, toolbarButtons 2014-12-06 15:32:20 +11:00
Samuel Georges
3e5d6452fb Fixes #373 - FormController can now accept different form fields for create,update,preview 2014-12-06 13:48:33 +11:00
Samuel Georges
48b90e86b6 Config item cms.enableAssetMinify can now be set to **null**, in which case assets are only minified if debug mode (app.debug) is disabled. 2014-12-06 13:43:06 +11:00
Samuel Georges
33be75af10 Config item cms.customErrorPage is deprecated, the setting app.debug should be used instead. 2014-12-06 13:22:57 +11:00
Samuel Georges
e9c8107cc5 Checkbox list should support preview mode 2014-12-06 12:16:09 +11:00
Samuel Georges
cfac213217 Minor refs #798 2014-12-06 09:34:54 +11:00
Samuel Georges
7a289e63a2 Merge pull request #800 from gergo85/master
Optimized images and update jQuery
2014-12-06 09:28:01 +11:00
Samuel Georges
97cddf6378 Merge pull request #798 from nnmer/master
added to mail settings, to send emails to log file, useful for debuging
2014-12-06 09:26:04 +11:00
Samuel Georges
e8d4f9aeef * Build 167 2014-12-06 09:21:28 +11:00
Samuel Georges
5fb1b5e636 authorUrl -> homepage 2014-12-06 09:19:51 +11:00
Samuel Georges
cafe636f58 Merge pull request #807 from nicolas-lescop/patch-6
Permit to display checkBoxes with config file
2014-12-06 09:14:28 +11:00
Samuel Georges
fd811bb115 Merge pull request #812 from nicolas-lescop/patch-9
Extend query on relation behavior
2014-12-06 09:03:05 +11:00
Samuel Georges
67d9f82097 Merge pull request #813 from nicolas-lescop/patch-3
Allow to prepare list model from controller
2014-12-06 09:00:30 +11:00
alekseybobkov
a6d8ab20f7 More styling for the drop-down processor. Not finished. TODO: investigate and fix the memory leaking in the drop-down cell processor (detached DOM tree) 2014-12-04 22:48:25 -08:00
Samuel Georges
c485622f5b FormController is now responsible for purging data from the set (NO_SAVE_DATA) 2014-12-05 16:48:27 +11:00
Samuel Georges
ab24c547a2 Move NO_SAVE_DATA to FormField 2014-12-05 16:46:04 +11:00
Samuel Georges
2533b4ab4d ThemeData now applies default values, Theme object will proxy to ThemeData 2014-12-05 16:45:20 +11:00
Samuel Georges
88ac73d221 Throw AppExceptions so they are not logged 2014-12-05 08:46:57 +11:00
Samuel Georges
81216b916b Merge pull request #815 from jtherczeg/develop
Hungarian translations updated
2014-12-04 21:07:55 +11:00
jtherczeg
9dcbe89247 Hungarian translations updated
The Hungarian module translations updated for the latest OctoberCMS
build.
2014-12-04 09:51:05 +01:00
alekseybobkov
e032fd682d Table drop-down processor, in progress 2014-12-03 22:48:26 -08:00
Samuel Georges
89c878b439 Fixes checkboxlist ignoring empty data sets 2014-12-04 17:20:53 +11:00
Samuel Georges
70eb7eaf51 Adds Theme customization feature
Adds reset button to settings pages
authorUrl -> homepage
2014-12-04 16:49:52 +11:00
nicolas-lescop
746a5749c7 Allow to prepare list model from controller
I need reach this method from the controller to create an export feature
2014-12-03 18:08:44 +01:00
alekseybobkov
d2e4225bae Updates in the readme 2014-12-02 22:10:04 -08:00
alekseybobkov
d03370c5bf Added the checkbox cell processor 2014-12-02 21:46:54 -08:00
nicolas-lescop
d0cc667c8b Extend query on relation behavior
From a relation behavior config file like this

status:
     label: Status
     list: @/plugins/path/to/your/relation/config/columns.yaml
     emptyMessage: backend::lang.list.no_records

You can extend the list query with this method :

relationExtendQuery($query, $field, $manageMode)
{
     if ($field == 'status') $query->where('thing', '=', $this->thing);
}
2014-12-02 15:03:06 +01:00
nicolas-lescop
89cdb3af8b Permit to display checkBoxes with config file
Can be used for those wanting to make a deletable only list.
2014-12-02 11:35:15 +01:00
alekseybobkov
a73ef52d36 Styling and column alignemnt 2014-12-01 22:31:11 -08:00
gergo85
2a05c2346f Update jQuery files
Demo theme: v1.10.2 -> v1.11.1
Backend: v2.0.3 -> v2.1.1
Furthermore I renamed the jquery-2.0.3.min.js file because of easy to
update jQuery in future.
2014-12-01 22:35:58 +01:00