Revisions for imp/templates/login/login.html

Location: [ Horde ] / imp / templates / login / login.html View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.15 (+1 -1 lines) 10/16/2008 01:04 PM Michael M Slusarz slusarz

Bug: 7512
Submitted by: adrieder@sbox.tugraz.at
Fix name.

1.14 (+1 -40 lines) 10/16/2008 02:04 AM Michael M Slusarz slusarz

More cleanup picked out of the 1000's of lines of code I have already changed
in IMP due to the IMAP/MIME rewrite.
Removing ability to change server parameters on the login
screen  All sorts of issues here (code-wise and security wise).  For now,
servers need to be configured in servers.php period.

1.13 (+0 -3 lines) 06/25/2008 02:51 PM Michael M Slusarz slusarz

The old way of handling compose messages when the session timed out was
kludgy, never worked properly for me, isn't usable unless the user logs
back in, and doesn't work if using a custom login page
Rewrite using VFS to store the draft, which will be accessible on the next
login.

1.9.2.4 FRAMEWORK_3 (+2 -2 lines) 05/21/2008 04:13 PM Chuck Hagenbuch chuck

MFH:
1.1124    +2 -0      imp/docs/CHANGES
1.12      +2 -2      imp/templates/login/login.html

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2

1.12 (+2 -2 lines) 05/21/2008 04:11 PM Chuck Hagenbuch chuck

[cjh] Fix default server selection on the login screen
(adrieder@sbox.tugraz.at, Bug #6738).

1.9.2.3 FRAMEWORK_3 (+1 -1 lines) 03/08/2008 07:25 PM Jan Schneider jan

MFH: 1.11

Tags: IMP_4_2_RC4, IMP_4_2_RC3

1.9.2.2 FRAMEWORK_3 (+17 -17 lines) 03/08/2008 07:25 PM Jan Schneider jan

MFH: 1.10

1.11 (+1 -1 lines) 03/08/2008 03:48 PM Matt Selsky selsky

Missed one class assignment

1.10 (+17 -17 lines) 03/08/2008 01:12 PM Jan Schneider jan

Use leftAlign/rightAlign classes.

1.9.2.1 FRAMEWORK_3 (+0 -0 lines) 12/20/2007 09:00 AM Jan Schneider jan

Merge from HEAD.

Tags: IMP_4_2_RC2

1.9 (+3 -3 lines) 11/23/2007 03:28 AM Michael M Slusarz slusarz

Need these new DOM IDs on the login page.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1

1.8 (+1 -0 lines) 04/12/2007 11:08 AM Michael M Slusarz slusarz

Preserve URL anchor information when performing login.

Tags: IMP_4_2_ALPHA

1.7 (+13 -0 lines) 03/12/2007 02:30 AM Michael M Slusarz slusarz

[mms] Add option to login screen to allow user to select the application mode
if either DIMP or MIMP is also installed.

1.6 (+0 -1 lines) 07/18/2006 09:28 PM Michael M Slusarz slusarz

This value hasn't been honored in a while (initial_page is used instead).

1.5 (+6 -3 lines) 07/16/2006 05:57 AM Matt Selsky selsky

Add hidden labels to form elements.

Bug: 4080

1.4 (+14 -14 lines) 07/11/2006 11:46 AM Matt Selsky selsky

Accessibility.

Bug: 4080

1.3 (+3 -3 lines) 01/01/2006 02:53 PM Michael M Slusarz slusarz

Clean up handling of recompose form data.  Ensure we remain in recompose mode
even if we have to reload the login screen.

1.2 (+1 -1 lines) 01/01/2006 12:51 PM Jan Schneider jan

Fix closing tag.

1.1 01/01/2006 04:18 AM Michael M Slusarz slusarz

Convert login page to Horde_Template::.