ProfileSaveAction.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Central *.java migration

  1. … 67 more files in changeset.
LDEV-4605 Codify country for users

Change the country field to ISO_3166-1 alpha-2 codes (two letters).

So in when editing the profile, a user should be able to set his/her

country based on the list of countries in the ISO list.

Country should be a compulsory when editing profile, editing user

as group manager and in signup pages.

For integrations, if the country is not passed, then we should default

to a default country server.

  1. … 12 more files in changeset.
LDEV-4217 Remove LAMS Community integration

  1. … 38 more files in changeset.
LDEV-4030: Rename user save method to an explicit name so we can use it or avoid it when we need to.

  1. … 17 more files in changeset.
LDEV-3962 Bootstrap index page

  1. … 34 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

  1. … 420 more files in changeset.
LDEV-3426: Make Multiple Choice not clear "user" attribute. Remove unnecessary "user" attribute overwriting in different places in LAMS.

  1. … 6 more files in changeset.
LDEV-3208 Create a validationutil for all the regex in a central place and include the validation for the integrations.

  1. … 12 more files in changeset.
LDEV-3208: improve names and email validation

autoformat

  1. … 1 more file in changeset.
LDEV-1616 configuration to allow profile editing

  1. … 11 more files in changeset.
LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

  1. … 49 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

  1. … 21 more files in changeset.
LDEV-2100 - Lc authentication, adding authentication for lc LDEV-2101 - Lams community login, adding backend actions to allow for lc integration

  1. … 13 more files in changeset.
Fixing up ProfileSaveAction.java format

LDEV-1504

Added redirect to action forward.

The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

  1. … 12 more files in changeset.
LDEV-1228 replace UserDTO when user updates their profile

LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
fix bug (no forward when errors)

LDEV-774 integrate profile page into index page tab

  1. … 9 more files in changeset.
add form validation for first name, last name, and email

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

  1. … 1392 more files in changeset.
fix user's locale not saving

edit profile

    • -0
    • +87
    ./ProfileSaveAction.java
  1. … 5 more files in changeset.