Commit Graph

778 Commits

Author SHA1 Message Date
Samuel Georges 99fcdaaadb Merge pull request #1488 from vojtasvoboda/feature/duplicate-array-keys
Remove duplicate array keys
2015-10-05 08:45:48 +11:00
Samuel Georges 399fd70cba Merge pull request #1486 from sajjad-ser/master
Update Persian language
2015-10-05 08:44:43 +11:00
Samuel Georges 16ca5b4ffc Merge pull request #1474 from adrenth/develop
Fix undefined variable $filePath
2015-10-05 08:43:31 +11:00
Samuel Georges d11515f199 Merge pull request #1467 from marcotesche/develop
German translation for client.php (system module)
2015-10-05 08:41:58 +11:00
Samuel Georges 2b1145b723 Merge pull request #1465 from gergo85/patch-8
Update the Hungarian language
2015-10-05 08:41:29 +11:00
Vojta Svoboda 3ea76dd817 Remove duplicate array keys 2015-10-04 22:09:57 +02:00
Sajjad 19adf61c5e Update Persian language 2015-10-03 12:36:57 +03:30
Samuel Georges 8e986c42b1 Remove some deprecated code 2015-10-03 07:31:01 +10:00
Samuel Georges 91d3d4dbde Swap FileHelper methods for new Ini parser 2015-10-03 07:30:11 +10:00
Samuel Georges 51446f6a27 Add alias for new Ini parser 2015-10-02 05:11:39 +10:00
Samuel Georges 3f53ae1ccf Fixes instance of WSOD 2015-09-30 05:26:12 +10:00
Samuel Georges bbfba7dc34 Remove the use of Twig_Loader_String, added Twig::parse 2015-09-30 05:26:00 +10:00
Alwin Drenth 98dd952d4b Fix undefined variable $filePath
Also added proper phpDoc to the PluginBase class
2015-09-29 15:02:48 +02:00
Szabó Gergő 17bdf010dc Minor changes 2015-09-27 11:13:39 +02:00
Marco Tesche b28e5ed9a0 German translation for client.php (system module) 2015-09-26 19:49:35 +02:00
Szabó Gergő 5396525f2f Update the Hungarian language 2015-09-26 12:03:35 +02:00
Samuel Georges de8bd67f0d Defauilt input.preset uses "slug" as default, as per docs 2015-09-26 14:15:49 +10:00
Samuel Georges 0a31869525 Render API code examples as inline 2015-09-26 12:46:53 +10:00
Samuel Georges cc364b3bf9 Merge pull request #1461 from dshoreman/security-tweaks
Security tweaks
2015-09-26 09:40:12 +10:00
Christopher Forsberg cf25f1caac Added missing client.php to modules/system/lang/sv/.
Updates to Swedish translations of OctoberCMS * Added missing keys * Updated some translations that were incorrect
2015-09-26 08:43:32 +10:00
Samuel Georges 163e79892a Merge pull request #1450 from vojtasvoboda/feature/missing-lang-keys
Add missing locales
2015-09-26 08:36:48 +10:00
Samuel Georges d5e21b3842 Merge pull request #1443 from drtzack/patch-1
Turkish Language Update for System
2015-09-26 08:31:23 +10:00
Samuel Georges 9a54db74ad Move docs out of JS file 2015-09-26 08:29:17 +10:00
Samuel Georges b4fdf27023 Tidy up popups docs 2015-09-26 08:24:16 +10:00
Samuel Georges 863bac86fe Foundation code samples should be inline 2015-09-26 08:01:32 +10:00
Samuel Georges beca2dddc2 Fixes the full screen button in code editor 2015-09-25 06:01:59 +10:00
Dave Shoreman 5816ae5604 Add permissions for account dropdown items
This adds permissions to Back-end Preferences and Code editor
preferences in the backend.

Instead of Access denied, the Backend Preferences page displays
an "Unable to find the spcified settings" error. Meh... it works.
2015-09-24 20:40:31 +01:00
Vojta Svoboda d56350dd34 Add missing locales 2015-09-23 12:19:02 +02:00
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
Talha Zekeriya Durmuş aa7b44d614 Turkish Language Update for System 2015-09-20 12:16:27 +03: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