Revision
36209 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 14 10:03:25 2012 UTC
(9 years, 9 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 35979
CMS7-6475: consolidate configurations
- translations for (query-based) templates
- folder filters for publication workflow are no longer merged, but are simply there now
- same for hippostd:modify, hipposysedit:supertype, hipposysedit:prototype properties and mixins
- todo report immediately has publication workflow knowledge, instead of being overwritten
- document listing pubwf columns are added immediately
Revision
35979 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 3 14:53:18 2012 UTC
(9 years, 9 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 35892
CMS7-6447: As a CMS user, I want to see the version number and the edition in the UI
- Made the DashboardPerspective indicate the Community Edition by default
- Updated the Dashboard bootstrap configuration to have the edition property with value 'community'
- Updated the Dashboard code to use the new property and provide different wicket variations based on the value of that property
Revision
34841 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 27 11:34:31 2012 UTC
(10 years ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34821
CMS7-6071: Misuse of domain rules to control frontend applications login
- Added a separate ACL checker to separate how we check and what we check for when login
- Updated RMLP with that
- Removed the old configuration and added anew default configuration (see JIRA comments for more details)
Revision
34821 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 26 15:30:04 2012 UTC
(10 years ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34513
HGGE-46: Add Enterprise / Community indication to login screen
- Moved resources around to be referenced correctly from RememberMeLoginPlugin
- Made a PNG version of wadden.jpg
- Extracted stylings related to RememberMeLoginPlugin into a separate CSS file
- RememberMeLoginPlugin now references resources according to repository based configuration
- Added configuration into repository based on which to show proper resources for each edition
Revision
34513 -
Directory Listing
-
[select for diffs]
Modified
Wed May 16 12:19:17 2012 UTC
(10 years, 1 month ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34500
CMS7-5998: Channel Manager perspective is not visible and logs ERROR when the site is not running
- Applying review comments from Frank
-# Setting the default timeout for checking whether the site is down or not to 1 second (1000 milliseconds)
-# removing the additions check if the site is up or not in the channel manager perspective
Revision
34500 -
Directory Listing
-
[select for diffs]
Modified
Tue May 15 15:35:04 2012 UTC
(10 years, 1 month ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34489
CMS7-5998: Channel Manager perspective is not visible and logs ERROR when the site is not running
- Updated the rest proxy service plugin to check for site availabilty when it is being created
-# There is timeout lilmit set for that not to go into a deep sleep
- Updated the configuration to:
-# Have a configuration parameter for the ping service URI using which we can ping the site whether it is alive or not
-# The timeout limit to wait for the site to reply and after which if no response we assume it is dead
Revision
34489 -
Directory Listing
-
[select for diffs]
Modified
Mon May 14 10:37:01 2012 UTC
(10 years, 1 month ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34399
CMS7-4140: Show CAPTCHA after several failed logins to prevent brute forcing
- Applying comments which have discussed in a demo meeting
-# Now the captcha is enabled by default
-# Changed the name of the configuration parameter which controls after how many times of un-successful logins we should show the captcha to the user
Revision
34399 -
Directory Listing
-
[select for diffs]
Modified
Tue May 8 11:10:42 2012 UTC
(10 years, 1 month ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34288
CMS7-5993: Security: The autocomplete feature on login form is not turned off
- As per discussion with both Frank and Stephan:
-# Made the default value for 'signin.form.autocomplete' true
-# Reflected that in both configuration and code
Revision
34288 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 27 11:16:43 2012 UTC
(10 years, 2 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34193
CMS7-4140Show CAPTCHA after several failed logins to prevent brute forcing
- Added CMS configuration for the 'loginPlugin' to control:
-# Whether to use captcha or not
-# After how many unsuccessful logins to show captcha
- Updated the remember me login plugin to use captcha and take the new configuration into account
- Added proper messages to be displayed to use accordingly (Still need translations for nl, fr, de and it)
Revision
34193 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 23 11:09:08 2012 UTC
(10 years, 2 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34156
CMS7-5990: security: HttpOnly and Secure cookie parameter not always set
- Updated CMS configuration to make 'hal' cookie to be:
-# Set it to be an HttpOnly cookie or not
-# Set it to be a secured cookie or not
- By default these values are false
- Updated RememberMeLoginPlugin to take that into account when creating the cookie
- *NOTE*: Copied code from Tomcat 6.0.35 (ServerCookie) as a work around of not having Cookie#setHttpOnly
which is provided since Servlet API(s) version 3.0 while we are using Servlet API(s) version 2.5
Revision
34079 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 13 10:35:48 2012 UTC
(10 years, 2 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 34070
CMS7-6070: 'Remember me' cookie max-age should be properly setted and to be configurable
- Updated the configuration to have:
-# Added 'rememberme.cookie.maxage' attribute to the login plugin repository configuration which controls the max-age of the cookie in a configurable way
- Updated code to take that into account and also to have a default value for backward compatibility, so if the attribute is not there this default value is used
Revision
34070 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 12 15:15:51 2012 UTC
(10 years, 2 months ago)
by
mdenburger
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 33861
CMS7-6072: added the frontend property 'root.path' to the documents picker configuration, which can be used to change the root path used by the navigator
The default root path is the old hardcoded value: /content/documents
Revision
33861 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 30 10:25:04 2012 UTC
(10 years, 3 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 33728
CMS7-6016: Site user without system property can access CMS content
- Forwardporting 33860 to trunk
+ Updated the everywhere domain rules not to include the frontend applications
+ Added admin in both cms-acl and console-acl domain rules
Revision
33728 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 27 09:11:12 2012 UTC
(10 years, 3 months ago)
by
mnour
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 33607
CMS7-4498: Not every user should be allowed to login the CMS
- Added content configuration to handle new CMS and Console applications ACL rules
- Updated code to handle Login exceptions to be able distinguishing between login failure because of incorrect credentials or access denied failures
- Updated the InvalidLoginPage to show proper messages based on which error status happened during login
- Updated the resources bundles used by the InvalidLoginPage to show proper login error messages
Revision
27677 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 9 12:14:28 2011 UTC
(11 years, 2 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 27573
CMS7-5155: pluggable admin panels
Introducing the AdminPlugin, providing details for the link in the admin
perspective and implementing a breadcrumbpanelfactory to create the resulting
panel. Images are no longer specified in css, but are loaded from the
classpath. The cms-admin plugin cluster defines the plugins and allows easy
extension with new panels.
Revision
26225 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 5 13:02:51 2011 UTC
(11 years, 5 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 26173
HREPTWO-4819: remove precondition check for workflow menu items
Since the workflow menu is regularly rebuild (not just repainted), with new
wicket ids generated each time, the precondition check would fail.
The text component in the action description has become a label instead of a
link, as the workflow(s) plugin will make sure that a link is created.
Revision
26073 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 29 15:09:43 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25882
HREPTWO-4840: use type ancestors to find the primary item
The JcrHelper method is the recommended way of finding the primary item, as it
checks the type hierarchy. This is particularly relevant for the gallery
imageset, that is supposed to be subtyped and that uses a primary item.
Revision
25817 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 20 09:37:20 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25799
HREPTWO-4821: implement design specified in issue screenshots
Extracted some chunks from screen.css into more appropriate places, including
the images referenced from these parts.
Removed mimetype icons that were no longer used.
Revision
25799 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 17 10:51:02 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25797
HREPTWO-4830: update url name synchronously after edit
Doing this asynchronously could lead to situations where the response arrived after the wicket submit had been sent. Also removed the reliance on the keyUp event, as that may not arrive in time.
forwarded from branch
Revision
25784 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 15 15:22:25 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25778
HREPTWO-4734: forward port
- upgrade module for cms
- initialize french translations separately
- consistent hippo:version tags on a clean and upgraded repository
- update module for image sets
This update module takes care of converting hippogallery:exampleImageSet and
hippogallery:stdImageGallery nodes.
Revision
25696 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 9 13:44:50 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25694
HREPTWO-4804: forward port from 2.18 branch to trunk
- Grid lines broken in doc listing view
- The icons in the doclisting require a zero padding, else they break the tr's height. The new BaseIconAttributeModifier does just this for cells with icons, by adding a special class 'ICON - 16'.
Apply same attribute modifier to translation column
Classes were renamed to better reflect their purpose.
Revision
25694 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 9 11:44:28 2010 UTC
(11 years, 6 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25674
HREPTWO-4810: more careful saving of the data store
Handle saves explicitly and remember what records have been updated during the save. The Ext data store resets all the dirty flags when it receives the response to the save operation.
Revision
25526 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 1 17:11:23 2010 UTC
(11 years, 6 months ago)
by
abogaart
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25505
HREPTWO-4717 - Improve style document editor and document type editor
- Implemented Rolf & Robert's style changes
- Styling in the editor-toolbar is now the same on all browser + buttons&labels are styled the same
- Changed a couple of <span> elements into <div> as they were used as block-level elements in the TabPlugins
- Fixed ListingHeader width in browse-dialogs
- Fixed width in XinhaBrowseDialogs
Revision
25505 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 30 14:05:29 2010 UTC
(11 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-cms7/cms/trunk/config/src
Diff to
previous 25363
HREPTWO-4536: split gallery and folder workflow plugins
The gallery workflow plugin now only takes care of uploading images & assets.
It has it's own category, for the image and asset sections in the browser.
Having different kinds of asset folders is a matter of configuration; creating
a separate template under /hippo:configuration/hippo:queries/hippo:templates
for the foldertype should be sufficient.
Revision
25276 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 24 11:29:53 2010 UTC
(11 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/cms/trunk/config/src
Diff to
previous 25261
HREPTWO-4704: revert to galleryworkflowimpl in threepane workflow category
The issue that caused this most likely suffered from the missing getSize() implementation on query result NodeIterators.
A fix for that is included, making the searchingtranslatorplugin usable again.
Revision
25042 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 15 09:00:56 2010 UTC
(11 years, 7 months ago)
by
abogaart
Original Path:
hippo-ecm/cms/trunk/config/src
Diff to
previous 24933
HREPTWO-4613 - Wide doc-listing improvement: images and assets and search
- Implemented wide-doclisting support for images/assets/search/namespace&types listing.
- Moved pluggable column support to ExpandCollapseListing
- Fixed sorting issue
- Removed duplicate .html
Revision
24884 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 8 16:52:35 2010 UTC
(11 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/cms/trunk/config/src
Diff to
previous 24859
HREPTWO-4603: allow creation of translated root folders
There are two options in the root folder creation dialog, new folder and new translated folder.
The first one allows one to create untranslated folders; a translated folder can then be added at a lower level.
The folder type for the translated folder has been changed to 'new-translated-folder'.
The country icon in the editor tab has been restored, as a trivial change with translations back in the cms.
Revision
24859 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 5 10:56:15 2010 UTC
(11 years, 7 months ago)
by
fvlankvelt
Original Path:
hippo-ecm/cms/trunk/config/src
Diff to
previous 24839
HREPTWO-4624: remove search doclisting subclass from reviewed-actions
Use a listcolumn provider in its stead. The dependency to addon-cms-browse has now become obsolete.
The searchviewplugin takes the place of the former searchdocumentlistingplugin; it uses the same column provider mechanism as the folder view.