pdontthink
ee0444272e
Remove $version, use SM_VERSION constant instead
2007-03-22 20:01:33 +00:00
Alexandros Vellis
4f4dc965b4
Fix typo
2007-03-19 13:45:44 +00:00
Fredrik Jervfors
7534282ca3
Going XHTML.
2007-03-12 12:16:17 +00:00
pdontthink
2dcedd5313
Templatize (un)collapse buttons; move all templates to default_advanced, since default template does not use preview_pane plugin.
2007-03-10 05:48:35 +00:00
jangliss
c43fd7d70c
Some fixes for #1634735 .
...
- Issue in filters using 'yes' instead of SMPREF_ON
- Using fact that get host function returns hostname if unresolved
2007-03-10 04:10:46 +00:00
pdontthink
530f837d05
Add (un)collapse buttons
2007-03-09 06:11:56 +00:00
Fredrik Jervfors
ff19ef2743
Removing "www." in some links as well as the link to the deprecated feedback page.
2007-03-08 12:13:09 +00:00
Fredrik Jervfors
8c03c77b3a
Adding a missing setting (since 1.4.6 RC 1).
2007-03-07 21:56:05 +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
6042f69801
drop obsolte .cvsignore files, these are now svn:ignore properties
2007-03-06 02:03:36 +00:00
Fredrik Jervfors
737ddc2c04
Updating to the newer option page format.
2007-03-04 12:50:00 +00:00
Thijs Kinkhorst
3affe24230
move HTML output to template, improve HTML on the fly
2007-02-27 18:22:00 +00:00
Thijs Kinkhorst
d962e1ecd7
typo in variable name peardb, reported by Tomas ( Closes : #1662444 )
2007-02-18 17:28:44 +00:00
Thijs Kinkhorst
5a04219efc
HTTP_SERVER_SERVER should be HTTP_SERVER_VARS, but since
...
we require PHP >= 4.1.x, we need not use it anyware.
2007-02-18 12:46:47 +00:00
pdontthink
7cd5d9c660
Remove extra parameter that should not have been in previous commit
2007-02-14 05:35:27 +00:00
pdontthink
78e0a18219
Plugins like preview_pane should not close their own pages without displaying errors; easiest way to do that is use footer.tpl
2007-02-14 04:35:23 +00:00
pdontthink
ec6120f977
Plugins like listcommands should not close their own pages without displaying errors; easiest way to do that is use footer.tpl
2007-02-14 04:32:00 +00:00
pdontthink
dc1057206b
The mf_cypher variable was not being set in prefs correctly
2007-02-13 22:45:53 +00:00
Fredrik Jervfors
e8c813ed5a
String fix (reusing old string).
2007-02-13 07:54:02 +00:00
pdontthink
7e844b339d
Fix mistake - was using echo instead of adding to output string
2007-02-09 10:39:34 +00:00
pdontthink
9f0f4e2c5f
Syntax error fix
2007-02-06 02:14:29 +00:00
pdontthink
2838ad5a23
Allow other plugins to ask for message list refresh
2007-02-06 02:00:33 +00:00
pdontthink
8b265152f6
Allow other plugins to indicate that preview_pane should load the URI being loaded in the preview pane into the message list pane instead
2007-02-05 23:26:53 +00:00
pdontthink
440c2438b8
New get_plugin_version() function, and a couple places to use it.
2007-02-05 06:06:40 +00:00
Fredrik Jervfors
d07315611f
Fixed spelling in comment.
2007-02-03 16:59:42 +00:00
pdontthink
d0c722e7e4
Use compatibility_info() function if at all possible instead of compatibility_version()
2007-02-02 23:24:09 +00:00
pdontthink
efad17005b
Use <plugin>_info() function if at all possible instead of <plugin>_version()
2007-02-02 23:16:38 +00:00
pdontthink
ff21685fa5
Use addButton() here too
2007-02-02 21:57:32 +00:00
pdontthink
b278c0ea42
All this document.write stuff is overkill when we already have checkForJavascript() in place
2007-02-02 21:31:59 +00:00
Thijs Kinkhorst
1193c5b0de
replace reserved word 'action' with 'encaction'
2007-01-26 14:03:08 +00:00
Thijs Kinkhorst
88cb5a1f8e
add labels to make checkboxes better clickable
2007-01-26 13:58:41 +00:00
pdontthink
7f637af934
Add preview pane to advanced default template. This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set). Note any plugin can be turned on or off for a given skin using the template's own config file.
2007-01-24 06:51:15 +00:00
pdontthink
2dcdff528c
Forgot to i18n a string
2007-01-23 04:25:14 +00:00
pdontthink
babe6a7f19
Somehow went missing options.php and config file, minor adjustments to template output formatting.
2007-01-23 03:37:36 +00:00
tassium
22f1eb7794
Added a list of "core" plugins shipped with Squirrelmail. I could use the reference, maybe someone else will find it useful too.
2007-01-15 21:07:58 +00:00
pdontthink
0321cf0940
Forgot to add template for non-RFC list management functionality
2007-01-14 05:46:24 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
pdontthink
039672d965
Add ability for listcommands plugin to show reply and post links for user-configured non-RFC 2369-compliant lists; admin must enable by configuring plugin.
2007-01-13 07:34:17 +00:00
Thijs Kinkhorst
13c297bc93
Improve attachment file handling: use one new function to create a temp
...
file for storing the attachment. This replaces the same code in five
places. It also improves on the code, it's now much more safe against
overwriting existing attachments by chance.
2007-01-07 17:30:13 +00:00
Thijs Kinkhorst
eb6c67fd28
Make js escaping compatible with magic_quotes_sybase ( #1616953 ),
...
thanks Tomas Kuliavas
2007-01-07 15:48:48 +00:00
Thijs Kinkhorst
bd2ab16c39
Drop obsolete ORDB RBL from filters plugin, thanks Tomas Kuliavas ( #1629398 ).
2007-01-06 16:44:22 +00:00
pdontthink
290f9e0511
Use checkForJavascript() instead of $javascript_on. Not well tested. PLEASE HELP TEST.
2007-01-03 09:38:31 +00:00
pdontthink
40163e54c7
Use checkForJavascript() instead of $javascript_on
2007-01-03 09:03:58 +00:00
pdontthink
c8cba22e42
t12n of fortune output
2006-12-31 06:28:19 +00:00
pdontthink
7a16713e83
Refactor hyperlink template code
2006-12-31 04:18:52 +00:00
pdontthink
548b9b18f8
Add id attribute to hyperlink and image templates
2006-12-30 22:22:05 +00:00
pdontthink
e6aa350ba9
Add class attribute to template
2006-12-30 21:29:54 +00:00
pdontthink
8b31e3ff45
Remove debugging code
2006-12-10 21:47:04 +00:00
pdontthink
8245571b10
Strip HTML for hyperlink creation from core
2006-12-10 21:44:28 +00:00
pdontthink
d30743d721
Listcommands plugin now updated to 1.5.2-style 'templat-ized' output
2006-12-10 21:10:14 +00:00