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