Commit graph

139 commits

Author SHA1 Message Date
pdontthink
598a599ba3
Happy New Year 2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year 2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year 2023-01-02 22:04:25 -08:00
pdontthink
bcdfe6e9f1
Happy New Year 2022-01-26 01:06:50 -08:00
pdontthink
c4ef1a0eea
Happy New Year 2021-02-05 11:55:37 -08:00
pdontthink
8e48a0bb7b
Remove use of each() as it is deprecated 2021-01-16 02:08:19 -08:00
pdontthink
fc283980d0
Happy New Year 2020-01-07 00:12:38 -08:00
pdontthink
fbcb1ca1f5
Happy New Year 2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628 Happy New Year 2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552 Happy 2017 2017-01-27 20:34:08 +00:00
pdontthink
ab2af51655 Add PHP5-style constructor 2016-12-10 10:42:28 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +00:00
pdontthink
3845c4464d Fix PHP notice - this function is called statically, so needs to be declared as such. Thanks to Juergen Nickelsen for reporting 2015-01-19 18:27:15 +00:00
pdontthink
3b465a0d0f Happy 2015 2015-01-03 04:09:49 +00:00
pdontthink
581dc23061 Happy 2014 2014-01-01 20:33:20 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
c0359324bf Fix simple E_STRICT notice 2012-04-01 21:15:36 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
dc5d34683d addrsrch_fullname is already fetched by load_prefs.php 2011-12-21 13:27:54 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94 The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation. 2009-09-29 12:15:33 +00:00
pdontthink
b28d767437 Implemented security token system. (Secunia Advisory SA34627) 2009-08-12 08:28:38 +00:00
pdontthink
ec7a4430aa This time really make abook files get created with correct permissions 2009-07-29 03:35:07 +00:00
pdontthink
bc3fb36016 Stop using deprecated ereg() functions (#2820952) 2009-07-29 01:55:21 +00:00
Fredrik Jervfors
0a6245814a There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style. 2009-04-15 22:00:49 +00:00
pdontthink
020367505f Allow multiple addresses in one abook entry (separate with commas), although we HIGHLY DISCOURAGE grouping in this manner - note amongst other issues that can come up, sizing for large groups will be a problem 2009-02-19 23:34:11 +00:00
pdontthink
0a83e3fbf1 Place quotes around the real name portion of addresses when putting them on the compose form 2008-12-08 20:19:18 +00:00
pdontthink
327222434c Add clarifying docs 2008-06-20 07:57:38 +00:00
pdontthink
0ac7a4f2b2 Allow lookups by fields other than nickname; LDAP backend needs to have this implemented if poss 2008-06-19 01:07:37 +00:00
pdontthink
766622207d Add address list pagination, 'Compose To' button, more labels for checkboxes, hook points for plugins to modify abook nav bar and filter address listings 2008-05-22 01:19:00 +00:00
Fredrik Jervfors
327cb3be77 Only grab comments marked i18n to the template. 2008-05-16 04:33:11 +00:00
pdontthink
67ed8dea89 Change string casing 2008-05-15 06:33:12 +00:00
pdontthink
ba269f888e Make sort links and add form return to the same backend that is currently being viewed 2008-05-15 05:49:56 +00:00
pdontthink
ef89a72ce6 avoid E_STRICT errors 2008-01-06 02:04:30 +00:00
pdontthink
4804380684 Enabled user selection of address format when adding from address book during message composition 2007-10-01 20:11:00 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
pdontthink
717be5c30c 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:07:54 +00:00
tokul
71ffc7584c function is modified copy of list_writable_backends(). diff -uw between
1.96 and 1.97 shows that. Same structure, same while() arguments.

Steve's name is in AUTHORS. Please don't claim authorship on code that is
written by you AND other people.
2006-08-31 05:43:18 +00:00
tokul
2f67980f89 I've forgot that function is private in 1.4.x and is not available to plugins. 2006-08-31 05:37:53 +00:00
stevetruckstuff
9a8ddfe927 Add list_writable_backends() function back for plugins. 2006-08-16 14:21:53 +00:00
stevetruckstuff
9fa47c747b Incorporate new add/edit template and remove functions that are no longer needed. 2006-08-15 21:33:24 +00:00
stevetruckstuff
e61e200439 Fix FIXME in functions/addressbook.php 2006-08-15 17:54:15 +00:00
tokul
e629c36f0f fullname layout is controled in gettext string instead of $squirrelmail_language
removed unfinished pagination code
added list_addr() error handling
2006-08-15 17:01:41 +00:00
tokul
7b57ed883e adding safety checks. if invalid backend number was used, script used invalid
object calls
2006-07-15 12:35:16 +00:00
Thijs Kinkhorst
be88f14bc2 make a start with adding labels for html form elements. this aids disabled
users, but also e.g. allows one to click the text next to a checkbox to
select it.
2006-07-09 22:26:05 +00:00
tokul
94c3c393b0 Address book file backend will break with error message, if required
address book fields are not available. Prevents address book corruption
and address book format violations that can cause PHP notices.

Added line length setting in local_file address book backend (#1181561).
2006-06-27 10:08:53 +00:00
tokul
5064335080 Removed html formating from address book backend classes. Added
fullname() method to addressbook_backend class. Moved
htmlspecialchars() sanitizing from address book backend classes to
html output code. If third party code displays errors from address
book object in html, errors must be sanitized and ASCII line feeds
should be converted to html line breaks.

'addressbook' strings are replaced with 'address book'. Spellcheck
fails on 'addressbook'.
2006-06-04 12:42:24 +00:00
tokul
d0dd94c15c Adding write support to address book ldap backend. Patch by David Hardeman
(#1495763).
2006-06-03 17:14:49 +00:00