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
Thijs Kinkhorst
89a01b3cbd
make spamcop plugin work again
2006-12-10 20:19:45 +00:00
Thijs Kinkhorst
b41819cf77
accept &$links by reference
2006-12-10 20:18:47 +00:00
Thijs Kinkhorst
41be89f957
(finally)fix message_details plugin for new plugin infrastructure, and as
...
added bonus, make it work without javascript too
2006-12-10 19:43:27 +00:00
pdontthink
681d997696
Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2
2006-12-10 05:13:40 +00:00
Alexandros Vellis
a41bbd755e
workaround to make squirrelspell work again in SM 1.5 CVS
2006-11-24 09:23:50 +00:00
Thijs Kinkhorst
2d862776c5
- Translate plugin: prevent PHP notice when viewing empty message.
2006-10-19 11:46:25 +00:00
pdontthink
a7eb6ab52c
templateset_default and templateset_fallback are IDs now, not unpredictable index numbers
2006-10-09 11:35:21 +00:00
pdontthink
98859870d4
compose_button_row hook updated to new plugin/templating scheme. Please learn from this and fix plugins instead of reverting other code
2006-10-09 02:45:11 +00:00
tokul
36d5e26cef
added phpdoc header to mail_fetchs constants file
...
removed obsolate proprietary POP3 class
2006-10-07 15:40:20 +00:00
tokul
c477d8aec3
removed ispell output. confuses phpdoc
2006-10-07 15:36:49 +00:00
pdontthink
11fb9fd259
Template fallback added
2006-10-02 12:26:01 +00:00
tokul
bb2f917051
adding php pspell support. If it breaks - blame me.
2006-09-30 17:48:14 +00:00
tokul
8998e875f5
adding php pspell support
2006-09-30 17:35:20 +00:00
tokul
c22a86c95c
adding constants
2006-08-26 17:34:38 +00:00
tokul
d65bb38054
POP3 class code replaced with mail_fetch class code.
...
Added APOP and TLS and STLS support.
If port is set to 0, system uses default ports
Removed loading_prefs hook. It is not needed. Plugin always gets prefs
before fetching emails.
Fixed IMAP error handling in left_main. Older code ignored APPEND errors.
2006-08-26 17:33:58 +00:00