Commit Graph

2632 Commits

Author SHA1 Message Date
Samuel Georges 25f59a3b27 Merge pull request #1462 from dshoreman/localised-dates
Localise last modified date for mediaManager items
2015-09-26 08:47:41 +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 f4f69eec91 Merge pull request #1456 from Mr118/develop
fixes in localization
2015-09-26 08:37:54 +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 1a43f01978 Merge pull request #1444 from drtzack/patch-2
Update Turkish Language for CMS module
2015-09-26 08:35:56 +10:00
Samuel Georges 253f4b3e84 Merge pull request #1446 from Flynsarmy/pageRegexEscape
Allow \ character in Page URLs. Fixes #1441
2015-09-26 08:34:16 +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 3974fbb423 Merge pull request #1442 from jBOKA/develop
Updated AssetList widget to use correct folder permissions
2015-09-26 08:30:51 +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 6e1194784a Take some emphasis off the inactive main menu items
NB: The "wizard" CMS icon doesn't seem to like font size 28px, but all other icons appear to render cleanly at this size.
2015-09-26 08:10:25 +10:00
Samuel Georges 863bac86fe Foundation code samples should be inline 2015-09-26 08:01:32 +10:00
Samuel Georges 70882a0e33 Minor revert from previous 2 commits 2015-09-26 08:01:08 +10:00
Samuel Georges 0f17d26ea1 Merge pull request #1445 from gergo85/patch-2
Translate the "CMS" string and minor cleanup
2015-09-26 07:58:29 +10:00
Samuel Georges 44bfda46cc Translate page title template 2015-09-26 07:55:39 +10:00
alekseybobkov e54352b62e Added the object list Inspector editor. 2015-09-24 21:16:28 -07: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
Dave Shoreman faf682e30e Localise last modified date for mediaManager items
Updates the string version of the date to use PHP's IntlDateFormatter
which gives us translated dates in the appropriate format, based on
the user's locale set in backend preferences.

If ever there's a case where locale wasn't set or didn't match anything,
it would default to the system locale.
2015-09-24 19:11:32 +01:00
Samuel Georges 7aea60f11d * Build 298 2015-09-24 05:35:15 +10:00
Jakub Zych 0e3e19a685 string replaced with translation key
backend::lang.list.no_records exists in all language files
2015-09-23 15:14:10 +02:00
Jakub Zych 99f2a40662 small fix in polish translation 2015-09-23 15:12:17 +02: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
flynsarmy 6e85290c9e Allow \ character in Page URLs. Fixes #1441 2015-09-22 10:38:35 +10:00
Szabó Gergő 5a39058b56 Translate the "CMS" string and minor cleanup 2015-09-21 21:09:07 +02:00
alekseybobkov 83b4994d61 Added new Inspector property editors - text and set, minor refactoring of the Inspector code. 2015-09-20 21:15:21 -07:00
Talha Zekeriya Durmuş 4d2a14ae94 Update Turkish Language for CMS module 2015-09-20 12:50:24 +03:00
Talha Zekeriya Durmuş aa7b44d614 Turkish Language Update for System 2015-09-20 12:16:27 +03:00
jBOKA 2bfcec811f Updated AssetList widget to use correct folder permissions 2015-09-20 06:03:42 +02:00
alekseybobkov f823e6f0ba Rewriting the Inspector, in progress. 2015-09-19 12:57:31 -07:00
Samuel Georges ab4abb9bc5 Minor 2015-09-19 06:17:31 +10:00
Vladimir Kattsov 9fee6346df Update MediaManager.php
Transform extension like JPG and etc to lower case
2015-09-19 06:04:25 +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 b83abdb156 * Build 297 2015-09-19 05:38:32 +10:00
Samuel Georges 3f7aa9f9f7 Write tests for revisionable trait 2015-09-19 05:36:58 +10:00
Samuel Georges d9090b3210 Write tests for Tree traits 2015-09-19 05:32:49 +10:00
Samuel Georges b5611c3ed1 Add cache table 2015-09-19 05:32:05 +10:00
alekseybobkov 86ca09970d Updated select2, implementing new Inspector, work in progress. 2015-09-17 21:49:21 -07: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
Matīss Jānis Āboltiņš 6875082f66 Remove composer.lock from .gitignore
This file should be included in the codebase so that all developers get exact copies of libraries and their corresponding versions.

Explained in more detail [here](https://blog.engineyard.com/2014/composer-its-all-about-the-lock-file).
2015-09-17 12:25:11 +03:00
alekseybobkov c4e7427669 Updating select2 2015-09-16 20:06:30 -07: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
Samuel Georges bf961a9a5a Write tests for deferred binding 2015-09-16 05:53:36 +10:00
Vojta Svoboda 17a2585a15 Add cs_CZ locale 2015-09-15 14:30:18 +02:00
alekseybobkov dba955da3a Rebuilding the Inspector 2015-09-13 18:11:12 -07:00
Talha Zekeriya Durmuş 293a04722e Turkish Language Update
Update lang.php

Updated forgotten record
2015-09-12 09:05:49 +10:00
Samuel Georges 1c8d021a35 Adds the ability to remove navigation items
Included tests
Refs #1413
2015-09-12 08:45:58 +10:00