• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-3827 Remove JQM mobile interface

  1. … 51 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 371 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
file web.xml was added on branch lams2_head_wildfly on 2014-11-18 16:20:50 +0000

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1191 more files in changeset.
LDEV-2749 Introduced mobile version of Noticeboard tool

  1. … 14 more files in changeset.
LDEV-2595: CKEditor needs an HTML element ID to recognise which div/textfield to replace. Changed ambiguous naming in Noticeboard tool - two elements had name "content".

  1. … 14 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

  1. … 44 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 35 more files in changeset.
changed url pattern on security constraint to match + added roles (authoring update + others)

  1. … 16 more files in changeset.
Updated address of FSF in copyright statement

  1. … 795 more files in changeset.
Exception handler define for STRUTS.

  1. … 23 more files in changeset.
Cleaning up unneeded stylesheets and tidying up portfolio pages.

  1. … 70 more files in changeset.
Fixed security - was missing TEACHER

  1. … 5 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 26 more files in changeset.
Added the locale filter.

  1. … 7 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 55 more files in changeset.
ToolDownload has been modified to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. The tool was use the new definition.

  1. … 4 more files in changeset.
Changed authoring to use the user from the shared session, the correct url parameters and to only update the attachment records when the user clicks save.

  1. … 19 more files in changeset.
Updating JSPs to use tag lib standard, new lams tags. Rationalising authoring down to the DHTML version (had been a DHTML and non-DHTML version). Updating URLS as per LDEV-38

  1. … 73 more files in changeset.
Updated parameter names and classpath so that the learner screen could be called from the dummy monitoring page.

  1. … 15 more files in changeset.
Removed the fckeditor connector and upload servlet definition

added references to other applicationContext.xml as it is needed by the learners application context

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
added reference to the content repository application Context

  1. … 1 more file in changeset.
fckeditor servlet mappings added