166 Commits

Author SHA1 Message Date
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
733ee5a7b3 * Build 272 2015-06-27 09:17:51 +10:00
Samuel Georges
0c409d04cc Update CHANGELOG.md 2015-06-25 19:33:22 +10:00
Samuel Georges
c87b075440 CMS Controller now supports form widgets that use AJAX (Yay!) 2015-06-24 17:37:33 +10: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
9d5a4dafc4 temp_path() should be used 2015-06-20 10:19:41 +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
3d92b3eb2c * Build 270 2015-06-18 18:32:03 +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
362acf63d6 Build out single file mediafinder form widget 2015-06-13 10:31:31 +10: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
04af0adb4e Add note about FileUpload rewrite 2015-06-09 19:02:13 +10:00
Samuel Georges
9e6d0a660c Simplify visibleViewBag + visibleSettings
hidden -> is_hidden
2015-06-05 17:24:27 +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
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
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
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
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
Samuel Georges
283840cf91 * Build 258 2015-05-09 16:10:45 +10:00
Samuel Georges
3e13d22b45 The hotkey for full screen mode is now Cmd+Shift+F or Ctrl+Shift+F in Windows.
Fixes #393
2015-05-09 12:39:37 +10:00
Samuel Georges
7f65304a69 * Build 252 2015-04-29 19:58:45 +10:00
Samuel Georges
3d7f992635 * Build 250 2015-04-28 20:21:07 +10:00
Samuel Georges
ab1272bea9 Add parameter support to {% content %} tags 2015-04-25 13:58:05 +10:00
Samuel Georges
87644166ad Adds internal download link for protected files 2015-04-25 12:53:54 +10:00
Samuel Georges
95a5aa9c54 * Build 247 2015-04-23 18:12:08 +10:00
Samuel Georges
852bc97ce1 Update readme.md 2015-04-21 20:18:31 +10:00
Samuel Georges
f9e1a5a589 * Build 246 2015-04-21 20:14:37 +10:00
Samuel Georges
885dd70060 * Build 239 2015-04-06 15:28:23 +10:00
Samuel Georges
4b1f1b767b Update CHANGELOG 2015-04-06 15:03:51 +10:00
Samuel Georges
f70e34c7c2 * Build 236 2015-03-28 16:16:15 +11:00
Samuel Georges
c4027b8bc6 Added a defaultFrom option to form fields
Default context of manage and pivot forms is now create and update respectively, instead of the old value relation
2015-03-28 16:14:22 +11:00
Samuel Georges
ff5f17d6a3 * Build 229 2015-03-19 20:02:06 +11:00
Samuel Georges
398177b006 Full pivot support added to RelationController 2015-03-19 20:01:08 +11:00
Samuel Georges
b157b3da3d * Build 226 2015-03-16 19:34:13 +11:00
Samuel Georges
9b8e1ce3c1 Improve theme list to allow editing properties 2015-03-14 18:09:54 +11:00
Samuel Georges
0433720a11 * Build 222 2015-03-11 19:18:40 +11:00
Samuel Georges
682dbe4b95 Refactor CMS Controller, can now have ::render() called from the outside 2015-03-11 08:34:25 +11:00
Samuel Georges
69542c311c Form field "preset" options can be a string that just specifies the other field, defaults to url type 2015-03-07 11:02:16 +11:00
Samuel Georges
690ec1e5db Improvements made to the user menu in the back-end
Clicking your avatar will display a popover with settings links from the mysettings context.
2015-03-06 20:41:14 +11:00
Samuel Georges
507bfab768 !!! *BREAKING*: Form widget base class no longer takes a model as the 2nd argument, it should be passed as model in the configuration instead. 2015-03-06 20:37:05 +11:00
Samuel Georges
89434928f1 * Build 214 2015-03-03 18:45:37 +11:00
Samuel Georges
7d3bac0bab * Build 211 2015-02-28 23:44:00 +11:00
Samuel Georges
6c441b92d4 Report Widgets now support the use of AJAX event handlers. ping @ChadStrat 2015-02-28 11:53:24 +11:00
Samuel Georges
bff70a053f * Build 210 2015-02-28 10:11:26 +11:00
Samuel Georges
e6acb54d03 * Build 209 2015-02-25 19:10:42 +11:00
Samuel Georges
54fe8452e5 uploadsPath -> cms.storage.uploads.path 2015-02-23 19:55:41 +11:00
Samuel Georges
25963deb69 * Build 206 2015-02-21 15:21:06 +11:00
Samuel Georges
a9a3336d11 * Build 199 *** NB: /uploads -> /storage/app/uploads
The /uploads directory has been moved to /storage/app/uploads to make way for CDN support. This directory should be moved on the file system and the config (cms.uploadsPath) updated.
2015-02-19 19:12:36 +11:00
Samuel Georges
afc5ede330 * Build 192 2015-02-15 00:00:45 +11:00