Samuel Georges
b7d0c19a38
Merge pull request #2151 from freestream/fix/sv-translation
...
Changed and remove some english words in Swedish translation file
2016-06-27 16:44:16 +10:00
Anton Samuelsson
3a0c2c8270
Changed and remove some english words in Swedish translation file
2016-06-27 08:38:39 +02:00
Samuel Georges
fdb1d13ede
Merge pull request #2134 from Herlevsen/danish_translation
...
Add danish translation
2016-06-25 10:39:33 +10:00
Samuel Georges
d7ef9b1738
Apply chmod rules to combiner cache
2016-06-18 09:23:16 +10:00
Jens Herlevsen
be2bdb010b
Add danish translation
2016-06-17 23:48:37 +02:00
Samuel Georges
d3b2809866
htaccess now resembles october:mirror command
...
Added 'resources' as a potential asset storage directory name
2016-06-17 07:09:14 +10:00
Pavel
c34b2afd9c
Removes hardcoded "Misc" settings group translation.
...
This pull request allows to properly show "Misc" setting group in other languages.
2016-06-12 14:23:42 +03:00
Samuel Georges
04c4fe9633
Fixes logic error in filter search
...
The search was using !$.inArray when the expression should be $.inArray === -1 since it returns the index of the value in the array.
Also tidied up the code so it is easier to read.
Fixes #1918
2016-06-11 15:09:08 +10:00
Samuel Georges
d1b765fa5e
Definition of a drag is now 3 pixels
...
Fixes #1554
2016-06-11 14:28:15 +10:00
Samuel Georges
927250e9c9
Allow customization of default rich editor buttons
...
Fixes #2078
Recompile assets
2016-06-11 13:51:34 +10:00
Anderson Carlos Woss
e2f30cb8a4
Update pt-br lang ( #2110 )
...
* Update pt-br lang
2016-06-11 06:34:06 +10:00
Samuel Georges
519eaad04c
Include report widgets in mirroring
2016-06-08 05:46:15 +10:00
Samuel Georges
68c53aee34
Merge pull request #2100 from gabsource/fix/svg-error-bar-chart
...
Fix NaN error when values are not defined in charts widget
2016-06-07 08:49:14 +10:00
Samuel Georges
97ca0976a7
Create new october:install command
...
Add quick start instructions to readme
Fixes #1674
2016-06-07 07:09:01 +10:00
Jérémy Gaulin
5bfc6e63eb
Prevent NaN errors when rendering charts with no values, removed trailing ;
2016-06-06 17:57:19 +02:00
Alwin Drenth
47c038c96e
Update Dutch (nl) language ( #2086 )
2016-06-04 12:16:17 +10:00
Samuel Georges
0111100990
Shared view vars now passed to content blocks and mail templates
2016-06-04 07:26:16 +10:00
Samuel Georges
744d5654b3
ThemeData model now busts the [front-end] combiner cache
...
Separation of concerns, move the combiner asset variable injection logic to the cms module
Tweak readme
2016-06-03 07:22:05 +10:00
Samuel Georges
cd5a579c04
Disable clock picker AM/PM time for now
...
Restyle clock picker
Fixes #1989
Remove debug code
Recompile assets
2016-06-02 06:52:27 +10:00
Samuel Georges
31bebca129
Merge pull request #2084 from gergo85/develop
...
Update the Hungarian translation
2016-06-02 05:59:30 +10:00
Nicola Marini
df625ea7d5
Update italian (it) language ( #2083 )
...
* 🇮🇹 Update ita lang
Update italian language
* 🇮🇹 Ita lang
2016-06-02 05:58:53 +10:00
vasilslavchev@gmail.com
8c93404576
Bulgarian translation ( #2077 )
...
Bulgarian translation for october modul - system. VasilSlavchev@gmail.com
Bulgarian translation for october modul - cms. VasilSlavchev@gmail.com
Bulgarian translation for october modul - backend. VasilSlavchev@gmail.com
2016-06-02 05:57:00 +10:00
Samuel Georges
27dc84c59b
ThemeData can now pass variables to the combiner
...
Add support for fileuploads to ThemeData
Fixes #1539
2016-06-02 05:23:05 +10:00
Szabó Gergő
73ecd52def
Update the Hungarian translation
2016-06-01 15:19:10 +02: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
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
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
46480e2262
Add some notes about logic decisions
...
Refs #1933
2016-05-26 06:27:20 +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
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