|
1.12.8.1 FRAMEWORK_3 (+1 -1 lines) |
12/20/2007 09:00 AM |
Jan Schneider jan |
Merge from HEAD. Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2 |
|
1.15 (+1 -1 lines) |
11/16/2006 11:26 PM |
Michael M Slusarz slusarz |
IMAP_Tree actually has *too* much logic. Remove all display logic and put it
in folders.php. Clean up code in element() and build(). Documentation (at
last) as to the return of element() and build(). Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA |
|
1.14 (+1 -1 lines) |
11/03/2006 02:12 AM |
Michael M Slusarz slusarz |
Add editvfolder entry. |
|
1.13 (+1 -1 lines) |
07/16/2006 05:47 AM |
Matt Selsky selsky |
Add labels to checkbox elements.
Enable gettext in template.
Bug: 4080 |
|
1.12 (+1 -1 lines) |
11/16/2004 12:35 AM |
Michael M Slusarz slusarz |
Allow a user to delete/edit virtual folders. Still need to tweak deleting
so that the deleted folder is immediately removed from the IMP_Tree object.
Just need to tweak these two actions, along with readding support for renaming
virtual folder objects from the folders screen, and the entire functionality
of virtual folders in IMP 4.0 will be completed. Tags: FRAMEWORK_3, IMP_4_1_6, BEFORE_MERGE_3_1, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1, IMP_4_1_3, IMP_4_0_5, IMP_4_1_2, IMP_4_1_1, IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2, IMP_4_1_RC1, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1, IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1 |
|
1.11 (+1 -1 lines) |
10/31/2004 11:42 PM |
Michael M Slusarz slusarz |
Try to integrate the virtual folder stuff more with the existing folder
display. Still undecided at this point whether this should be pulled out
before beta or not. I'll see how much more I can do in the next few days. Tags: IMP_4_0_BETA |
|
1.10 (+1 -2 lines) |
10/21/2004 10:07 PM |
Chuck Hagenbuch chuck |
Sadly, this is what we need to do to ensure cross-browser similarity:
we need to explicitly set the height and width of checkboxes so that
IE doesn't make them so big that they add extra padding to rows.
Since there isn't a well-supported selector for globally modifying
checkboxes (if you have one that works in IE6, please say), we'll use
a checkbox class to do so. This makes the folder and mailbox views
render pretty much the same as far as I can see in Firefox and IE, and
gets rid of the space between the tree graphics on the folder screen
in IE. |
|
1.9 (+2 -2 lines) |
10/21/2004 05:55 PM |
Chuck Hagenbuch chuck |
- Revert the "ugly margins" quirk things and start trying the "global white space
reset" idea from http://leftjustified.net/journal/2004/10/19/global-ws-reset/
I know it's not finished yet, so don't panic; I'll tweak it from here and then ask
for feedback/help.
- Also clean up some duplicate CSS classes, etc. |
|
1.8 (+1 -1 lines) |
09/22/2004 11:44 PM |
Chuck Hagenbuch chuck |
The checkboxes still look pretty horrid in IE, but this is at least a
bit better. |
|
1.7 (+1 -1 lines) |
09/14/2004 07:55 AM |
Jan Schneider jan |
Show message count for all polled folders, even if there are no messages. |
|
1.6 (+1 -1 lines) |
09/02/2004 12:35 PM |
Jan Schneider jan |
Bring message count back. How does that look like? |
|
1.5 (+1 -1 lines) |
09/02/2004 12:21 PM |
Jan Schneider jan |
Don't show message numbers bold, to be more consistent with the menu block. |
|
1.4 (+3 -3 lines) |
09/02/2004 11:51 AM |
Chuck Hagenbuch chuck |
Still uses divs, a little more compact, closer to the old layout. |
|
1.3 (+4 -10 lines) |
09/01/2004 04:13 PM |
Chuck Hagenbuch chuck |
The folder navigator is now done entirely without tables. Should be easier to
associate new message numbers with folders, too. |
|
1.2 (+1 -1 lines) |
06/28/2004 12:38 AM |
Chuck Hagenbuch chuck |
no mouseovers for consistency |
|
1.1 |
01/14/2004 01:52 PM |
Michael M Slusarz slusarz |
The Horde_Tree conversion of folders is nowhere near being close to done -
H_T really doesn't seem to like the fact that there can be more than 1 base
element, and there really is no way to format the output to make it consistent
with the way the IMP folders list looks like (at this time). Thus, go ahead
and convert the folders output to Horde_Template (so we don't have to include the row.inc files multiple times) in the interim. Tags: IMP_4_0_ALPHA |