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
krisawzm
d11680eba0
Updated language nb-no in cms module
2015-05-25 23:16:21 +02:00
krisawzm
5492e463dd
Updated and improved language nb-no in backend module
2015-05-25 23:13:12 +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
Samuel Georges
b40554fd64
Dead reference
2015-05-21 23:03:07 +10:00
Samuel Georges
a1291c3716
Restyle Administrator pages
2015-05-21 22:55:08 +10:00
Samuel Georges
be05899a52
Outside fields don't use tabs
2015-05-21 22:55:08 +10:00
Scott Bedard
7c13ec9847
Solves issue #1108
...
Finally found what was causing this issue. The chart was calculating the base of the bars based in the chart's width rather than it's height. This wasn't a problem when the chart was wider than it's height, because the extra bars just extended beyond the bottom of the container.
2015-05-20 23:41:25 -04:00
Scott Bedard
db999cf179
Adds "search" & "email" types to data-track-input
2015-05-18 21:22:35 -04:00
alekseybobkov
af2849c9a5
Fixes a problem with sorting new added menu items. Fixes https://github.com/rainlab/pages-plugin/issues/41
2015-05-18 14:03:28 -07:00
Samuel Georges
c9cf2b4352
Roll back redirection function
...
This is a magical solution to a non-issue (aesthetic), it could easily be introduced by a plugin and is not a good substitute for proper web server configuration. Eg, Apache:
##
## Directory Listing attempts
##
DirectorySlash Off
RewriteOptions AllowNoSlash
##
## Redirect Trailing Slashes...
##
RewriteRule ^(.*)/$ /$1 [L,R=301]
2015-05-18 19:09:03 +10:00
gergo85
7ab72b3743
Improve multilanguage support
2015-05-16 11:47:24 +02:00
Samuel Georges
aff35ce0c2
Merge pull request #1141 from scottbedard/patch-2
...
Solves issue #1140
2015-05-16 18:17:58 +10:00
Scott Bedard
d795d912d2
Solves issue #1140
2015-05-16 03:44:25 -04:00
Samuel Georges
db1d2317d9
* Build 260
2015-05-16 14:48:50 +10:00
Samuel Georges
bb6910a068
Add internal redirects (cms.enableRedirects)
...
The application will now perform redirects to prevent duplicate content and enforce the linking policy.
Fixes #665
Fixes #1023
2015-05-16 12:19:11 +10:00
Samuel Georges
20958a1810
Merge pull request #1139 from justin-lau/fix-grid-scrolling
...
Fixed grid widget breaking backend menu scrolling.
2015-05-16 10:02:43 +10:00
Samuel Georges
4d057ba266
Fixes flaw in logic
...
Recompile JS from #1135
2015-05-16 09:57:40 +10:00
Justin Lau
8ab2a5999b
Removes local mousewheel jquery plugin. Fixes rainlab/translate-plugin#5 .
2015-05-16 07:53:20 +08:00
Samuel Georges
0b6dfc9f3f
Merge pull request #1135 from scottbedard/patch-2
...
Adds option to set chart value by data-value
2015-05-16 09:46:55 +10:00
Samuel Georges
8b3ab93786
Component variables set with $this->page
no longer leech in to other component partials.
...
Fixes #852
2015-05-16 09:29:27 +10:00
Samuel Georges
4f2c11e9db
Process SVG CSS by hand - Fixes #1137
2015-05-16 00:25:41 +10:00
Samuel Georges
ccf8073ad6
Make page listing more detailed, now includes [base file name]
2015-05-15 20:19:11 +10:00
Samuel Georges
e675866284
The |page filter now supports passing an empty string to generate a link to the current page.
2015-05-15 20:18:40 +10:00