Jimmy Conner
|
934df3d319
|
Added hook for Preferences Backend to resolve potential file inclusions
|
2005-01-14 06:16:22 +00:00 |
|
Fredrik Jervfors
|
5fcc041bd2
|
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
|
2005-01-07 17:42:23 +00:00 |
|
Fredrik Jervfors
|
02f3ab92fe
|
Increment year in copyright notice
|
2004-12-29 22:58:54 +00:00 |
|
Fredrik Jervfors
|
9faf3051c1
|
Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes
|
2004-12-29 15:06:20 +00:00 |
|
Thijs Kinkhorst
|
c33727d241
|
A default server setting should always set all options, even if they are
the defaults, to permit switching between different servers. Thanks Tomas
for noting this.
|
2004-12-26 22:44:31 +00:00 |
|
Thijs Kinkhorst
|
a3be315040
|
Add server type 'hmailserver' to work around a searching problem with hMailServer.
Fixes: #1085377
|
2004-12-24 15:45:33 +00:00 |
|
tokul
|
e2eb5245d9
|
correct table name and add some information about global address book
|
2004-12-10 18:06:27 +00:00 |
|
pdontthink
|
341635bc76
|
Following up on my long standing threat to remove internal_link hook. Templates make it unnecessary, it is inefficient, and the only plugin using it requires a source patch to the same code anyway.
|
2004-11-24 22:33:11 +00:00 |
|
tokul
|
71c5dafe09
|
adding information about ngettext
|
2004-11-24 16:12:08 +00:00 |
|
tokul
|
87029ca5af
|
adding info about display_message.php
|
2004-11-01 10:32:08 +00:00 |
|
tokul
|
10796e7432
|
doc update
|
2004-10-09 09:30:10 +00:00 |
|
Fredrik Jervfors
|
c60c790628
|
Minor cleanups and changing the links for downloading/viewing attachments
|
2004-10-03 02:14:30 +00:00 |
|
Fredrik Jervfors
|
346daff1c6
|
Minor cleanup
|
2004-10-01 00:20:06 +00:00 |
|
tokul
|
0f495107fa
|
info about Bengali
|
2004-09-28 17:38:57 +00:00 |
|
tokul
|
350bb055ca
|
charset totals
|
2004-09-07 14:33:43 +00:00 |
|
tokul
|
b3f4640f55
|
adding some i18n information
|
2004-09-06 16:42:45 +00:00 |
|
tokul
|
60f1fb392c
|
adding list of files that are included by include/validate.php
helps to minimize require_once and include_once statements.
|
2004-09-06 15:39:01 +00:00 |
|
tokul
|
597536d3a4
|
adding i18n doc (unfinished)
|
2004-08-31 17:19:56 +00:00 |
|
Jimmy Conner
|
e938355b60
|
Reenabled the move_messages_button_action hook and changed its name to mailbox_display_button_action to promote the new location. This name change will also make it easier for plugins to support both stable and devel, instead of breaking alot of things
|
2004-08-18 06:05:10 +00:00 |
|
Fredrik Jervfors
|
3508677983
|
XHTML fixes
|
2004-08-15 02:03:39 +00:00 |
|
Fredrik Jervfors
|
303d308968
|
XHTML fixes
|
2004-08-15 01:02:58 +00:00 |
|
pdontthink
|
fc6096542d
|
Added 'trailing text' for options that SM builds, which is placed after a text input or select list. One less reason for plugin authors to build their own HTML.
|
2004-07-25 13:40:52 +00:00 |
|
pdontthink
|
30d23dca4e
|
removed unused and unneeded hooks
|
2004-07-25 09:04:36 +00:00 |
|
Thijs Kinkhorst
|
6b4e5f99c6
|
Some random documentation updates.
|
2004-07-01 13:38:53 +00:00 |
|
tokul
|
6b7c39c660
|
some plugins might use own hooks
|
2004-06-27 08:21:54 +00:00 |
|
jangliss
|
f94ef2179e
|
Fix email addresses here
|
2004-06-26 23:35:14 +00:00 |
|
Fredrik Jervfors
|
7d202a02f1
|
Small syntax fix in an example
|
2004-06-25 02:02:30 +00:00 |
|
tokul
|
c5ba519e85
|
adding two hooks that allow integrating third party address book backends
|
2004-03-31 15:10:32 +00:00 |
|
pdontthink
|
1276da9381
|
reflect recent changes
|
2004-02-28 08:31:28 +00:00 |
|
pdontthink
|
ed742697f0
|
Additional info about adding options to preexisting option groups
|
2004-02-26 08:13:09 +00:00 |
|
pdontthink
|
e809e3c445
|
Corified Msg_Flags plugin, along with Jimmy's icon themes
|
2004-02-24 13:23:33 +00:00 |
|
pdontthink
|
f49285a966
|
Document new hooks
|
2004-02-10 04:55:28 +00:00 |
|
Erin Schnabel
|
e89d395138
|
release notes for 1.5
|
2004-02-02 04:49:36 +00:00 |
|
pdontthink
|
8b6f42e88e
|
typo
|
2004-01-31 02:44:24 +00:00 |
|
pdontthink
|
ba9f25dc98
|
updated hook type descriptions
|
2004-01-31 02:34:40 +00:00 |
|
Erin Schnabel
|
1e9ce14134
|
adding doc for the sitewide options I added last night
|
2004-01-04 18:59:38 +00:00 |
|
Alexandros Vellis
|
269705d9c1
|
A bit of documentation for my favorite function, makeComposeLink()...
|
2003-11-21 11:35:59 +00:00 |
|
Alexandros Vellis
|
4ebcdbcd6a
|
Some guidelines and pointers on how to write phpdoc comments for plugins. Probably only for devel branch.
|
2003-11-21 11:23:02 +00:00 |
|
tokul
|
c18ffcc8ae
|
Document list options that are set by conf.pl D option.
|
2003-11-17 17:37:27 +00:00 |
|
tokul
|
0abe6d2090
|
No more po/squirrelmail.po, information about po/mergepo and updated kde tools url
|
2003-10-06 16:44:39 +00:00 |
|
pdontthink
|
82e3b23674
|
New hook for decoding message body
|
2003-09-26 07:44:28 +00:00 |
|
pdontthink
|
7faefe9325
|
typos
|
2003-09-13 22:49:14 +00:00 |
|
pdontthink
|
526dd01d2e
|
typo!
|
2003-08-10 20:01:38 +00:00 |
|
Jimmy Conner
|
06293b42a9
|
Add "attachments_bottom" hook to allow manipulating the attachments
or to add to the attachments (Download All plugin)
|
2003-08-01 02:30:03 +00:00 |
|
Jimmy Conner
|
55222dfd48
|
Add hooks to Changelog and plugins file
|
2003-07-18 03:38:37 +00:00 |
|
pdontthink
|
8bb30b22bb
|
new api changes explained
|
2003-07-06 02:31:06 +00:00 |
|
pdontthink
|
78a362cec4
|
Added section about rg=off requirement
|
2003-06-28 07:54:26 +00:00 |
|
pdontthink
|
89e275b466
|
updated hook list
|
2003-06-25 23:21:30 +00:00 |
|
pdontthink
|
dc99183182
|
Minor change
|
2003-06-21 01:18:22 +00:00 |
|
pdontthink
|
a4f3fc773d
|
Typos and stuff found by Chris Hilts
|
2003-06-21 00:26:24 +00:00 |
|