Alwin Drenth
48d38a8e11
Update Dutch language
2016-10-03 17:21:55 +02:00
Samuel Georges
3c7968161a
Add icon badges to lists
2016-09-30 10:36:10 +10:00
Samuel Georges
757221dfaf
Tweak list alignment in callouts
2016-09-30 10:15:35 +10:00
Samuel Georges
a97208c6a1
Add more detail to callout docs
2016-09-30 10:09:15 +10:00
Samuel Georges
726fe5c6d7
Add docs for static mode flash messages
2016-09-29 15:57:03 +10:00
Samuel Georges
30bb33b6ba
Update FontAwesome to v4.6.3
...
Recompile assets
2016-09-26 09:27:40 +10:00
Samuel Georges
3499db5e53
Unescaped raw content is an oxymoron
2016-09-25 11:59:03 +10:00
Alvaro Cánepa
636b796a09
Access settings using "dot" syntax ( #2363 )
2016-09-20 07:25:47 +10:00
Mahmut Namli
85e9cb220a
Updated turkish language files for all modules ( #2377 )
...
* Backend lang file updated for turkish
* Cms lang file updated for turkish
* System-client lang file updated for turkish
* System-lang lang file updated for turkish
2016-09-19 18:13:44 +10:00
Samuel Georges
5684cf6385
Merge pull request #2374 from octoberfa/master
...
Update Persian language
2016-09-18 18:00:52 +10:00
Sajjad
c80675f7b4
Update Persian language
2016-09-16 18:55:31 +04:30
Samuel Georges
cc09f6eb53
Minor style fix
2016-09-14 19:00:25 +10:00
Scott Bedard
544a8c38cd
Fixing a typo
2016-09-05 08:35:43 -07:00
Samuel Georges
a14a60881a
Merge pull request #2239 from json-wong/patch-1
...
Create client.php for chinese.
2016-09-03 12:56:47 +10:00
Samuel Georges
58c669bf1e
Exception handling when disabled.json returns null
...
Fixes #2341
2016-09-03 12:19:22 +10:00
Samuel Georges
6c474bcae9
Move list pagination out of table footer
...
Remove docs on list-unresponsive (removed a while ago)
Add topPartial and sidePartial options to list controller configuration (experimental)
2016-09-03 12:13:38 +10:00
Szabó Gergő
da254af4e6
Update the Hungarian translate ( #2334 )
...
* Update the Hungarian translate
2016-09-03 09:44:32 +10:00
Samuel Georges
6b60673092
Don't show hover effects for rows with no links
...
Minor fix to head checkbox alignment
Recompile assets
2016-08-27 14:35:32 +10:00
Szabó Gergő
749e4c031c
Translate the remove widget dialog ( #2323 )
...
* Translate the remove widget dialog
2016-08-27 09:14:31 +10:00
Samuel Georges
89e390edcc
Popup will now shake when an error occurs
...
Improve memory management / garbage collection
2016-08-26 20:01:04 +10:00
Samuel Georges
58ed3e12d2
Improvements to row link script
...
If data-control="popup" or data-request="onSomething" is attached to the anchor, utilize that functionality when clicking the row
2016-08-26 19:11:38 +10:00
Samuel Georges
4a88e32bbb
Add rowlink docs
2016-08-26 18:49:37 +10:00
Samuel Georges
c8d8d4e931
Introduce new Cms helper
...
This is modeled after the Backend helper. Primarily used to generate URLs for the frontend, these are piped through the CmsController action. It would also be a good place to add a hook, if necessary later.
2016-08-20 14:43:49 +10:00
Samuel Georges
1c3631bede
Datepicker can use an expressed date for default value
...
@Carbon::parse was still failing, wrapped in do nothing try/catch instead
We don't seem to need to prefix time values anymore, since DateTimeHelper::makeCarbon should handle it
Fixes #2299
2016-08-13 11:29:01 +10:00
Samuel Georges
6353ded91f
Brand settings can now be seeded from config
2016-08-13 07:56:11 +10:00
Samuel Georges
ee9554d846
Minor styling fix to exception page.
...
Clicking / selecting the exception lines no longer activates a weird textarea appearance
2016-08-11 06:50:09 +10:00
Samuel Georges
c4007dd570
Recompile assets
2016-08-08 08:28:14 +10:00
coderwen
35e8b8f9fb
Add missing Chinese translation ( #2291 )
...
Various chinese translations
2016-08-06 11:53:23 +10:00
Szabó Gergő
7f3527759c
Update the Hungarian translate ( #2271 )
...
* Update the Hungarian translate
2016-08-06 11:46:29 +10:00
Samuel Georges
0b0e158009
Recompile assets
...
Refs #2267
2016-08-06 09:47:26 +10:00
Samuel Georges
72095c3982
Merge pull request #2219 from Herlevsen/input_preset_normal
...
Add 'normal' field preset type
2016-08-06 08:52:56 +10:00
Samuel Georges
b02e4d7ecf
Resolve paths correctly when deep hashing
...
Fixes #2270
2016-08-05 07:51:15 +10:00
Samuel Georges
2a4ea398f8
Merge pull request #2267 from cdarken/develop
...
Added ROMANIAN_MAP to modules/system/assets/ui/js/input.preset.js
2016-08-01 19:44:36 +10:00
Cătălin Georgescu
b01f4728a5
Added ROMANIAN_MAP to modules/system/assets/ui/js/input.preset.js for proper slug generation
2016-07-31 19:11:55 +03:00
Jérémy Gaulin
7ca97f4825
Styles for markdown tables in the plugin details view
2016-07-31 12:20:35 +02:00
Jérémy Gaulin
2be29e6d48
Fix missing sprintf in exception message (wrong signature)
2016-07-30 10:14:21 +02:00
Samuel Georges
b1a86b5f9f
Performance enhancement
...
Don't use deep handing lastMod check if we don't have to
2016-07-30 16:14:54 +10:00
Samuel Georges
3a6bf35f06
Only need to pasa a single asset now
2016-07-30 16:06:37 +10:00
Samuel Georges
cf76e4c64a
Performance enhancement
2016-07-30 16:05:37 +10:00
Samuel Georges
b08e2c4912
Introduce deep hashing on asset combiner
...
Added cms.enableAssetDeepHashing config item, disabled by default
Recompile assets
Refs #2248
Refs https://github.com/octobercms/library/pull/225
2016-07-30 15:06:50 +10:00
Samuel Georges
a50d3c1387
Merge pull request #2248 from christianWilling/fix-asset-cache
...
Fix asset cache
2016-07-30 13:01:20 +10:00
Samuel Georges
325232fe8e
Minor UI fix
2016-07-30 11:54:01 +10:00
Christian Willing
2b71055677
change spaces
2016-07-27 11:49:16 +02:00
Json
3206f6657d
Create client.php
2016-07-24 21:48:27 +08:00
Jens Herlevsen
fe24864d87
Add 'exact' field preset type to input.preset.js
2016-07-24 13:10:38 +02:00
Samuel Georges
422098c9c7
Fixes inconsistency in popup.js API
...
Fixes #1685
2016-07-23 13:54:56 +10:00
Antony Tsioukas
b64b480918
Greek Language Update
2016-07-23 12:40:32 +10:00
Samuel Georges
584f2871b0
Update pikaday to allow disabling specific dates
...
Fixes #2237
2016-07-23 11:30:11 +10:00
Samuel Georges
5af9fcbfdc
Sidebar needs to sit above dropdown overlay
...
This prevents the mouseout event firing and ending the entire show
Recompile assets
Fixes #2190
2016-07-23 09:42:18 +10:00
Samuel Georges
676196d304
Use starts_with instead of regex
2016-07-16 15:34:20 +10:00