2106 Commits

Author SHA1 Message Date
Samuel Georges
3ba1cee05a Merge pull request #1161 from DZB-Team/master
Tanslation files for Latvian language
2015-05-30 10:45:00 +10:00
Samuel Georges
936ca3469c Merge pull request #1142 from gergo85/master
Improve multilanguage support
2015-05-30 10:44:30 +10:00
Samuel Georges
309f5debc9 Merge pull request #1178 from dshoreman/fix-flash-messages
Fixed error when using {% flash type %}
2015-05-30 10:26:09 +10:00
Dave Shoreman
aac3d196ee Fixed error when using {% flash type %}
While {% flash %} works fine for displaying all flash messages, if
a user wants to show only a certain type with {% flash success %}
(for example), it errors with "Undefined variable: message".
2015-05-30 01:24:11 +01:00
Samuel Georges
fc4164d809 Merge pull request #1177 from alvaro-canepa/patch-4
Fix translation title on popup
2015-05-30 10:03:29 +10:00
Samuel Georges
09501409c6 Fixes #1172 without using 7 commits 2015-05-30 10:00:55 +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
Samuel Georges
88728c1d73 Merge pull request #1152 from scottbedard/patch-4
Solves issue #1108
2015-05-30 09:52:15 +10:00
Samuel Georges
ac5b4d72e5 Merge pull request #1148 from scottbedard/patch-2
Adds "search" & "email" types to data-track-input
2015-05-30 09:48:27 +10:00
Samuel Georges
c0fdee9923 Merge pull request #1146 from krisawzm/patch-1
Fixes #1129
2015-05-30 09:47:15 +10:00
Denis Malinochkin
cb01069fd7 Update to current branch 2015-05-29 16:17:57 +03:00
Samuel Georges
6a56f97a4f Recompile assets, remove the dedicated vendor script file
October's backend JS is one massive file now
2015-05-29 23:05:10 +10: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
Alvaro Cánepa
03be3c3d77 Fix translation title on popup 2015-05-29 08:31:50 -03:00
Alvaro Cánepa
67e194231d Fix translation title on popup 2015-05-29 08:29:58 -03:00
Alvaro Cánepa
061fe89d5a Fix translation title on popup 2015-05-29 08:19:38 -03: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
b8bb95fc37 Show a nicer error when vendor folder is missing 2015-05-28 00:17:53 +10: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
Joel Villalobos Batista
3e3342af22 Add ".env" to .gitignore 2015-05-26 12:15:37 -05: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
fbe1a4c2e9 Move breadcrumb out 2015-05-26 19:21:26 +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
krisawzm
3d464a422a Improved language nb-no in cms module 2015-05-25 23:16:53 +02:00