Fredrik Jervfors
05c35b93c6
Fixing non-translatable strings. Thanks to intrigeri <intrigeri at boum.org> for the report.
2008-01-15 09:08:04 +00:00
pdontthink
642f901396
A few output elements are used often, so just retrieve them once and make them globally available
2008-01-06 06:01:10 +00:00
pdontthink
ea05651dd4
avoid E_STRICT errors
2008-01-06 02:54:36 +00:00
pdontthink
3c6e09ea3f
Allow preview pane message list refresh mechanism to be forced by others
2008-01-05 11:22:08 +00:00
pdontthink
b340972559
Form values come to PHP as strings, so default comparison should be consistent
2008-01-05 07:34:17 +00:00
pdontthink
8e9a2bfdb0
Variable name correction
2008-01-05 06:05:24 +00:00
pdontthink
60e365708a
Ahhhh. I hate having to aim for checkboxes
2008-01-04 07:18:36 +00:00
pdontthink
ab90761dde
Add multiple select folder list option widget (SMOPT_TYPE_FLDRLIST_MULTI)
2008-01-02 12:11:46 +00:00
pdontthink
6e4992889b
Added ability to keep messages selected on mailbox listing - use 'preselected' query arg or global var from plugins
2007-09-25 04:49:39 +00:00
Thijs Kinkhorst
c38de069ae
fix strict js/css notices ( #1778815 )
2007-09-04 09:33:10 +00:00
pdontthink
01db845df0
Remove hook call from template; fix all corresponding core plugins.
2007-08-30 02:10:25 +00:00
pdontthink
63411068aa
Revert 12623. It's frameSETs not frames.
2007-08-29 18:49:57 +00:00
pdontthink
ce07a49391
Simplify how frames are accessed
2007-08-29 07:15:40 +00:00
pdontthink
da9fdba01f
Fix PHP notice
2007-08-28 19:18:09 +00:00
pdontthink
ffbb0c79e7
Fix message highlighting again
2007-08-24 21:11:31 +00:00
pdontthink
02a55617ee
Fix spacing. Totally pedantic.
2007-08-24 21:11:21 +00:00
pdontthink
f22e398828
Allow use of checkall=1 in URI for message list pages when JavaScript is enabled. Currently, this seems to be broken in IE for reasons I cannot understand. Please help debug. Sample URI would be something like http://example.org/webmail/src/right_main.php&checkall=1
2007-08-09 06:48:59 +00:00
Fredrik Jervfors
c2d5321057
Fixing some HTML errors.
2007-07-20 11:33:00 +00:00
pdontthink
be168ab2ad
Enable better plugin motd hooking
2007-07-15 19:16:05 +00:00
Thijs Kinkhorst
015f010e3c
use PAGE_NAME in themes and templates
2007-07-14 17:56:47 +00:00
pdontthink
e7f0e09e61
Fix JavaScript errors; make resizable compose body work again.
2007-06-24 07:48:30 +00:00
jangliss
4f5251a5c2
More XHTML Cleanup
2007-06-01 04:13:38 +00:00
jangliss
7fe1acf241
Another XHTML fix.
2007-06-01 03:54:11 +00:00
pdontthink
cdb5cfba7d
Remove duplicated javascript function definition
2007-05-18 13:31:55 +00:00
pdontthink
7b15fd5f16
Add autohide functionality for preview pane. Thanks to Daniel Watts.
2007-05-18 13:17:27 +00:00
pdontthink
7f4d34d361
Update preview pane functionality so it only refreshes message list when viewing a message that has not yet been seen; also small code updates
2007-05-18 11:10:12 +00:00
pdontthink
985069227d
Adding comment for future developer(s)
2007-05-18 11:05:23 +00:00
pdontthink
6f8024123d
Values that test as "empty" should actually be displayed in some cases. For now, using === intentionally, as isset() is always true due to how the values are passed around, so we have to actually test the contents of the values.
2007-05-18 06:42:36 +00:00
pdontthink
480f516784
Add ability to collapse headers into one line; works with but is unrelated to preview pane functionality.
2007-05-18 06:30:07 +00:00
pdontthink
7d2a76641d
Fix spacing
2007-05-18 06:23:33 +00:00
pdontthink
03a02f2dcc
Forgot CSS style for resizable widget code
2007-05-06 02:22:19 +00:00
pdontthink
74e78b46c5
Add dynamic textarea sizing slider control to compose screen (default_advanced skin). Initially based on Drupal implementation.
2007-05-05 18:35:46 +00:00
Fredrik Jervfors
f19b3143b0
Changing the service provider's logo string.
2007-03-17 08:24:38 +00:00
Fredrik Jervfors
fabf27acb9
All images must have an alternate text.
2007-03-16 08:52:48 +00:00
Fredrik Jervfors
7534282ca3
Going XHTML.
2007-03-12 12:16:17 +00:00
pdontthink
64c686b768
Adding new plugin output sections 'provider_link_after' and 'provider_link_before'
2007-03-09 06:28:34 +00:00
pdontthink
547485c67b
Adding new plugin output section 'provider_link_after'
2007-03-09 06:23:33 +00:00
pdontthink
2d72751bbc
Adding new plugin output section 'provider_link_before'
2007-03-09 06:05:20 +00:00
Thijs Kinkhorst
567ef6de29
do not special case a folder named 'None'. There's no reason
...
to not use the empty string and this prevents people who want
to have a "None" folder from using it properly.
2007-03-06 14:57:12 +00:00
Thijs Kinkhorst
647ccde4fd
generalise folder_manip_dialog CSS into dialogbox CSS
2007-02-27 18:14:34 +00:00
Thijs Kinkhorst
46995d0b89
Add option to ask users for personal information on first login.
...
Many users start sending out mail without a decent or even correct
"From" header. Defaults to on. Admin can disable if he has a
retrieve_user_info plugin or the guessed defaults are ok.
2007-02-18 18:47:48 +00:00
Thijs Kinkhorst
f26e2cc9d3
add squirrelmail attribution to the bottom of message list,
...
to keep a path to the about page from our "main" interface.
2007-02-08 15:12:09 +00:00
Thijs Kinkhorst
46215ecd92
Drop the default top-right 'SquirrelMail' name and link, as discussed
...
on squirrelmail-devel. It's overkill anyway to name and link SquirrelMail
so prominently on every page. It also confused users who clicked straight
through to our site. It will now only display something if provider_name
and provider_uri have been set, i.o.w., it's completely optional.
2007-02-08 14:47:23 +00:00
pdontthink
fa4eb1daa0
Onclick handler should not be submitted as HTML but only as the onclick contents - fixed.
2007-02-07 23:19:21 +00:00
pdontthink
49af86d128
Add body tag template; stop outputting body tags directly from core (there are still a couple places that need to be updated to use this)
2007-02-07 20:34:28 +00:00
pdontthink
7442caa9f1
Remove errant comment and add some comments about why not removing menubar for compose screen
2007-02-06 10:55:40 +00:00
pdontthink
da0e60b494
Allow other plugins/code to tell us to skip menubar
2007-02-06 10:36:00 +00:00
pdontthink
a79fa9f883
Pass compose form attributes to template separately, otherwise, is same as constructing arbitrary HTML in the core
2007-02-06 09:55:48 +00:00
pdontthink
49281974ab
New plugin output added to page header top
2007-02-06 03:53:01 +00:00
pdontthink
615692933a
Removing hooks where we can from templates; one hook will probably have to stay; see comments in the code
2007-01-25 07:27:37 +00:00