Commit Graph

749 Commits

Author SHA1 Message Date
Samuel Georges 933ea641cc Adds failed jobs table (from docs)
Allow closures to be passed to Form|ListController
Tidy up server detail payload
2015-09-23 05:45:55 +10:00
Samuel Georges 8ea26f87e1 Merge pull request #1433 from vojtasvoboda/feature/cs-locale
Add cs_CZ locale
2015-09-19 05:55:12 +10:00
Samuel Georges 3f7aa9f9f7 Write tests for revisionable trait 2015-09-19 05:36:58 +10:00
Samuel Georges b5611c3ed1 Add cache table 2015-09-19 05:32:05 +10:00
Samuel Georges 528f6b1eca Improve icon docs 2015-09-18 05:08:47 +10:00
Samuel Georges 143f22850a Add alias for AjaxException as per docs 2015-09-18 05:08:18 +10:00
Samuel Georges 6b916cb554 Adds a timetense list column, inspired by FB
Also added |time_since and |time_tense Twig filters
2015-09-17 05:15:12 +10:00
Samuel Georges 6db2018f28 Add icon sizes - Refs #1434 2015-09-16 06:03:57 +10:00
Vojta Svoboda 17a2585a15 Add cs_CZ locale 2015-09-15 14:30:18 +02:00
Samuel Georges 9812e1f4ec Fix protection level on formExtendFields
Improve styling on collapsible sections
2015-09-10 20:42:24 +10:00
Samuel Georges 6511f0404e Document row classes and add status column example 2015-09-02 17:30:03 +10:00
Samuel Georges 7a2c0eea07 Update BS sweet alert to latest, recompile assets 2015-09-01 19:05:44 +10:00
Antony Tsioukas 24d8cb8f66 Update Greek Language 2015-08-30 09:32:51 +10:00
Samuel Georges ee38c72f04 Protected properties were once [incorrectly] available 2015-08-29 20:12:55 +10:00
Samuel Georges 6f029426ff Rejigg SMTP fields 2015-08-29 18:59:45 +10:00
Samuel Georges 275463996e When toggling empty tabs: if a hidden tab was selected, select the first visible tab
Induce tab overlap using negative right margin instead (first-child tab can be hidden)
Use a slightly cleaner approach than in #1401
2015-08-29 18:42:29 +10:00
Samuel Georges c5c56dd927 Merge pull request #1401 from gabsource/hide-formwidget-tab-on-toggle
Hide FormWidget tabs when they contain no fields or only hidden field
2015-08-29 17:21:42 +10:00
Samuel Georges d78fd52bbc Merge pull request #1400 from gabsource/smtp-ssl-settings
Fix SMTP encryption settings to reflect Laravel encryption config.
2015-08-29 16:55:24 +10:00
Samuel Georges 02bcc0514c Merge pull request #1395 from gabsource/fix-swedish-language-code
Fix Swedish language code reference 'se' to 'sv' to reflect ISO code
2015-08-29 16:03:10 +10:00
Jérémy Gaulin 6ec42da584 Hide FormWidget tabs when they contain no fields or only hidden fields after a toggle event on a field has occurred 2015-08-27 22:28:03 +02:00
Jérémy Gaulin aa5e9c6034 Fix encryption settings to reflect laravel encryption config. 2015-08-27 20:50:13 +02: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
Jérémy Gaulin d6356ac733 Fix Swedish language code reference 'se' to 'sv' to reflect ISO code like in folder structure. 2015-08-27 16:37:12 +02: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
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 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 4c1db1d8db Tidy up backend alerts, make long text in alerts readable 2015-08-22 13:41:57 +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 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
Samuel Georges 1bfcaaf026 Use prettify on plugin details page 2015-08-15 14:16:16 +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 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
Raphaël M 1c5ba4438b Update of FRENCH translation for OctoberCMS
Update of FRENCH translation for OctoberCMS

Update of FRENCH translation for OctoberCMS

Update of FRENCH translation for OctoberCMS
2015-08-15 09:41:11 +10:00
Samuel Georges fe4e9b005f Fix toolbar examples 2015-08-13 21:07:10 +10:00
Jérémy GAULIN e65f5c3c04 Ensure versions history are retrieved by id - Refs issue #1356 2015-08-09 20:21:41 +02:00
Samuel Georges c139a324d1 Tidy up code - refs #1318 2015-08-08 11:39:48 +10:00
Samuel Georges 56c8053288 Merge pull request #1318 from gabsource/Issue-#1310
Fix the switching tab bug when calling ocTab.updateTab()
2015-08-08 11:32:01 +10:00