Antony Tsioukas
24d8cb8f66
Update Greek Language
2015-08-30 09:32:51 +10:00
Samuel Georges
ee38c72f04
Protected properties were once [incorrectly] available
2015-08-29 20:12:55 +10:00
Samuel Georges
6f029426ff
Rejigg SMTP fields
2015-08-29 18:59:45 +10:00
Samuel Georges
275463996e
When toggling empty tabs: if a hidden tab was selected, select the first visible tab
...
Induce tab overlap using negative right margin instead (first-child tab can be hidden)
Use a slightly cleaner approach than in #1401
2015-08-29 18:42:29 +10:00
Samuel Georges
c5c56dd927
Merge pull request #1401 from gabsource/hide-formwidget-tab-on-toggle
...
Hide FormWidget tabs when they contain no fields or only hidden field
2015-08-29 17:21:42 +10:00
Samuel Georges
d78fd52bbc
Merge pull request #1400 from gabsource/smtp-ssl-settings
...
Fix SMTP encryption settings to reflect Laravel encryption config.
2015-08-29 16:55:24 +10:00
Samuel Georges
02bcc0514c
Merge pull request #1395 from gabsource/fix-swedish-language-code
...
Fix Swedish language code reference 'se' to 'sv' to reflect ISO code
2015-08-29 16:03:10 +10:00
Jérémy Gaulin
6ec42da584
Hide FormWidget tabs when they contain no fields or only hidden fields after a toggle event on a field has occurred
2015-08-27 22:28:03 +02:00
Jérémy Gaulin
aa5e9c6034
Fix encryption settings to reflect laravel encryption config.
2015-08-27 20:50:13 +02:00
Samuel Georges
906a4e65c2
Prompt can now be used to define the button text for file multi
...
Minor update to checkbox markup
2015-08-28 04:39:29 +10:00
Samuel Georges
7f502768dc
Adds new view event system, add event to sign in form
2015-08-28 04:31:41 +10:00
Jérémy Gaulin
d6356ac733
Fix Swedish language code reference 'se' to 'sv' to reflect ISO code like in folder structure.
2015-08-27 16:37:12 +02:00
Samuel Georges
b39837834b
MySQL may fall asleep during core extraction, so always try to wake it up
2015-08-27 17:34:34 +10:00
Samuel Georges
a350e800fc
Add simple example
2015-08-27 08:10:25 +10:00
Samuel Georges
793bf30c26
Decouple the toolbar from the layout system
2015-08-26 20:24:37 +10:00
Samuel Georges
0cf3a95c10
Add favicon + robots + sitemap to mirrored files - Refs #1331
2015-08-26 17:41:25 +10:00
Samuel Georges
30593b0031
Update FontAwesome to latest, recompile assets
2015-08-25 19:29:55 +10:00
Samuel Georges
942a8c000e
Add helper for listing file + db templates
2015-08-24 20:31:44 +10:00
Samuel Georges
3f26113042
Merge pull request #1387 from gergo85/patch-1
...
Translate the plugin author string
2015-08-22 20:22:38 +10:00
Szabó Gergő
df6cdc084d
Translate the plugin author string
2015-08-22 12:19:31 +02:00
Samuel Georges
1d0c22293c
Merge pull request #1386 from gergo85/master
...
Big update for Hungarian language
2015-08-22 20:18:55 +10:00
Szabó Gergő
07c8b23c7d
Big updated for Hungarian language
2015-08-22 12:09:56 +02:00
Samuel Georges
4c1db1d8db
Tidy up backend alerts, make long text in alerts readable
2015-08-22 13:41:57 +10:00
Samuel Georges
24860fde99
Merge pull request #1379 from ariponce/patch-6
...
Update getStorageDirectory method to allow custom folder names
2015-08-22 08:48:51 +10:00
Samuel Georges
8e5a086067
Add more examples
2015-08-21 17:23:33 +10:00
Ariel Ponce
604a7ff465
Update getStorageDirectory method to allow custom folder names
...
See https://github.com/octobercms/library/pull/120
2015-08-18 15:42:26 +02:00
Samuel Georges
1bfcaaf026
Use prettify on plugin details page
2015-08-15 14:16:16 +10:00
Samuel Georges
6f414fe611
Default direction is ascending
2015-08-15 10:00:11 +10:00
Samuel Georges
de2a088e20
Merge pull request #1366 from gabsource/fix-version
...
Ensure versions history are retrieved by id ASC (bug introduced by PR #1304 )
2015-08-15 09:58:00 +10:00
Samuel Georges
0e3403f1aa
Use a nicer syntax for <html lang="" />
...
Recompile assets
2015-08-15 09:49:51 +10:00
Jérémy GAULIN
29a8ec1143
Ensure the client side language file is properly loaded
...
Switch widget needs short text. There is not really a 3 letters word or abreviation in french that is as understable as raw "On/Off".
Tidy up patch
Fix quote
https://github.com/octobercms/october/pull/1363/files#r36929168
2015-08-15 09:46:26 +10:00
Jérémy GAULIN
d60242bbe2
Translate mail templates backend-end messages
...
Use email test success translated entry (which existed)
Restore default english translation for new externalized strings
Fix typo
2015-08-15 09:46:25 +10:00
Jérémy GAULIN
3f8d17995a
Translate alert messages. Switched to `sweetAlert.alert()` instead of raw `window.alert()`.
...
Override `swal` and `sweetAlert` functions to set translation on default buttons.
Changed `sweetAlert()` to `swal()` to be consistent with `mediamanager.js`
2015-08-15 09:46:24 +10:00
Raphaël M
1c5ba4438b
Update of FRENCH translation for OctoberCMS
...
Update of FRENCH translation for OctoberCMS
Update of FRENCH translation for OctoberCMS
Update of FRENCH translation for OctoberCMS
2015-08-15 09:41:11 +10:00
Samuel Georges
fe4e9b005f
Fix toolbar examples
2015-08-13 21:07:10 +10:00
Jérémy GAULIN
e65f5c3c04
Ensure versions history are retrieved by id - Refs issue #1356
2015-08-09 20:21:41 +02: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
fbb6a5f3f1
Recompile lang assets
2015-08-08 11:14:34 +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
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
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
Antony Tsioukas
03235129ac
System Client.php Greek Language
2015-08-07 10:32:52 +03: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
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
2a374e87e8
Merge branch 'develop' of https://github.com/octobercms/october into Issue-#1310
2015-08-03 18:19:14 +02: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
8cd97b27a6
Add prettify, update Ace, recompile assets
2015-08-03 19:00:45 +10:00
Samuel Georges
3e898064e1
Translate some client side strings
2015-08-03 18:59:37 +10:00
Samuel Georges
20411f6fb1
Finish formatting logic + Add Media Manager buttons
2015-08-03 18:58:22 +10:00
Samuel Georges
aaebea4716
Tidy up the DB Event logger, add failsafe
...
If there is a problem with the Model, don't try to log with a broken model (infinite loop), this can be confirmed by checking if the Model class alias exists
2015-08-01 11:15:17 +10:00
Samuel Georges
5c736df2ee
Adds other asset folders we are aware of - Refs #1331
2015-08-01 08:57:10 +10:00
Samuel Georges
2b3f17adea
Revise Script UI docs
2015-07-31 18:05:30 +10:00
Samuel Georges
c17d47bf3e
Revise ui docs
2015-07-30 21:34:04 +10:00
Samuel Georges
387f14ce17
Revision to UI docs, minor pixel adjustment to fixed dd
2015-07-30 19:46:30 +10:00
Samuel Georges
252a34dc08
Adds alt syntax for tooltip
...
data-toggle will conflict with dropdown, eg: data-toggle="dropdown" data-control="tooltip"
2015-07-30 19:45:54 +10:00
Anderson Carlos Woss
bfdcfa69da
Update PT-BR lang
2015-07-30 00:37:23 -03:00
Samuel Georges
fae4a4b65c
Improve editor toolbar styles, tidy up md editor
2015-07-29 20:29:02 +10:00
Samuel Georges
934f77a1f3
Implement dropdown-fixed mode.
2015-07-29 20:03:48 +10:00
Samuel Georges
ebfa4596ea
Attempt to make dropdowns in toolbars work, update head refs
2015-07-29 19:19:08 +10:00
Samuel Georges
3f58cd70fc
And client-side locale messages
2015-07-29 19:17:38 +10:00
Samuel Georges
2a26aa6889
Fixes combiner to only move ../css when in ./less
2015-07-29 19:14:54 +10:00
Samuel Georges
525392ac2c
global.less now provides all mixins and variables (KISS)
2015-07-29 19:14:26 +10:00
Samuel Georges
f47b99d183
Move storm to its own build
2015-07-29 19:13:42 +10:00
Samuel Georges
3a2b94829a
Fixes syntax error in "system/lv" lang, write test to prevent further breakages
2015-07-29 08:20:22 +10:00
Samuel Georges
690d7f0a02
When installing a theme don't install existing plugins
...
Minor fix to callout in update popup
2015-07-28 19:56:24 +10:00
Jérémy GAULIN
98b56234c9
Updating a tab was changing the HTML `data-*` attributes but did not update the jQuery `.data()` cache - fixes #1310
2015-07-27 12:36:51 +02:00
Samuel Georges
7cc4f3b6ac
Merge pull request #1301 from bombozama/master
...
Spanish translation fix
2015-07-25 15:39:22 +10:00
Tom
506f7502ea
update Chinese Language File
2015-07-25 15:29:07 +10:00
Samuel Georges
e2f32cc928
Merge pull request #1304 from psoots/ps/db-history-order
...
Ensuring version order of database histroy.
2015-07-25 15:28:30 +10:00
Samuel Georges
d931c6ecfc
Merge pull request #1296 from mrmlnc/path-1
...
Update Ru_lang to current status develop branch
2015-07-25 15:19:13 +10:00
Samuel Georges
77e388f5ff
Merge pull request #1295 from gergo85/master
...
Updated Hungarian language
2015-07-25 15:18:40 +10:00
Samuel Georges
bdc05a20fe
Merge pull request #1291 from DZB-Team/develop
...
Some new language strings...
2015-07-25 15:18:17 +10:00
Samuel Georges
0ba10f26bd
Update polish translation
...
Update polish translation
Update polish translation
Update polish translation
Update polish translation
Update polish translation
Update polish translation
Update polish translation
2015-07-25 15:10:26 +10:00
Samuel Georges
d6d48b4580
Merge pull request #1285 from bilgorajskim/bilgorajskim-patch-1
...
Update Polish translation
2015-07-25 15:04:52 +10:00
Samuel Georges
e75bc5c131
Merge pull request #1283 from Galixte/patch-4
...
Update of FRENCH language for OctoberCMS
2015-07-25 15:03:22 +10:00
Samuel Georges
561adcfb37
Merge pull request #1279 from tsioukas/patch-1
...
Added new phrases on Greek Language
2015-07-25 15:01:01 +10:00
Samuel Georges
d453f922dc
Improve the hint API, add inset mode to loader
2015-07-25 09:23:34 +10:00
Antony Tsioukas
9a10c1f53b
Greek option added on select list
2015-07-24 10:22:15 +03:00
Peter Soots
08da2b0b81
Ensuring version order of database histroy.
2015-07-21 18:40:50 -07:00
Samuel Georges
a22dd43cad
Merge branch 'develop' into importexport
2015-07-22 08:07:13 +10:00
Samuel Georges
52ea4a73c8
Performance improvements, rename scopes to standard
2015-07-21 20:46:35 +10:00
Samuel Georges
d9b98bccca
Minor
2015-07-21 07:57:04 +10:00
Gonzalo Henríquez
67c4e2e918
Translation fix
2015-07-20 18:13:50 -03:00
Samuel Georges
f99f838faf
Merge branch 'develop' into importexport
2015-07-19 10:14:45 +10:00
Samuel Georges
d9307ef4fe
Fixes bug in sortable script + broken image ref
...
Conflicts:
modules/backend/assets/css/october.css
2015-07-19 10:07:34 +10:00
Szabó Gergő
2fdb8269d0
Updated Hungarian language
2015-07-18 14:59:23 +02:00
Denis Malinochkin
5f1e03fc46
Update Ru_lang to current branch
2015-07-18 15:53:02 +03:00
Samuel Georges
1636f79224
Add 'is-divided' style to simple lists
...
Minor fix to popup docs
2015-07-18 16:14:39 +10:00
Samuel Georges
37a5782178
Use a monkey patch instead of hacking code
...
Refs https://github.com/johnny/jquery-sortable/pull/122
2015-07-18 14:16:34 +10:00
Samuel Georges
15c23089c6
Patch sortable to fix reinitialization errors (and memory leaks)
...
Refs https://github.com/johnny/jquery-sortable/pull/122
2015-07-18 13:43:48 +10:00
alekseybobkov
88232c8345
Minor
2015-07-16 18:19:09 +10:00
alekseybobkov
33b8584ab9
Merge branch 'develop' into builder-ui
...
Conflicts:
modules/backend/assets/css/october.css
2015-07-15 18:12:13 -07:00
alekseybobkov
e69be53317
Minor
2015-07-15 18:06:05 -07:00
Samuel Georges
095721bd40
Update and decouple drag.sort, add usePlaceholderClone option, recompile assets
2015-07-15 17:01:58 +10:00
Samuel Georges
af6eb9da2d
Fixes various styling bugs in select
...
The extra right-side padding is only needed within inspector, outside usage shows too much padding
Constrain the select width for important updates
2015-07-15 16:54:15 +10:00
Samuel Georges
846858f2cb
Add --debug flag to "compile js" utility cmd
2015-07-15 16:52:13 +10:00
Samuel Georges
0fb5c11318
No need to hack select2, fixes popover logic instead
2015-07-15 16:50:30 +10:00
Samuel Georges
07ca64d932
This can be fixed by using "width: style" instead
2015-07-15 16:47:25 +10:00
alekseybobkov
c5ad9ca07b
Fixed dropdowns in popover windows
2015-07-14 21:49:08 -07:00
alekseybobkov
02961c6c8f
Fixes in the drop-down styling, minor client-side fixes in the back-end
2015-07-14 21:12:45 -07:00
alekseybobkov
5e3818a49d
General plugin details can be loaded from plugin.yaml file. Minor updates in the back-end UI.
2015-07-14 18:01:55 -07:00
raw99
4993b45b60
Adding new language strings...
2015-07-14 19:52:34 +03:00
Samuel Georges
978af199f7
* Build 279
...
Adds 'unchecked' state to input.trigger api, clean up + fixes various logic flaws
2015-07-14 17:46:05 +10:00
Samuel Georges
733d783ada
Clicking on a plugin redirects to plugin detail page
...
Upgrade guide can now be fetched from the server
2015-07-14 07:42:21 +10:00
bilgorajskim
8666e1f8d1
Update polish translation
2015-07-13 09:50:10 +02:00
bilgorajskim
b6bff3cdd6
Update polish translation
2015-07-13 09:45:27 +02:00
bilgorajskim
3c67fec7cf
Update polish translation
2015-07-13 09:44:30 +02:00
bilgorajskim
21dae0a630
Update polish translation
2015-07-13 09:31:02 +02:00
bilgorajskim
fc3cc8898b
Update polish translation
2015-07-13 09:19:56 +02:00
Raphaël M.
79c5867164
Update of FRENCH language for OctoberCMS
2015-07-13 08:40:48 +02:00
Raphaël M.
7bd4fb6c68
Update of FRENCH language for OctoberCMS
2015-07-13 08:39:43 +02:00
Raphaël M.
9725e4576e
Update of FRENCH language for OctoberCMS
2015-07-13 08:38:53 +02:00
alekseybobkov
931a1f10cf
Added namespace input preset
2015-07-11 16:04:01 -07:00
Antony Tsioukas
e1787b6cf9
Added new phrases on Greek lang.php
2015-07-11 19:09:24 +03:00
Samuel Georges
7fcf7347c4
Translate strings used by "important update" process
...
Clean up / rename existing strings
2015-07-11 15:29:20 +10:00
Samuel Georges
961509839e
Manually merge Pull Requests that are prepared incorrectly
...
Fixes #1229
Fixes #1259
Fixes #1260
Fixes #1261
Fixes #1262
Fixes #1263
Fixes #1264
Fixes #1277
Thanks @felixinx @awaysoft @tsioukas @Freakspot
2015-07-11 14:36:38 +10:00
Samuel Georges
a3223e8d03
Merge pull request #1256 from sajjad-ser/master
...
update persian language
2015-07-11 11:26:41 +10:00
alekseybobkov
3851ae68cd
Merge branch 'develop' into builder-ui
...
Conflicts:
modules/backend/assets/css/october.css
2015-07-10 18:05:27 -07:00
Samuel Georges
e9ed9d14c8
Add $.oc.listToggleChecked helper
...
Other minors
2015-07-10 15:51:24 +10:00
Samuel Georges
84da7f3698
Improve tabs consistency, fix conflict with .primary
...
.primary -> .primary-tabs
.secondary -> .secondary-tabs
.master -> .master-tabs
2015-07-10 15:51:24 +10:00
Samuel Georges
6f4590404c
Add logic to look for !!! in plugin updates - Fixes #785
2015-07-10 15:51:24 +10:00
alekseybobkov
cf0224c2e8
Merge branch 'develop' into builder-ui
...
Conflicts:
modules/backend/assets/css/october.css
2015-07-08 21:11:08 -07:00
alekseybobkov
8b147015ec
Minor drop-down fixes
2015-07-08 21:04:57 -07:00
alekseybobkov
aafb6014e1
Merge branch 'develop' into builder-ui
2015-07-07 21:40:33 -07:00
alekseybobkov
5c15f81f96
Implemented Flyout layout control, minor improvements in the file list control and back-end styles.
2015-07-07 21:37:18 -07:00
Sajjad
711df56986
update persian language
2015-07-05 21:26:39 +04:30
Samuel Georges
79fd2e9473
Fix double scrollbars on popups, fix broken "retry update" button
2015-07-04 16:03:15 +10:00
Samuel Georges
4f0fa37d6f
Update of FRENCH Translation for OctoberCMS - thanks @Galixte
...
Fixes #1248 without 11 commits
2015-07-04 10:36:32 +10:00
Samuel Georges
b9e4eeb60c
Merge pull request #1252 from DZB-Team/develop
...
Some small Latvian language fixes...
2015-07-04 10:26:15 +10:00
Samuel Georges
adfc198428
Merge pull request #1239 from gergo85/master
...
Updated Hungarian language
2015-07-04 10:25:11 +10:00
Samuel Georges
a1e1b52d6e
Fixes bug where select2 cannot be selected in a popup
...
OL and UL and sane rich editor elements
Disable search on list setup form
2015-07-04 09:33:05 +10:00
raw99
8a36ad5403
Some Latvian language fixes...
2015-07-01 23:13:30 +03:00
Samuel Georges
44b11c68be
Fix icon/image support for dropdown options
...
Use alternative approach to "data-no-auto-update-on-render" and prevent select2 from initializing twice
2015-07-01 17:01:44 +10:00
Samuel Georges
220bd2ae40
Update UI controls to support Select2 v4.0 - Refs #1160
2015-07-01 14:32:58 +10:00
Samuel Georges
9776d81228
Update select2 to version 4 - Fixes #1160
2015-07-01 14:30:58 +10:00
Samuel Georges
6784519ce3
Move balloon selector to Storm UI as checkbox.balloon
2015-07-01 11:38:37 +10:00
Samuel Georges
055ad51fae
Improve inspector docs, add dependencies
2015-07-01 11:27:43 +10:00
Samuel Georges
f34257f598
Split drag.* and input.* docs
2015-07-01 11:25:08 +10:00
Samuel Georges
85c47bea7a
Move select and custom checkboxes/radios to Storm UI
2015-07-01 11:23:50 +10:00
Samuel Georges
52e7376b24
Restructure the update list
2015-06-30 20:03:27 +10:00
Samuel Georges
adada0b4a5
Show plugin icon in update list
2015-06-30 15:46:46 +10:00
Samuel Georges
78cf62cff1
Add a note about October.Drivers for mail methods that use it
...
Trim field partials to allow :empty selector to work
2015-06-30 15:30:14 +10:00
Samuel Georges
c1a9cbb2f2
Split input controls to their own docs
2015-06-30 15:28:19 +10:00
Samuel Georges
f9c921a797
Adds getAjaxHandler() API to controllers
...
Fixes bug where update process fails midway
2015-06-30 08:56:53 +10:00
Szabó Gergő
0ed57bb692
Updated Hungarian language
2015-06-27 11:58:30 +02:00
Samuel Georges
81eb02296d
Fixes broken invalid state
2015-06-27 14:53:17 +10:00
Samuel Georges
f4efcb455e
Use fill()+save() instead of save()
2015-06-27 14:32:52 +10:00
Samuel Georges
6c6c7b9e1f
Implement ComposerManager::autoload for plugins that use composer.
...
All packages are now added to a global pool to prevent double loading and the load order is respected.
Refs #1227
2015-06-27 13:37:34 +10:00
Samuel Georges
19e648cab8
Remove useless reference
2015-06-27 12:34:24 +10:00
Samuel Georges
00f7a5ed61
Enable backend context registration
2015-06-27 11:04:44 +10:00
Samuel Georges
25316fc9d7
Merge pull request #1238 from thbsolutions/master
...
adding polish translations
2015-06-27 09:45:46 +10:00
Samuel Georges
01d8d653bb
Merge pull request #1234 from shina/patch-1
...
Small typo in docblock
2015-06-27 09:44:08 +10:00
Samuel Georges
365e3876a9
Update lang.php - Fixes #1187
2015-06-27 09:22:52 +10:00
Andriy
142b5c6af7
adding polish translations
2015-06-27 00:58:50 +02:00
Leonardo Shinagawa
171e5e2278
Small typo error in docblock
2015-06-24 09:14:44 -03:00
Samuel Georges
453d2fda56
Add the links handler to rich editor
...
Other small fixes
2015-06-24 17:36:59 +10:00
Samuel Georges
ab432c0ee1
We shouldn't be returning jQuery objects as part of event parameters
2015-06-20 23:18:47 +10:00
Samuel Georges
50e4840216
Create 'extensions' custom validator
...
FileUpload can now specify mime types
2015-06-20 10:12:14 +10:00
Samuel Georges
18c25d6371
Minor touch up to error page
2015-06-14 11:30:31 +10:00
Samuel Georges
dc9818a79a
Merge pull request #1189 from mrmlnc/develop
...
Synchronization Ru_lang with current develop branch
2015-06-14 10:59:27 +10:00
Samuel Georges
335fbe6106
Touch ups
2015-06-13 10:31:01 +10:00
Samuel Georges
0a5e6adad1
Fixes tooltip background color
...
Other minor clean ups
2015-06-09 18:49:56 +10:00
Samuel Georges
99146294aa
Minor touch ups
...
Add danger style to popover
2015-06-06 16:49:30 +10:00
Samuel Georges
f11586bb2f
Update dropzone to latest
2015-06-05 21:07:53 +10:00
Denis Malinochkin
59c0e84701
Synchronization Ru_lang with current develop branch
...
Full synchronization translate with current develop branch.
- Translate new keys
- Update the changed keys
- Synchronizing quotes and commas with develop branch
2015-06-04 19:14:32 +03:00
Samuel Georges
1290665935
Fix for new Mustache version
...
Adds note about improved admin UI
2015-06-04 20:46:38 +10:00
Samuel Georges
44e528068d
Mustache.compile -> Mustache.render
2015-06-04 19:27:27 +10:00
Samuel Georges
b81efa9c46
Might reconsider this, since the exact line in twig is lost
2015-06-04 17:37:29 +10:00
Samuel Georges
39291967d6
Fix minor issue with tabs events not firing
2015-06-04 17:37:08 +10:00
Samuel Georges
6c93612cc6
Add docs for foundation, other minor fixes
2015-06-04 14:55:16 +10:00
Samuel Georges
36673a9d18
Remove duplicate mixins, fix buttons
2015-06-03 19:44:29 +10:00
Samuel Georges
9bef4d5d8e
Minor fix to variables
2015-06-03 19:38:19 +10:00
Samuel Georges
ae957de1cc
Move callout to storm
2015-06-03 19:30:23 +10:00
Samuel Georges
bed7d0825f
Fixes loading animation in various places
2015-06-03 19:22:18 +10:00
Samuel Georges
3bfd704127
Remove double up on fonts
2015-06-03 19:05:08 +10:00
Samuel Georges
d6f6f0dccd
Register the system styles as a package, recompile them
...
Bring back missing styles
2015-06-03 17:23:53 +10:00
Samuel Georges
019e93bfa1
Recompile assets, fix some dependencies
2015-06-03 15:08:43 +10:00
Samuel Georges
1017990abe
Write examples + test trigger, hotkey and preset
2015-05-30 17:22:13 +10:00
Samuel Georges
757b5dd935
Move input based controls to "input" collection
...
changemonitor -> input.monitor
hotkey -> input.hotkey
inputpreset -> input.preset
triggerapi -> input.trigger
2015-05-30 16:50:21 +10:00
Samuel Georges
9df5ac5ab0
Add example for drag.sort
2015-05-30 16:30:55 +10:00
Samuel Georges
52c6b5dd09
Merge branch 'develop' into ui-breakout
2015-05-30 15:57:44 +10:00
Samuel Georges
9ed73e0cba
Updates for new symbolizePath API, requires latest rain lib code
...
Backend layouts can now be provided by plugins
2015-05-30 15:54:47 +10:00
Samuel Georges
7f9984c804
Write example for drag.value and drag.scroll
2015-05-30 15:02:50 +10:00
Samuel Georges
f4c97fd1ea
Rename "drag" JS files, write basic readme, create an entry point for all controls
2015-05-30 13:59:33 +10:00
Samuel Georges
a002d5da92
Merge branch 'develop' into ui-breakout
...
Conflicts:
modules/system/assets/ui/js/chart.bar.js
2015-05-30 13:01:35 +10:00
Samuel Georges
069ec925b2
Merge branch 'master' into develop
2015-05-30 12:50:31 +10:00
Samuel Georges
7e558ea706
Merge pull request #1171 from mrmlnc/develop
...
Update RU_lang
2015-05-30 09:58:28 +10:00
Samuel Georges
72ff6fdc80
Merge pull request #1162 from krisawzm/lang-nb-no
...
Updates and improvements to the Norwegian language
2015-05-30 09:58:05 +10:00
Denis Malinochkin
cb01069fd7
Update to current branch
2015-05-29 16:17:57 +03:00
Samuel Georges
c5d3bb1a77
Fix broken refs
2015-05-29 22:24:31 +10:00
Samuel Georges
4ec70747d4
Move chart + scoreboard to UI lib
2015-05-29 22:24:02 +10:00
Samuel Georges
713583c5a4
Move toolbar to UI lib
2015-05-29 21:47:32 +10:00
Samuel Georges
9215421964
Fix dropdown (context menu) UI
2015-05-29 21:33:45 +10:00
Samuel Georges
b566583f9a
Fixes broken refs
2015-05-29 21:16:18 +10:00
Samuel Georges
7a4b76e021
Fixes to core so compile assets works again
2015-05-29 20:40:25 +10:00
Samuel Georges
89b4b09638
Add checkbox example to filter, fix some logic errors
2015-05-29 20:19:22 +10:00
Samuel Georges
ab5eea448b
Filter now supports passing options explicitly
2015-05-29 19:53:31 +10:00
Samuel Georges
7440529cee
Move mustache and modernizr to UI lib
2015-05-29 19:53:16 +10:00
Samuel Georges
db39026df7
Move filter to UI lib
2015-05-29 19:24:49 +10:00
Samuel Georges
9ecc1d40cc
Fix inspector docs so they work
2015-05-29 19:07:22 +10:00
Samuel Georges
624c9f9e2d
Move pagination to UI lib
2015-05-29 19:07:13 +10:00
Samuel Georges
f9bb2fa238
Break inspector out, clean up flags + icons
2015-05-29 18:55:21 +10:00
Samuel Georges
12c035502c
Various clean up + documentation
2015-05-28 20:44:07 +10:00
Samuel Georges
714c19de4a
Move tab and tooltip
2015-05-28 20:34:32 +10:00
Samuel Georges
8e59305ede
Update refs to flash message script
2015-05-28 20:33:49 +10:00
Samuel Georges
c6724961ae
Move popup and popover
2015-05-28 20:32:47 +10:00
Samuel Georges
81cf69fb98
Font Autumn replaced by UI "icon"
...
Scroll markers are technically icons
2015-05-28 17:47:44 +10:00
Samuel Georges
587777fc96
Move bootstrap out, delete BS LESS from core
2015-05-28 17:46:37 +10:00
Samuel Georges
9e8232bae3
Move load indicator out, renamed and merged all as loader.*
2015-05-28 17:44:56 +10:00
Denis Malinochkin
ab382e3771
Fix typos
2015-05-27 23:19:33 +03:00
Denis Malinochkin
8cdf2e1250
Update RU_lang
2015-05-27 23:16:06 +03:00
Samuel Georges
75a83706d7
Fix to breadcrumb and docs
2015-05-27 20:57:02 +10:00
Samuel Georges
677472a375
Fixes weird issue with switch
...
The checkbox input, although hidden, escapes the container causing scrollbars on fitted containers
2015-05-27 19:12:22 +10:00
Samuel Georges
37e5918e43
Move rowlink + utility classes out
2015-05-26 19:54:35 +10:00
Samuel Georges
3c8f7bec4d
Move dropdown out
2015-05-26 19:47:23 +10:00
Samuel Georges
011db03765
Move progress bar out
2015-05-26 19:32:44 +10:00
Samuel Georges
b70ba41e17
Move flash messages out
2015-05-26 19:16:09 +10:00
Samuel Georges
5a66dd7fb6
Begin moving backend controls to dedicated UI area
2015-05-26 18:55:39 +10:00
krisawzm
2a35e303e6
Updated and improved language nb-no in system module
2015-05-25 23:24:14 +02:00
raw99
7e0c66aa2b
adding latvian language to english and russian list of languages
2015-05-24 00:06:19 +03:00
raw99
5a6aaf760c
adding translations for latvian language
2015-05-23 23:59:46 +03:00
Scott Bedard
db999cf179
Adds "search" & "email" types to data-track-input
2015-05-18 21:22:35 -04:00
Samuel Georges
e27bbbdcec
Consistency is key
2015-05-14 17:34:43 +10:00
Samuel Georges
7255615bef
Merge pull request #1120 from gergo85/master
...
Updated Hungarian language
2015-05-09 19:02:23 +10:00
gergo85
53babb83b6
Updated Hungarian language
2015-05-09 10:54:11 +02:00
Samuel Georges
189d56a6c5
Merge pull request #1106 from gergo85/master
...
Improve multilanguage support
2015-05-09 11:06:59 +10:00
Samuel Georges
2a1719bd8e
Merge pull request #1099 from arall/lang/es_ES
...
es_ES missing translations & fixes
2015-05-09 11:01:49 +10:00
Samuel Georges
73cf4b7050
If a version.yaml file contains no array, then treat it as empty - fixes #1104
2015-05-09 10:56:11 +10:00
Samuel Georges
d02d9ba674
Minor improvement to error handling
2015-05-07 18:00:57 +10:00
gergo85
cb670237f2
Improve multilanguage support
2015-05-04 13:29:48 +02:00
Gerard Arall
a1790b0dbf
Translations
2015-05-02 19:32:22 +02:00
Samuel Georges
58ace7ee6c
The Twig runtime error is not very useful
...
Use the previous exception to provide more information
2015-05-02 18:11:26 +10:00
Samuel Georges
f334be5116
Complete overhaul of module service providers
...
This is to improve readability of these ever growing classes, also we can prune specific registrations based on the execution context for performance reasons.
2015-05-02 14:43:14 +10:00
Samuel Georges
12d92dd715
ThemeDelete -> ThemeRemove
2015-05-02 12:31:35 +10:00
Samuel Georges
2a1754a4c5
Streamline code from #1083
2015-05-02 12:29:22 +10:00
Samuel Georges
b361b013e2
Merge pull request #1083 from krisawzm/artisan_themes
...
Artisan commands related to themes
2015-05-02 11:54:00 +10:00
Samuel Georges
8082cd9502
Tidy up work from #1073
2015-05-02 10:18:39 +10:00
Samuel Georges
72dd449af7
Merge pull request #1073 from gergo85/master
...
Improve multilanguage support
2015-05-02 10:08:44 +10:00
Samuel Georges
b41719c3c5
Add Chinese (China) - Fixes #1069
2015-05-02 10:08:04 +10:00
Samuel Georges
4e507823ea
Sending mail now passes the parent data set to the layout
...
Renamed conflicting variable message -> content
Fixes #1070
2015-05-02 09:49:24 +10:00
Samuel Georges
9470259727
Minor clean ups
2015-04-29 19:50:30 +10:00