Commit Graph

2362 Commits

Author SHA1 Message Date
Finjon Kiang cebf7466a9 add new language zh-tw / Chinese (Taiwan) 2015-08-08 10:12:23 +10:00
Finjon Kiang 42f438b673 set ignore for netbeans project folder 2015-08-08 10:09:38 +10:00
Samuel Georges aa2722b0a0 These errors shouldn't be logged =) 2015-08-08 09:38:48 +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 218ebfd844 * Build 289 2015-08-07 19:13:23 +10:00
Samuel Georges 556eff359c Clean up docs, add inset mode to tab panes 2015-08-07 19:10:31 +10:00
Samuel Georges 1b4e4b08fd Fixes a styling issue in MarkdownEditor split mode 2015-08-07 19:06:36 +10:00
Samuel Georges fc04bd1b4c Added new makeFormWidget() method to WidgetMaker for rendering form widgets individually 2015-08-07 19:06:04 +10:00
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
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
Samuel Georges 4e99ea6435 Add tests for Import/Export models 2015-08-04 21:03:42 +10: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
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 69cbdb77cb * Build 287 2015-08-03 19:01:26 +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 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