Marc-Antoine Thevenet
812d7b3163
🇫🇷 typos & consistency ( #2066 )
...
* 🇫🇷 typos & consistency
🇫🇷 typos & consistency + closing #2042 as wrong branch
* Update lang.php
Fix following @gabsource
* Update lang.php
2016-06-01 07:50:54 +10:00
Samuel Georges
7a38d522db
Remove LESS instructions, we use internal commands now
...
Timestamps don't need to be included in theme data
2016-06-01 05:54:35 +10:00
Lucas Martín
60602c5455
Added untranslated strings to spanish ( #2073 )
...
* Added untranslated strings to spanish
Added untranslated strings to spanish and correct commas and others
* Added untranslated strings to spanish
Added untranslated strings to spanish and correct commas
* Update lang.php
* Update client.php
2016-05-31 08:19:15 +10:00
Samuel Georges
74a6a71bcb
Parameters -> Parameter
...
(Models should be singular)
2016-05-31 08:17:48 +10:00
Jérémy Gaulin
11a55b764b
Fixes #2021 - Cropping with float values
2016-05-30 00:36:49 +02:00
Jérémy Gaulin
01140cde95
The selection mode must be applied when the popup is shown as the options are saved across requests.
...
Fixes #2022
2016-05-30 00:09:50 +02:00
Samuel Georges
bb5a44ced5
Add get/set content to code editor plugin
...
Fixes plain text / snippet editor issue
Fixes #2059
2016-05-29 08:54:22 +10:00
Marc-Antoine Thevenet
55e7e1e545
🇫🇷 array strings fixed following 🇬🇧 version ( #2063 )
...
🇫🇷 array strings fixed following 🇬🇧 version
2016-05-29 08:16:18 +10:00
Dave Shoreman
c746954c03
Make sure Project ID is always included in POST ( #1728 )
...
* Make sure Project ID is always included in POST
Attempting to install a paid plugin through Artisan would return an 'authority not found' error, when the same would work fine when clicking "Update" in the backend.
This moves the code that adds the project ID into the applyHttpAttributes method to ensure it gets added for all post requests, and not just those that are actually requesting a file.
* Remove projectId from requestUpdateList method
After moving the other setter to the applyHttpAttributes method,
this one is no longer necessary as the apply method is called from
the closure inside $this->requestServerData.
2016-05-28 16:22:55 +10:00
Samuel Georges
45fe9b3e88
Styling improvements to the exception beautifier
...
Recompile assets
2016-05-28 15:10:29 +10:00
Samuel Georges
bb769db223
Dashboard now supports reset and make default
...
Added the new widgets to the add widget screen
System Parameters can now be reset
2016-05-28 14:18:25 +10:00
Samuel Georges
b171407382
Adds "dropup" variant to dropdown
...
Popup trigger event allows event propagation
2016-05-28 14:10:19 +10:00
Samuel Georges
f4b1c586bb
Clicking a non-submit type link should allow event propagation
...
This is useful when an AJAX request link appears inside something like a dropdown. When the link is clicked, the dropdown should close like normal, however this is not the case since the value `false` is returned; so the expected behavior doesn't occur. As a solution, `false` is no longer returned, the default behavior on the event is prevented instead, allowing the propagation to proceed as normal.
2016-05-28 13:02:54 +10:00
Samuel Georges
805c0939ad
Introduce two new dash widgets: welcome and active theme
...
System warnings have been moved to the system dash widget
Minor styling and language changes
2016-05-28 11:10:33 +10:00
Samuel Georges
8a7f762c71
Restyle system status report widget
...
Fixes styling on popover-danger and popover-head with customization
2016-05-28 06:49:59 +10:00
Jérémy Gaulin
69d8449a7d
Reverted to HTML source cached fot the popup to prevent select bug
2016-05-27 01:15:28 +02:00
Jérémy Gaulin
a888fe6e47
Fix the double-popup animation effect due to bad nesting ( #2058 )
2016-05-27 08:53:17 +10:00
Samuel Georges
e512dc7167
Updates screen is really Updates and Plugins
...
Update english to be more succinct
2016-05-27 08:03:30 +10:00
Samuel Georges
17dca5c06e
Fixes broken language key
2016-05-27 07:54:46 +10:00
Samuel Georges
064a15af8e
Merge pull request #2057 from gabsource/translation/french-review
...
French translation review
2016-05-27 07:53:12 +10:00
Samuel Georges
f0f751d523
MailSettings -> MailSetting
2016-05-27 07:51:36 +10:00
Samuel Georges
ebc7929ada
MaintenanceSettings -> MaintenanceSetting
2016-05-27 07:49:13 +10:00
Jérémy Gaulin
df5300f1f2
French translation review
2016-05-26 23:47:25 +02:00
Samuel Georges
e9be15cc15
Preferences -> Preference
...
Rename brandsetting config folder
2016-05-27 07:46:50 +10:00
Samuel Georges
f676f55375
BrandSettings -> BrandSetting
...
(Models should be singular)
2016-05-27 07:37:49 +10:00
Samuel Georges
cdb35f5070
UserPreferences -> UserPreference
...
(Models should be singular)
2016-05-27 07:35:32 +10:00
Samuel Georges
47d0a2677c
UI Blocks can now be moved by dragging
...
Page links handler is now strict definition
Use more explicit naming for config_dashboard config
We have to use the codeeditor for mail templates for now, since froala is not playing nicely with twig
2016-05-27 05:21:50 +10:00
Samuel Georges
ef5f89fb65
Merge pull request #2055 from gabsource/translation/french
...
New French translation keys
2016-05-26 09:01:56 +10:00
Samuel Georges
46480e2262
Add some notes about logic decisions
...
Refs #1933
2016-05-26 06:27:20 +10:00
Samuel Georges
ca8d8e4b39
Streamline event names and add get/set functions
2016-05-26 06:25:02 +10:00
Samuel Georges
7177013bc9
Merge pull request #1933 from rsobon/master
...
UI fix for multiple dropdowns inside the same context
2016-05-26 06:24:44 +10:00
Samuel Georges
abc9879ba7
Recompile assets
2016-05-26 05:32:49 +10:00
Szabó Gergő
5d104cfd56
Remove the unnecessary newlines
...
Update the event log translations
Update the Hungarian translations
Improve the logs preview translations
Translate the Editor settings page
2016-05-26 05:31:37 +10:00
Samuel Georges
44f1793346
Merge pull request #2054 from gabsource/feature/improve-exception-beautifier
...
Improved exception beautifier plugin
2016-05-26 05:22:10 +10:00
Samuel Georges
010a769b19
Create centered loader with text
...
Continuity styling updates
2016-05-26 05:20:26 +10:00
Jérémy Gaulin
b280e10249
New French translation keys
2016-05-25 18:54:18 +02:00
Jérémy Gaulin
c2e621e504
Improved exception beautifier plugin
...
- Keep the raw message in another tab
- Added a button to show/hide the stacktrace
- Fixes Windows paths
2016-05-25 13:54:09 +02:00
Szabó Gergő
0838f45874
Optimized brand settings layout for HD monitors
2016-05-25 00:03:47 +02:00
Samuel Georges
7dbab1c973
Add case for modal with no header/footer
...
Fixes #2043
2016-05-25 07:02:50 +10:00
Samuel Georges
b215201d69
Restyle datepicker
2016-05-25 06:55:56 +10:00
Samuel Georges
30f7c03718
Fixes colorpicker when used inside a popup
...
Fixes #1145
Refs #1021
2016-05-25 06:37:03 +10:00
Samuel Georges
de7edb10be
Merge pull request #2039 from gergo85/patch-1
...
Fixed the translation
2016-05-25 05:42:29 +10:00
Samuel Georges
bfb010bc8c
Merge pull request #2038 from gabsource/feature/exception-beautifier
...
Follow up #2035 - Improve backend exception beautifier
2016-05-25 05:42:12 +10:00
Samuel Georges
887bf569dc
Rollback recursion fix
...
This should no longer be necessary with the new third party code used in rich editor
Refs #1733
2016-05-25 05:28:00 +10:00
Samuel Georges
6b8f7b0dd9
Update MD editor to use new toolbar
2016-05-25 05:19:24 +10:00
Samuel Georges
4c50c23654
Refit the Predefined Page Links implementation
...
Refs #2005
2016-05-25 05:19:12 +10:00
Samuel Georges
ff631ba92a
Restyle the toolbar appearance
...
Refs #2005
2016-05-25 05:15:34 +10:00
Szabó Gergő
6130d4bcbd
Fixed the translation
2016-05-24 08:44:23 +02:00
Jérémy Gaulin
873ed8b90e
Improved exception beautifier plugin. Fix naming conventions.
2016-05-24 04:57:55 +02:00
Samuel Georges
e20c0126ee
Revive string escape helper
2016-05-24 06:25:13 +10:00