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
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
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
jtherczeg
9dcbe89247
Hungarian translations updated
...
The Hungarian module translations updated for the latest OctoberCMS
build.
2014-12-04 09:51:05 +01: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
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
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
gergo85
f4b9cbfca3
Optimized images
...
All images optimalized via PNGGauntlet. The image quality unchanged, but
the files became smaller.
2014-12-01 12:20:04 +01:00
Samuel Georges
78c5a6af5d
Fixes #761 - Widgets can support proxy fields too
2014-11-27 19:15:15 +11:00
Samuel Georges
3dbe487698
Various fixes to datepicker and form widget
2014-11-27 19:02:23 +11:00
Samuel Georges
f0cb98e63c
Fixes #145 - Plugin details now support "homepage" property
2014-11-27 17:21:30 +11:00
Samuel Georges
e6d82bec69
Clean up code from #797 , remove conflicts in CSS
2014-11-27 09:44:34 +11:00
webmaxx
7973037d5f
Fixes display values for datetime
2014-11-26 13:57:25 +03:00
Samuel Georges
6a8146fa19
Refs #795 - Fixes set values for datetime
2014-11-26 19:02:06 +11:00
Samuel Georges
81a02cea96
Refs #795 : Combine TimePicker and DatePicker
2014-11-26 17:57:59 +11:00
Samuel Georges
cf081c1133
Merge pull request #795 from webmaxx/develop
...
Added form widget "TimePicker" to Backend.
2014-11-26 17:37:16 +11:00
webmaxx
e8d30f6f51
Added form widget "TimePicker" to Backend.
2014-11-25 13:37:16 +04:00
webmaxx
faf867f745
Added form widget "TimePicker" to Backend.
2014-11-25 13:33:33 +04:00
Dmitriy
d8ed49b8cf
Update _manage_form.htm
...
fix form title for update context
2014-11-23 21:59:48 +02:00
Samuel Georges
c8b04db1fe
Fixes #119 - Add OpenSSL as a requirement, remove safe_mode (removed in php 5.4)
2014-11-21 15:52:41 +11:00
Samuel Georges
7801750767
Adds a way to get the form model after the action has executed
2014-11-19 17:45:23 +11:00
Samuel Georges
0c5c03c14c
Merge pull request #770 from nicolas-lescop/patch-2
...
Delete all selected related elements and not just the first element
2014-11-15 15:12:25 +11:00
Samuel Georges
c6f46d1397
Merge pull request #767 from ImanMh/master
...
A delay added to CMS side menu tab change event to avoid the annoying tab changes
2014-11-15 15:11:02 +11:00
nicolas-lescop
03ccead584
Delete all selected related elements and not just the first element
2014-11-14 14:19:08 +01:00
Iman Mohamadi
0afd8ec5b5
A delay added to CMS side menu tab change event to avoid the annoying unexpected menu changes while moving mouse arround
2014-11-12 13:14:58 +03:30
Sam Georges
4d411c343e
Tidy up notes
2014-11-12 07:39:42 +11:00
Sam Georges
f458fb7704
Overhaul Form layouts, adds FormTabs.php class for managing tab properties
2014-11-12 07:33:58 +11:00
Samuel Georges
465cde8a83
Merge pull request #758 from jtherczeg/develop
...
Hungarian translations updated
2014-11-11 08:18:38 +11:00
Aidan Threadgold
38dd630ffd
Apply backend colour scheme to loading-indicator-container
2014-11-10 20:34:04 +00:00
jtherczeg
b5fd93d882
Hungarian language files updated for Build 162
2014-11-10 17:18:15 +01:00
jtherczeg
03b9acb2fe
New languages added, sorted by language codes
2014-11-10 17:14:23 +01:00
Sam Georges
cfaf3228d9
Fixes #9 - Adds maintenance mode setting to the CMS
2014-11-10 20:34:42 +11:00
Sam Georges
7bcec1bd99
Fixes #16 - Adds tooltip to counter in navigation using 'counterLabel' property
2014-11-10 20:33:43 +11:00
Sam Georges
5e3ee40edf
Fixes #521 - Redirect to next available menu item when Dashboard access is denied
2014-11-09 13:06:07 +11:00
Sam Georges
98e100b377
Refs #729 - Fixes CMS permissions, should not show "pages" content by default
2014-11-09 12:35:10 +11:00
Sam Georges
2f4603ef58
Close should trigger Hide events
2014-11-07 20:13:16 +11:00
Sam Georges
c0dc85eefb
Add useAnimation to popover, refactor popup so it behaves more like popover
2014-11-07 19:39:13 +11:00
Sam Georges
38170d3101
Use popup loading indicator on relationcontroller behavior
2014-11-07 19:38:05 +11:00
Sam Georges
c32ba4cbad
Minor code clean
2014-11-04 17:41:48 +11:00
Sam Georges
d2547d1891
Proposed fix for hasOne not working in Relation field type
2014-11-04 12:34:45 +11:00
Denis Malinochkin
63a36f9a4d
Typo fix
2014-11-03 16:00:45 +03:00
Denis Malinochkin
415ef45a81
Update translation keys
...
Customize the branding and updated Russian translation.
2014-11-03 15:59:20 +03:00
jtherczeg
bb25a1a82c
Hungarian language files for modules committed
2014-11-03 09:41:09 +01:00