• 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-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:48 +0000

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

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

  1. … 40 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.
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages. Moved the utf-8 statements to the same tag so we don't have to remember to put them in all pages.

  1. … 173 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

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

  1. … 16 more files in changeset.
Changes pages to suit the "stripes" css styles.

Popup() code moved to lams-central so that it isn't duplicated across tools.

  1. … 35 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags.

Updated the jsp pages to support stripes and the separate learner stylesheet.

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

  1. … 795 more files in changeset.
Added learner notebook entries to export portfolio pages.

  1. … 4 more files in changeset.
Added reflect on chat.

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

  1. … 23 more files in changeset.
Standardizing the Define Later screens

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

  1. … 70 more files in changeset.
Applied the new style sheet to chat tool.

Removed reference to stylesheets in lams central and replaced with local versions. (ie aqua.css and fck_style.css)

Also modified the local versions of custom tag files.

  1. … 51 more files in changeset.
Rechecking in conf directory.

  1. … 8 more files in changeset.
close/save/cancel action in authoring page.

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

  1. … 5 more files in changeset.
Implemented authoring pages/functions. Still need to add form validation and error messages.

  1. … 64 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.
Update to the chat tool. Added struts tiles support, tabs to monitoring and authoring screens and basic service method in ChatServices.

  1. … 33 more files in changeset.
First check in for chat tool. Based on example_tool template.

  1. … 81 more files in changeset.