Samuel Georges
ad60afebc4
Make the default admin group code a constant
...
We should consider locking this record attribute in future?
2015-08-07 18:43:05 +10:00
Antony Tsioukas
7971633993
Update Greek Language
2015-08-07 10:36:04 +03:00
Samuel Georges
891c034496
Fixes missing ref to storm UI on auth page
2015-08-07 17:35:04 +10:00
Antony Tsioukas
03235129ac
System Client.php Greek Language
2015-08-07 10:32:52 +03:00
Samuel Georges
881e68c1ca
Preview mode has no upload button, so no margin
2015-08-06 18:04:18 +10:00
Samuel Georges
f4890eec0c
Add better support for pivot relations in lists
2015-08-05 19:53:05 +10: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
4901c54d4f
Fixes clash with progress bar and remove link
2015-08-05 10:24:16 +10:00
Samuel Georges
241ea68468
Add auto column match feature to import
2015-08-05 10:23:14 +10:00
Krzysztof Powelski
9c3f83c54f
Escape HTML for .txt contents
2015-08-05 00:00:43 +02:00
Krzysztof Powelski
22be6e4a37
Translate auto closing option to Polish
2015-08-04 23:49:48 +02:00
Samuel Georges
23dc27e679
Ensure the models primary key is always available in the URL values
...
Fixes https://github.com/rainlab/forum-plugin/issues/74
2015-08-05 07:48:18 +10:00
Krzysztof Powelski
a63375cd5b
Make backend auto closing option label translatable
2015-08-04 23:40:51 +02:00
Samuel Georges
54e06694da
Add trigger api support to datepicker
2015-08-04 20:04:25 +10:00
Samuel Georges
9ecf75307b
Add exception handling and permissions definition
2015-08-04 20:04:11 +10:00
Samuel Georges
8166c5ad6a
Add encodeArrayValue | decodeArrayValue helpers
2015-08-04 20:03:24 +10:00
Samuel Georges
5b8d436c5e
MDEditor now supports pausing updates + adding toolbar buttons
2015-08-04 10:05:18 +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
2872e80a14
Merge branch 'develop' of https://github.com/octobercms/october into fix-extending-plugin
2015-08-03 18:20:20 +02: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
Jérémy GAULIN
f22a16d482
Fix NavigationManager error when extending a side menu by adding a new item.
...
The code and owner were not set in the value array.
2015-08-03 18:07:56 +02:00
Samuel Georges
e75d988fc0
Recompile assets
2015-08-03 20:15:00 +10: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
d7eb4deac5
Merge pull request #1321 from Flynsarmy/filterEmptyCsvImportRowsClosure
...
Filter out empty CSV rows before import
2015-08-03 20:11:19 +10:00
Samuel Georges
336cea26e3
Merge pull request #1326 from Flynsarmy/CsvcreateFromPathPermissions
...
Only read permission is required for imports
2015-08-03 20:08:12 +10:00
Samuel Georges
b4709256ef
Merge pull request #1327 from dshoreman/fix-chrome-height-bug
...
Fix height issues introduced in Chrome 45
2015-08-03 20:07:43 +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
Filip Iulian Pacurar
d0a55eed0c
Auto closing option translation in Romanian
...
Translation for pull request #1336
2015-08-03 09:08:25 +03:00
Samuel Georges
aef1964553
Add basic preview mode
2015-08-01 20:20:43 +10:00
Samuel Georges
c6409a8680
Minor exception handling
2015-08-01 17:06:49 +10:00
Samuel Georges
a2e69e3cce
Dynamically build markdown editor toolbar, add first button action
2015-08-01 17:06:39 +10:00
Samuel Georges
52fa1b4f66
Relation create for belongsTo support deferring - refs #1329
2015-08-01 13:03:30 +10:00
Samuel Georges
ce4636d59a
Add support for deferred binding for belongsTo relations - Refs #1329
2015-08-01 11:34: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
Dave Shoreman
12353036a3
Update source LESS files
2015-07-31 08:57:14 +01: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
Dave Shoreman
eac25c69de
Fix height issues introduced in Chrome 45
...
The `height:100%` rule applied to .layout is inherited by both the
backend navbar, and the search box of the settings sidebar.
This fixes the issue by specifically applying `height:auto` to the
affected elements.
2015-07-30 08:20:15 +01:00
flynsarmy
0dcda7a014
Only read permission is required for imports
2015-07-30 13:48:55 +10:00
Anderson Carlos Woss
bfdcfa69da
Update PT-BR lang
2015-07-30 00:37:23 -03:00
flynsarmy
f573438c90
Filter out empty CSV rows before import
2015-07-29 21:59:09 +10:00
Samuel Georges
b1286f8252
Remove font
2015-07-29 20:32:13 +10: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
d2da170864
Introduce MarkdownEditor base code
2015-07-29 19:18:42 +10:00
Samuel Georges
3f58cd70fc
And client-side locale messages
2015-07-29 19:17:38 +10:00
Samuel Georges
fdbd5d8b3c
Update redactor to latest, minor cleanup
2015-07-29 19:17:05 +10:00
Samuel Georges
ac193a15c3
Minor style fix
2015-07-29 19:16:07 +10:00
Samuel Georges
e6a17f8f2b
Support multiple children inside .layout-cell.width-fix
2015-07-29 19:15:42 +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
Samuel Georges
bb4c2da404
Revert change from #1315 , fixes original issue, write tests
2015-07-28 18:52:12 +10:00
Samuel Georges
fa0d110ecf
Remove redundant variable
2015-07-28 17:47:56 +10:00
Samuel Georges
837a61a2a3
Merge pull request #1315 from gabsource/Issue-#1309
...
Fix the modified items counter in the backend sidenav
2015-07-28 17:46:29 +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
Jérémy GAULIN
0efaaa37bb
The javascript module expect the itemcode to be the key of the item in the configuration array. This fixes the partial to use the code instead of the 0-indexed value.
...
Should close #1309
2015-07-27 11:57:50 +02:00
Samuel Georges
dbac4809f6
Resurrect the list export feature - fixes #1313
2015-07-27 08:50:26 +10:00
Samuel Georges
c3d44fb0b4
Merge pull request #1307 from GeGeek/patch-2
...
Update lang.php
2015-07-25 15:39:34 +10:00
Samuel Georges
7cc4f3b6ac
Merge pull request #1301 from bombozama/master
...
Spanish translation fix
2015-07-25 15:39:22 +10:00
Samuel Georges
04deb50c59
Merge pull request #1297 from bombozama/patch-1
...
Translatable prompt on recordfinder
2015-07-25 15:39:04 +10:00
Tom
5dcbd8c0e1
Update Backend Chinese Language File
2015-07-25 15:29:07 +10:00
Tom
506f7502ea
update Chinese Language File
2015-07-25 15:29:07 +10:00
Samuel Georges
93f7b7800b
Merge pull request #1306 from Flynsarmy/numberPattern
...
Allow overriding number field pattern attribute
2015-07-25 15:28:46 +10:00
Asselin de Beauville
26882346c4
Update lang.php
...
Updated 'settings_menu' var.
2015-07-25 07:28:43 +02: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
dab54d2a2c
Merge pull request #1290 from gpasztor87/codeeditor
...
Add searchbox extension to codeeditor
2015-07-25 15:17:57 +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
a5531f931b
Manual merge - fixes #1278 Thanks @Freakspot
2015-07-25 15:00:19 +10:00
Samuel Georges
f715fa4228
Grants an opportunity to manipulate the primary widgets
2015-07-25 14:48:17 +10:00
Samuel Georges
ccb28a2cfe
The RelationController::relationExtendQuery method should be removed when scopes are respected - a relation scope is an extension of the query #1203
2015-07-25 14:28:33 +10:00
Samuel Georges
fc62ca7c7f
Event is supposed to come *after* default constraints
2015-07-25 14:22:31 +10:00
Samuel Georges
3866ccbb20
This really shouldn't be here
2015-07-25 14:19:34 +10:00
Samuel Georges
0f215785f3
Rollback the idea of using $visible on CmsCompoundObjects
...
This feature should be reserved for serializing the object (in future maybe) rather than defining visible properties, these should be relaxed.
2015-07-25 11:07:36 +10:00
Samuel Georges
48b4a137fa
Allow passing explicit content to hints
2015-07-25 09:34:47 +10:00
Samuel Georges
d453f922dc
Improve the hint API, add inset mode to loader
2015-07-25 09:23:34 +10:00
Samuel Georges
4781c703bb
Fixes previewMode on checkboxlist and radio
...
Checkboxlist wasn't showing the placeholder for empty preview values
2015-07-25 09:22:22 +10:00
Samuel Georges
502263e11b
Finishing import/export redirects to the defined url
2015-07-25 09:21:43 +10:00
Antony Tsioukas
9a10c1f53b
Greek option added on select list
2015-07-24 10:22:15 +03:00
flynsarmy
a5b41269e7
Allow overriding number field pattern attribute
2015-07-24 16:24:50 +10:00
Samuel Georges
fc490b18e9
Add actionUrl() helper to backend controller
...
Used for generating URLs to the current controller
2015-07-23 19:44:54 +10:00
Samuel Georges
46bfa78cef
Remove export function from List behavior
2015-07-23 19:44:30 +10:00
Samuel Georges
d0742653d1
Implement exporting function modeled after import function
2015-07-23 19:44:19 +10:00
Samuel Georges
5be21f6231
Allows custom options to be specified via form fields
2015-07-22 18:30:50 +10:00
Peter Soots
08da2b0b81
Ensuring version order of database histroy.
2015-07-21 18:40:50 -07:00
Samuel Georges
8a4ac533e5
Escape file title - Fixes #1302
2015-07-22 10:41:51 +10: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
a9899ae3c1
Finish basic import workflow
2015-07-21 20:45:02 +10:00
Samuel Georges
d9b98bccca
Minor
2015-07-21 07:57:04 +10:00
Samuel Georges
5a40c54f3c
Add required fields + validation step, headers checkbox can be toggled
2015-07-21 07:56:55 +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
301f64c350
Recompile assets
2015-07-19 10:08:02 +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
Gonzalo Henríquez
13606ac770
Translatable prompt on recordfinder
...
Prompt could only be hardcoded into yaml files. Now able to work with language files.
2015-07-18 13:34:30 -03: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
e878291fb6
Minor
2015-07-18 17:30:59 +10:00
Samuel Georges
be28c8e296
More explicit naming here
2015-07-18 17:09:15 +10:00
Samuel Georges
5e741c4c39
onImport stub
2015-07-18 17:06:09 +10:00
Samuel Georges
9eaaa850cc
Implement column dropping styles and data manipulation
2015-07-18 17:03:16 +10:00
Samuel Georges
6ca400ca67
Import logic is getting large, give it space
2015-07-18 16:40:40 +10:00
Samuel Georges
9b249bad5b
Add the ability to hide/show columns
2015-07-18 16:36:33 +10:00
Samuel Georges
f445b9c4ce
Implement column data sample popup
2015-07-18 16:15:17 +10: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
4c54b53da6
Improve styles, add some pretty icons
2015-07-18 15:39:49 +10:00
Samuel Georges
142c8f7193
Finally get the column sorting working
2015-07-18 14:36:15 +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
Samuel Georges
c7aef3c58c
Add logic to extract column headers from file
...
Move import columns to their own partials
2015-07-18 12:48:03 +10:00
alekseybobkov
6d5386dd31
Merge branch 'builder-ui' into develop
2015-07-17 17:55:02 -07:00
alekseybobkov
68a90eac7d
Added CSS style for the light side panel fix button, added CSS style for single-line list items (file list widget).
2015-07-17 17:54:38 -07:00
Samuel Georges
694ab4a08b
Refactor and rename
2015-07-18 10:27:54 +10:00
Samuel Georges
068a977c1f
Simplify approach by using Form Widget
2015-07-18 08:51:26 +10:00
Samuel Georges
846feb6a33
FileUpload now triggers dependsOn event
...
form.beforeRefresh event now uses dataholder pattern
Improve exception handling in ControllerBehavior
2015-07-18 08:50:31 +10:00
Samuel Georges
e3ba89ba74
List columns don't support morphTo (yet)
2015-07-18 08:47:02 +10:00
Samuel Georges
5ca55e149a
Create ImportModel base class, implement import_file uploader
2015-07-16 22:15:30 +10:00
Samuel Georges
e25a4de8fa
Clean up css a bit, add scratch for upload process
2015-07-16 18:19:10 +10:00
Samuel Georges
3d91b7874c
Fixes a bug in report container not loading defaults and ignoring context
2015-07-16 18:19:09 +10:00
alekseybobkov
88232c8345
Minor
2015-07-16 18:19:09 +10:00
Samuel Georges
8e3d3d5e30
Fixes a bug in report container not loading defaults and ignoring context
2015-07-16 13:34:53 +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
ad50343dee
Improve styles
2015-07-15 20:39:12 +10:00
Samuel Georges
334bf8db3c
Initial outlay of ImportExportController
2015-07-15 19:35:31 +10:00
Samuel Georges
095721bd40
Update and decouple drag.sort, add usePlaceholderClone option, recompile assets
2015-07-15 17:01:58 +10:00
Samuel Georges
f0f1c549c9
Use a non logging exception, constructors return void is implied
2015-07-15 16:56:01 +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
raw99
b2d7cea159
Removing dublicate string
2015-07-14 19:36:55 +03:00
Pásztor Gábor
2652503d3f
Add searchbox extension to codeeditor
2015-07-14 15:15:21 +02:00
Antony Tsioukas
b0eba503c7
Change On/Off
...
I use Greek Yes/No instead On/Off, due size limitation problems
2015-07-14 15:38:02 +03:00
Samuel Georges
41a94a50ae
Fixes broken critical bum bum
2015-07-14 20:47:00 +10: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
ac9df4c076
Lists support appended attributes in url links
2015-07-14 07:42:45 +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
3ed3716548
Update polish translation
2015-07-13 09:54:58 +02: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
bilgorajskim
0c7c6f4895
Update polish translation
2015-07-13 08:59:28 +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
bilgorajskim
d28d866608
Update polish translation
2015-07-13 08:36:57 +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
Antony Tsioukas
b3bf7645a0
Added new phrases on Greek lang.php
2015-07-11 19:08:01 +03:00
Antony Tsioukas
9c0cd7231e
Add new phrases on Greek lang.php
2015-07-11 19:04:42 +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
60fac726a9
Merge pull request #1274 from powelski/develop
...
Translate Media to Polish language
2015-07-11 11:48:05 +10:00
Samuel Georges
54cfccbcf6
Merge pull request #1265 from vojtasvoboda/login-style
...
Login page - more space for other locales
2015-07-11 11:47:44 +10:00
Samuel Georges
eb5a1b7039
Merge pull request #1268 from scottbedard/patch-4
...
Fix location of mediafinder comments
2015-07-11 11:30:04 +10:00
Samuel Georges
9d4105549b
Merge pull request #1258 from vojtasvoboda/csv-params
...
Set more CSV parameters
2015-07-11 11:27:13 +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
efcac4320b
Update auth layout, recompile assets
2015-07-11 10:32:25 +10: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
Kris Powelski
502a13f08d
Translate Media to Polish language
2015-07-09 18:48:10 +02: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
Scott Bedard
2b4b891586
Fix location of mediafinder comments
...
Without the overflow, mediafinder comments render in a weird location (see before / after screenshots)
https://www.dropbox.com/s/ogxfcaky6tdkki4/before_overflow.png?dl=0
https://www.dropbox.com/s/bsn0s0fjpj7j9iz/after_overflow.png?dl=0
2015-07-08 13:32:43 -04: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
Vojta Svoboda
e395f4777e
Little bit more space for other locales
2015-07-07 22:17:33 +02:00
Vojta Svoboda
9217d730c8
Set more CSV parameters
2015-07-06 16:34:42 +02:00
Samuel Georges
061aaa9675
Fixes broken spacebar on code editor
2015-07-06 22:31:44 +10: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
f85493e333
Don't use Deferred Binding if it is disabled
2015-07-04 13:42:37 +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
4b36e1bd95
Merge pull request #1240 from alvaro-canepa/patch-5
...
Translate field value in preview mode
2015-07-04 10:25:35 +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
461e4f75de
Improve admin list toolbar
...
Change "Admins" group to "Owners" (more descriptive)
Fix bug in Firefox on Mediafinder form widget not respecting max-width 100%
Recompile assets
2015-07-04 09:34:35 +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
Samuel Georges
606892143b
Added new security config option cms.enableCsrfProtection
2015-07-04 09:31:28 +10:00
raw99
9e59382822
Some small fix again...
2015-07-01 23:24:39 +03:00
raw99
8a36ad5403
Some Latvian language fixes...
2015-07-01 23:13:30 +03:00
Samuel Georges
6cf11693b8
Recompile assets
2015-07-01 20:05:46 +10: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
4150b0f49e
Make admin avatar retina friendly
2015-07-01 11:26:21 +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
8a12b2f37f
Improve single image uploader
2015-06-30 15:27:26 +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
Samuel Georges
56caa1db3d
Fixes a bug in the plugin installation page
2015-06-29 17:35:29 +10:00
Alvaro Cánepa
90c47b4e6f
Translate field value in preview mode
2015-06-27 07:34:34 -03: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
96959e0683
Fixes bug in IE11 that prevents use of Media Manager - Fixes #1198
...
Add mediamanager less to bundles
2015-06-27 12:24:19 +10:00
Samuel Georges
96049b24fe
Locale options can now be defined in optional config `app.localeOptions` - Fixes #1213
2015-06-27 11:57:26 +10:00
Samuel Georges
57f32d0055
Adds basic permissions for media manager - Fixes #1134
...
Note if media management is restricted, it can still be accessed via the Rich Editor - we need to address this concern later. This change is to allow the menu item to be toggled on/off.
2015-06-27 11:50:46 +10:00
Samuel Georges
bde07ef880
Fixes auto scaling image from breaking container in Firefox - Refs #1202
2015-06-27 11:41:42 +10:00
Samuel Georges
3681459935
Fixes styling of upload button in Firefox - Refs #1202
2015-06-27 11:35:55 +10:00
Samuel Georges
ba9843bea7
Checkboxes are redundant here
2015-06-27 11:06:26 +10:00
Samuel Georges
00f7a5ed61
Enable backend context registration
2015-06-27 11:04:44 +10:00
Samuel Georges
c06e7a831f
Add count column to admin group list - Refs #1181
2015-06-27 11:02:29 +10:00
Samuel Georges
c9a9c6ea16
List columns now support specifying a default option used when the value would otherwise be null.
2015-06-27 10:39:07 +10:00
Samuel Georges
06ec662131
Update Chinese (China) language - Fixes #1237 without 10 commits
2015-06-27 09:46:05 +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
46ba4644f4
Minor style fix to file multi drag handle
2015-06-27 09:41:36 +10:00
Samuel Georges
eb5af8ae85
Improve multilanguage support - Fixes #1228
2015-06-27 09:33:09 +10:00
Samuel Georges
3e95ee555f
Merge pull request #1224 from scottbedard/patch-4
...
Translate component group
2015-06-27 09:26:18 +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
Samuel Georges
0da649551b
Complete pagelinks plugin for redactor
2015-06-25 12:59:59 +10:00
Samuel Georges
87e9996193
Add preview mode support to record finder
2015-06-25 11:05:53 +10:00
Samuel Georges
c813318729
Added preview mode support to File upload widget
...
Widget also passes CSRF token
Switched to using a header instead of POST flag
2015-06-25 10:55:46 +10:00
Leonardo Shinagawa
171e5e2278
Small typo error in docblock
2015-06-24 09:14:44 -03:00
Samuel Georges
c87b075440
CMS Controller now supports form widgets that use AJAX (Yay!)
2015-06-24 17:37:33 +10:00
Samuel Georges
453d2fda56
Add the links handler to rich editor
...
Other small fixes
2015-06-24 17:36:59 +10:00
Samuel Georges
7b54d4c7c4
Bundle all the code editor assets to a single file
...
Also fixes a weird warning coming from Ace editor
2015-06-24 17:36:01 +10:00
Samuel Georges
dbe5141189
Add plugin to extend links popup with predefined links (unfinished)
2015-06-24 17:32:06 +10:00
Samuel Georges
997b7cb188
Update redactor to latest, remove minified version (not needed)
2015-06-24 17:30:25 +10:00
Samuel Georges
029411a681
Update ace editor to latest and remove unwanted extensions
2015-06-24 17:29:08 +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
e6f70eafdd
Translate prompt for FileUpload + MediaFinder
...
Remove redundant language key
Recompile assets
2015-06-20 22:21:18 +10:00
Samuel Georges
d9dfa21372
Adds CSRF protection to the backend - Refs #105
2015-06-20 21:17:58 +10:00
Samuel Georges
9cce76c574
Tidy up some LESS and JS
2015-06-20 21:13:03 +10:00
Samuel Georges
b65019dac4
october.utils.js -> backend.js
2015-06-20 20:37:11 +10:00
Samuel Georges
cd1d62d8d7
AJAX requests can only use the POST method
2015-06-20 20:18:58 +10:00
Scott Bedard
cb38107c25
Translate component group
...
Just a minor convenience, I think it makes sense to have this property auto-translated as well.
2015-06-19 22:22:18 -04:00
Samuel Georges
37e5b2328f
Form text/password/number fields now support maxlength attribute - Fixes #1210
2015-06-20 12:00:37 +10:00
Samuel Georges
c2c14e707f
Added backend route for protected thumbs, Fixes #1218 , thanks @jBOKA
...
Improved the FileUpload widget code to no longer rely on "pathOverride"
2015-06-20 11:27:03 +10:00
Samuel Georges
e6bfa5b970
Add extra file types - Refs #1209
2015-06-20 10:28:16 +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
e71025de09
Tidy up from #1219
2015-06-18 18:46:03 +10:00
Samuel Georges
040b2dbb71
Merge pull request #1219 from Flynsarmy/blankTab
...
Remove empty tabs when removing form fields
2015-06-18 18:44:49 +10:00
flynsarmy
9a9a525180
Remove empty tabs when removing form fields
2015-06-18 14:44:43 +10:00
Samuel Georges
91c061f60a
Add |media filter and MediaLibrary::url helper
2015-06-17 18:51:05 +10:00
Samuel Georges
8c6a58981e
Roll back the changes from #852 in the name of KISS
...
The page vars are just that, view variables, if used incorrectly (relaxed) they can leech out
2015-06-17 18:50:51 +10:00
Samuel Georges
d827ce686a
Minor tweaks
2015-06-14 14:13:15 +10:00
Samuel Georges
18c25d6371
Minor touch up to error page
2015-06-14 11:30:31 +10:00
Samuel Georges
feec4d6345
Merge pull request #1205 from mplodowski/open-sans-full-set
...
Fix #424
2015-06-14 11:27:16 +10:00
Samuel Georges
44a650ca72
Minor fix from #1204
2015-06-14 11:09:37 +10:00
Samuel Georges
853d326bfc
Merge pull request #1204 from mplodowski/develop
...
Add global event for filter widget to extend model options query
2015-06-14 11:08:24 +10:00
Samuel Georges
f9bb79eacc
Merge pull request #1195 from krisawzm/themedata-repeater-patch
...
Fixes #1194
2015-06-14 11:00:58 +10:00
Samuel Georges
2f7a5ecff3
Merge pull request #1192 from lowerends/develop
...
Added dutch translation for filter
2015-06-14 10:59:38 +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
4791d77aaf
Merge pull request #1188 from b0gok/patch-5
...
Update lang.php
2015-06-14 10:59:08 +10:00
Samuel Georges
1c22b87cc9
Complete single image mode of mediafinder
2015-06-14 10:58:11 +10:00
Samuel Georges
94ae0b7cbc
Make prompt text configurable
2015-06-13 10:41:00 +10:00
Samuel Georges
362acf63d6
Build out single file mediafinder form widget
2015-06-13 10:31:31 +10:00
Samuel Georges
335fbe6106
Touch ups
2015-06-13 10:31:01 +10:00
Michał Płodowski
48c663d3c6
Fix #424
2015-06-12 20:39:19 +02:00
Michał Płodowski
fc6f479aaa
Add global event for filter widget to extend model options query typo
2015-06-12 16:56:37 +02:00
Michał Płodowski
8ed463e2c9
Add global event for filter widget to extend model options query
2015-06-12 15:54:05 +02:00
Samuel Georges
6420027a6a
Finish single file uploader
...
FileUpload now supports:
- optional 'useCaption' flag
- imageWidth and imageHeight are now optional
- default file uploader uses default file types
2015-06-10 22:13:24 +10:00
Samuel Georges
f95af91ef1
Finish rebuilding multi file uploader
...
Create stub for single file uploader
2015-06-09 18:51:35 +10:00
Samuel Georges
0a5e6adad1
Fixes tooltip background color
...
Other minor clean ups
2015-06-09 18:49:56 +10:00
Samuel Georges
ddff853e10
Restyle relation controller to use more minimalist design
2015-06-09 18:48:47 +10:00
krisawzm
bfd286ab18
Fixes #1194
...
Repeater form fields store arrays and must be jsonable.
2015-06-07 22:00:16 +02:00
Samuel Georges
732679da57
This error doesn't vary at all
2015-06-06 16:54:52 +10:00
Samuel Georges
887b959156
Rebuild image based UI for FileUpload form widget
2015-06-06 16:52:38 +10:00
Samuel Georges
99146294aa
Minor touch ups
...
Add danger style to popover
2015-06-06 16:49:30 +10:00
lowerends
dc03c02667
Added dutch translation for filter
...
Added dutch translation for the filter “all” field.
2015-06-05 16:07:00 +02:00
Samuel Georges
f11586bb2f
Update dropzone to latest
2015-06-05 21:07:53 +10:00
Samuel Georges
9e6d0a660c
Simplify visibleViewBag + visibleSettings
...
hidden -> is_hidden
2015-06-05 17:24:27 +10:00
Samuel Georges
302f397835
Add cms.twig.processTwigContent hook to Twig loader
2015-06-05 17:23:38 +10:00
Samuel Georges
29623bb0f3
Load vendor CSS first, fixes issue with sweet alert
2015-06-05 17:22:22 +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
Vladimir Kattsov
6e5a6b2008
Update lang.php
...
Add translation for default_tab
2015-06-04 18:20:24 +03:00
Samuel Georges
ffd8e0cf27
Merge pull request #1182 from DZB-Team/develop
...
small fix: adding Latvian language to backend language menu
2015-06-04 21:00:07 +10: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
dbba9349ab
Adds a method for defining which settings and viewBag properties should be visible as native ones
2015-06-04 19:16:35 +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
84da449d05
Fixes an infinite loop
2015-06-03 17:24:22 +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
raw99
fb00c3635a
small fix: adding Latvian language to backend language menu
2015-06-02 00:45:23 +03: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
29ae622803
Fixes #1154 without 4 commits
2015-05-30 12:46:30 +10:00
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
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
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
gergo85
7ab72b3743
Improve multilanguage support
2015-05-16 11:47:24 +02:00
Scott Bedard
d795d912d2
Solves issue #1140
2015-05-16 03:44:25 -04: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
Scott Bedard
fdbe7b3e35
Adds option to set chart value by data-value
...
This allows for more expressive charts by separating the value and the display value. For example, values like these could now be used without breaking the chart.
```
<div class="scoreboard-item control-chart" data-control="chart-pie">
<ul>
<li data-value="11024>Foo <span>~11k</span></li>
<li data-value="1234">Bar<span><?= number_format(1234) ?></span></li>
</ul>
</div>
```
2015-05-14 13:14:02 -04:00
Samuel Georges
e27bbbdcec
Consistency is key
2015-05-14 17:34:43 +10:00
krisawzm
da0a7cbd86
Fixes #1129
2015-05-12 19:12:29 +02:00