1297 Commits

Author SHA1 Message Date
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
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
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
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
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
alekseybobkov
f2e2862b06 Styled the pagination 2014-12-15 22:49:33 -08:00
Samuel Georges
3170dd61ea Add new methods propertyName() and paramName() to Component base class for accessing names of external properties. 2014-12-16 15:41:50 +11:00
Samuel Georges
b95eb5b342 setComponentPropertiesFromParameters -> setComponentPropertiesFromParams 2014-12-16 15:18:36 +11:00
Samuel Georges
a03d0cc8b4 showExternalParameter -> showExternalParam 2014-12-16 15:16:31 +11:00
Samuel Georges
e7fc3b5d5c Minor 2014-12-16 14:04:21 +11:00
Samuel Georges
d86aef9f12 Minor 2014-12-16 13:58:37 +11:00
Samuel Georges
9fdfda4472 Add code to seeder 2014-12-16 13:55:46 +11:00
Samuel Georges
470f876fff Add API code field to admin groups 2014-12-16 13:47:18 +11:00
Samuel Georges
5d6b634ded Don't force default groups on new admins, this is now handled by the user interface 2014-12-16 12:48:54 +11:00
Samuel Georges
2583a6be6d Merge pull request #832 from andreas-bergstrom/patch-1
Grammar and spelling
2014-12-16 12:46:25 +11:00
Samuel Georges
1ac30a5545 Merge pull request #833 from mradamwood/patch-1
Typo in oc-icon-paperclip class
2014-12-16 12:46:05 +11:00
Samuel Georges
6a5cd52b5b * Build 169 😆 2014-12-16 12:44:56 +11:00
Samuel Georges
bd1b930316 Make more room for group descriptions 2014-12-16 12:42:29 +11:00
Samuel Georges
e3dae22758 Back-end user groups can now be marked to add new administrators by default
Streamline naming of backend user groups
Add description field to backend user group table
2014-12-16 12:39:38 +11:00
Samuel Georges
25f9b7f63c Default value might be an array 2014-12-16 12:22:58 +11:00
Samuel Georges
d3000ca51a Unify the handling of detailed exception messages 2014-12-16 12:21:55 +11:00
Samuel Georges
8f2f9fd07d zIndex should actually sit higher than modals 2014-12-16 10:17:48 +11:00
Adam
04e02727ce Type in oc-icon-paperclip class
Fixed type in oc-icon-paperclip class (from paper-clip to paperclip) which meant that the attachment link wasn't showing in backed.
2014-12-15 11:49:30 +00:00
Samuel Georges
030180d11a Fixes #595 - Native alert and confirm functions have been styled in the back-end. 2014-12-15 20:32:44 +11:00
Samuel Georges
de9f6194a9 Style sweet alert so it matches the backend better 2014-12-15 20:28:04 +11:00
alekseybobkov
96bf61f0f2 Minor update in the documentation 2014-12-14 23:17:47 -08:00
Samuel Georges
dfdb6259d8 Implement "sweet alert" for ajax errors and confirmations 2014-12-15 17:50:15 +11:00
Samuel Georges
986b3a95a8 Add the ability to override the confirm function 2014-12-15 17:48:59 +11:00
alekseybobkov
831f28e84d Implemented and styled the toolbar 2014-12-14 22:34:37 -08:00
Samuel Georges
3d903191ee Framework.js should throw an alert here, no need to do it again 2014-12-15 17:02:50 +11:00