Samuel Georges
0be582c42d
getSaveData -> getSaveValue
2015-01-05 09:43:39 +11:00
Samuel Georges
59c9146b4f
Merge pull request #861 from gergo85/master
...
Cleanup
2015-01-05 09:21:09 +11:00
Samuel Georges
fa50cf1287
Merge pull request #838 from gergo85/patch-1
...
Add charset meta tag
2015-01-05 09:19:45 +11:00
Samuel Georges
8ae98909f0
* Build 174
2015-01-05 09:16:32 +11:00
alekseybobkov
820ff72149
Automatically initialize a record when the dataset is empty
2015-01-03 18:00:34 -08:00
alekseybobkov
7e5ce04a79
Merge branch 'develop' into dynamic-partials
2015-01-03 16:41:25 -08:00
alekseybobkov
6440b718d8
Updates in the rich editor styling, minor improvements in the Inspector and CMS core.
2015-01-03 16:39:38 -08:00
gergo85
f0005d196b
Cleanup
...
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges
31eae5b940
Update CHANGELOG.md
2015-01-03 16:00:13 +11:00
Samuel Georges
4852722ba1
Merge pull request #848 from nicolas-lescop/develop
...
Extend query of the filter options lists
2015-01-03 15:58:34 +11:00
Samuel Georges
8f8ac2dd02
Merge pull request #860 from gergo85/master
...
Improve multilanguage support and cleanup
2015-01-03 15:56:09 +11:00
Samuel Georges
85b97c5419
Refs #850 - Minor code clean
2015-01-03 15:48:07 +11:00
Samuel Georges
735ede7d47
Merge pull request #850 from scottbedard/patch-2
...
Valid strtotime() format when time is left empty
2015-01-03 15:45:01 +11:00
Samuel Georges
c1e065d580
Update CHANGELOG.md
2015-01-03 15:27:18 +11:00
Samuel Georges
df3e66246f
Fixes #839 - When rendering partials from component PHP code, be firm about the context
2015-01-03 15:15:57 +11:00
Samuel Georges
ae8289735c
Rem unneeded file
2015-01-03 15:15:52 +11:00
Samuel Georges
be702900d7
Rem debug code
2015-01-03 13:20:40 +11:00
Samuel Georges
fa250927d0
New events for components: runAjaxHandler + beforeRunAjaxHandler
2015-01-03 12:51:09 +11:00
Samuel Georges
03bf0c8206
These are useful helpers, make them public
2015-01-03 12:33:32 +11:00
Samuel Georges
54adc840cb
Allow key column to be a string value (like a code). ping @alekseybobkov
2015-01-03 12:07:04 +11:00
Samuel Georges
04c6fdc7f3
Minor
2015-01-03 12:06:12 +11:00
Samuel Georges
7dd147a62a
Create initial DataTable form widget
2015-01-03 11:57:50 +11:00
Samuel Georges
29b4f8bb17
Elaborate on client side data access
2015-01-03 11:49:25 +11:00
Samuel Georges
a2dec246e5
handler -> postbackHandlerName (doesn't do the same thing as traditional 'handler')
2015-01-03 11:30:02 +11:00
Samuel Georges
83223938b2
Minor
2015-01-03 11:25:08 +11:00
Samuel Georges
a6259ff915
depends_on -> dependsOn
2015-01-03 10:04:06 +11:00
Samuel Georges
433c4c07ff
key_column -> keyFrom
2015-01-02 13:53:56 +11:00
Samuel Georges
59a0e08cd0
data_source -> dataSource
2015-01-02 13:50:51 +11:00
Samuel Georges
89f79a7665
postbackHandlerName / postback_handler_name -> handler
2015-01-02 13:49:26 +11:00
Samuel Georges
b9c259c17f
records_per_page -> recordsPerPage
2015-01-02 13:35:27 +11:00
Samuel Georges
9cfe4ad8f4
Control CSS: table-control -> control-table
2015-01-02 13:24:09 +11:00
Samuel Georges
bc016adad7
Rollback performance change to framework.js because it's broken
...
(Submitting an invalid form in the backend will result in a page refresh, flash messaegs are suppressed)
K.I.S.S > Performance + premature optimization is the root of all evil
2014-12-28 13:03:52 +11:00
Scott Bedard
8286880148
Valid strtotime() format when time is left empty
...
Date-type laravel validation ("date", "before", and "after") may not be used with datetime widgets containing empty time fields because they are not in a valid strtotime() format (example: 2014-12-27 :00).
This extra check ensures a valid strtotime() format by only adding the ":00" seconds value when a time value is present.
2014-12-27 17:33:27 -05:00
Samuel Georges
9c8fcd148c
Merge pull request #843 from jtherczeg/develop
...
Hungarian language files updated
2014-12-27 15:55:57 +11:00
Samuel Georges
959068b081
Merge pull request #846 from demagu/develop
...
Model field definitions and default value of '0'
2014-12-27 15:55:01 +11:00
Nicolas Lescop
99d34789a4
Extend query of the filter options lists
2014-12-23 14:57:28 +01:00
Darek Magusiak
9bda36e441
Model field definitions and default value of '0'
...
#845
2014-12-22 21:02:46 -05:00
jtherczeg
242bac4ce8
Hungarian language files updated
...
Hungarian translations updated for the latest build, some corrections
made.
2014-12-22 19:06:15 +01:00
gergo85
c43680b2ef
Improve multilanguage support and cleanup
2014-12-19 10:28:27 +01:00
alekseybobkov
3ac21e3c89
Merge branch 'develop' into table-widget
2014-12-17 22:15:23 -08:00
alekseybobkov
1a73b38ff5
Re-added back-end JS assets
2014-12-17 22:13:28 -08:00
alekseybobkov
1480303c4f
The options can now be set with the PHP configuration. Minor updates in the scrollbar widget. Implemented scrolling. Updated documentation.
2014-12-17 22:07:49 -08:00
Samuel Georges
638bceec10
Send test email using new, cleaner approach
2014-12-18 14:27:35 +11:00
Szabó Gergő
e0b693203f
Add charset meta tag
2014-12-17 10:38:40 +01:00
Samuel Georges
90d553ce10
Merge pull request #837 from carlos-arroyo/develop
...
When building a relationship Belongs to Many with Pivot Data the lack of...
2014-12-17 19:28:00 +11:00
Carlos Arroyo
90d5bde28c
When building a relationship Belongs to Many with Pivot Data the lack of a table name causes an sql ambiguous ID error.
2014-12-17 19:14:21 +11:00
Samuel Georges
8cdb24c40a
Might be a good idea to just always set the not modified header if we can
2014-12-17 14:55:16 +11:00
Samuel Georges
512e91118f
Improved asset caching, when enabled the server will send a 304 Not Modified header
2014-12-17 13:46:08 +11:00
Samuel Georges
8ae095b36e
* Build 171
2014-12-17 08:04:31 +11:00
Samuel Georges
b0b3098095
Fixes #836
...
Fixes https://github.com/octobercms/install/issues/59
2014-12-17 08:04:09 +11:00