Jofry
8973761146
Merge pull request #1 from jofrysutanto/master
...
Show mediamanager sidebar preview when "Go up" is selected.
2015-08-08 22:57:21 +10:00
jofrysutanto
871f824582
Show mediamanager sidebar preview when "Go up" is selected.
...
Show more informative sidebar information when "Go up' is selected, instead of blank file information with 'null' public url.
2015-08-08 22:52:21 +10:00
Samuel Georges
1123b83cf0
Merge pull request #1343 from gabsource/fix-extending-plugin
...
Fix error when extending plugin by adding a new side menu item
2015-08-08 11:45:29 +10:00
Samuel Georges
d537cef720
Merge pull request #1347 from powelski/resolve-1272
...
Escape HTML for .txt contents
2015-08-08 11:40:58 +10: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
Samuel Georges
2cf1d707ad
The API response for insert / insert+crop should be identical
...
This is because the 'onInsert' callback is used for both actions, yet yielded different results causing breakages
Fixes #1281
Also improved code readability in some places
2015-08-08 11:17:56 +10:00
Samuel Georges
fbb6a5f3f1
Recompile lang assets
2015-08-08 11:14:34 +10:00
Krzysztof Powelski
8547b8c184
Improve Polish translations
...
Fix indentation
2015-08-08 10:33:08 +10:00
Nicola Marini
b579891164
Update lang.php
...
Update lang.php
Update lang.php
Update validation.php
Update lang.php
Update lang.php
2015-08-08 10:31:17 +10:00
Samuel Georges
303a985caa
Merge pull request #1346 from powelski/polish-auto-close
...
Translate auto closing option to Polish
2015-08-08 10:29:04 +10:00
Samuel Georges
6ae1d0c047
Merge pull request #1345 from powelski/translatable-auto-close
...
Make backend auto closing option label translatable
2015-08-08 10:27:59 +10:00
Tom
d6f1a4a125
update simplified chinese
2015-08-08 10:26:10 +10:00
Jérémy GAULIN
70a335e1fd
Remove a double space
...
Fix sentences
More grammatically accurate messages.
Prevents wrong messages like "Le auteur" (should be "L'auteur") by using "Le champ auteur".
2015-08-08 10:22:49 +10:00
Samuel Georges
20e9462006
Merge pull request #1341 from filipac/master
...
Auto closing option translation in Romanian
2015-08-08 10:20:14 +10:00
Szabó Gergő
909b1ec374
Improve multilanguage support
2015-08-08 10:17:24 +10:00
Samuel Georges
85eeaa0257
Retranslate
2015-08-08 10:13:22 +10:00
Finjon Kiang
cebf7466a9
add new language zh-tw / Chinese (Taiwan)
2015-08-08 10:12:23 +10:00
Samuel Georges
0cd0dc5b62
Add keywords to log pages
2015-08-08 09:38:47 +10:00
Samuel Georges
99ac1bad20
Merge pull request #1357 from tsioukas/patch-1
...
System Client.php Greek Language
2015-08-07 20:53:40 +10:00
Samuel Georges
556eff359c
Clean up docs, add inset mode to tab panes
2015-08-07 19:10:31 +10:00
Samuel Georges
1b4e4b08fd
Fixes a styling issue in MarkdownEditor split mode
2015-08-07 19:06:36 +10:00
Samuel Georges
fc04bd1b4c
Added new makeFormWidget() method to WidgetMaker for rendering form widgets individually
2015-08-07 19:06:04 +10:00
Samuel Georges
ad60afebc4
Make the default admin group code a constant
...
We should consider locking this record attribute in future?
2015-08-07 18:43:05 +10:00
Antony Tsioukas
7971633993
Update Greek Language
2015-08-07 10:36:04 +03:00
Samuel Georges
891c034496
Fixes missing ref to storm UI on auth page
2015-08-07 17:35:04 +10:00
Antony Tsioukas
03235129ac
System Client.php Greek Language
2015-08-07 10:32:52 +03:00
Samuel Georges
881e68c1ca
Preview mode has no upload button, so no margin
2015-08-06 18:04:18 +10:00
Samuel Georges
f4890eec0c
Add better support for pivot relations in lists
2015-08-05 19:53:05 +10:00
Samuel Georges
2c646878a0
Add $.oc.listGetChecked helper
2015-08-05 19:52:50 +10:00
Samuel Georges
be155cc39f
Add inverse goal meter
...
...because some goals can be bad, like an unsubscription rate
2015-08-05 17:56:35 +10:00
Samuel Georges
4901c54d4f
Fixes clash with progress bar and remove link
2015-08-05 10:24:16 +10:00
Samuel Georges
241ea68468
Add auto column match feature to import
2015-08-05 10:23:14 +10:00
Krzysztof Powelski
9c3f83c54f
Escape HTML for .txt contents
2015-08-05 00:00:43 +02:00
Krzysztof Powelski
22be6e4a37
Translate auto closing option to Polish
2015-08-04 23:49:48 +02:00
Samuel Georges
23dc27e679
Ensure the models primary key is always available in the URL values
...
Fixes https://github.com/rainlab/forum-plugin/issues/74
2015-08-05 07:48:18 +10:00
Krzysztof Powelski
a63375cd5b
Make backend auto closing option label translatable
2015-08-04 23:40:51 +02:00
Samuel Georges
54e06694da
Add trigger api support to datepicker
2015-08-04 20:04:25 +10:00
Samuel Georges
9ecf75307b
Add exception handling and permissions definition
2015-08-04 20:04:11 +10:00
Samuel Georges
8166c5ad6a
Add encodeArrayValue | decodeArrayValue helpers
2015-08-04 20:03:24 +10:00
Samuel Georges
5b8d436c5e
MDEditor now supports pausing updates + adding toolbar buttons
2015-08-04 10:05:18 +10:00
Samuel Georges
0a35bb13a2
Update foundation plugin pattern
...
The API should support returning values, like jQuery does with .val() it will return the first element's value
Using a dedicated API on the plugin is much better than going in with .data('oc...') to access the object which is hacky since the internals might change
2015-08-04 10:03:48 +10:00
Samuel Georges
b010732796
These methods should be protected, update client lang
2015-08-04 10:01:17 +10:00
Jérémy GAULIN
2872e80a14
Merge branch 'develop' of https://github.com/octobercms/october into fix-extending-plugin
2015-08-03 18:20:20 +02:00
Jérémy GAULIN
2a374e87e8
Merge branch 'develop' of https://github.com/octobercms/october into Issue-#1310
2015-08-03 18:19:14 +02:00
Jérémy GAULIN
f22a16d482
Fix NavigationManager error when extending a side menu by adding a new item.
...
The code and owner were not set in the value array.
2015-08-03 18:07:56 +02:00
Samuel Georges
e75d988fc0
Recompile assets
2015-08-03 20:15:00 +10:00
Samuel Georges
52361e9b4d
Merge pull request #1324 from acwoss/develop
...
Update pt-br lang
2015-08-03 20:12:57 +10:00
Samuel Georges
d7eb4deac5
Merge pull request #1321 from Flynsarmy/filterEmptyCsvImportRowsClosure
...
Filter out empty CSV rows before import
2015-08-03 20:11:19 +10:00
Samuel Georges
336cea26e3
Merge pull request #1326 from Flynsarmy/CsvcreateFromPathPermissions
...
Only read permission is required for imports
2015-08-03 20:08:12 +10:00