Commit graph

80 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
eb1008dffb
Add ability to explicitly set prefs DB connection charset, though usually if database defaults are sensible this is not something to be concerned with in configuring SquirrelMail 2022-05-27 15:02:55 -07:00
pdontthink
ebc4032c84
Implement SQL identifier quoting in all cases (alleviates issue double-quoting user field under PGSQL, #177) 2022-05-22 12:43:07 -07: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
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
49aecd2ee8 Add PHP5-style constructor 2016-12-10 11:31:19 +00:00
pdontthink
b2e40da363 Add support for socket-based database connections 2016-10-29 21:52:23 +00:00
pdontthink
822c0647e3 Use PDO for database access if available (adds PHP 7 compatibility) 2016-10-29 17:51:31 +00:00
pdontthink
2934017d92 Happy New Year 2016-01-01 20:59:53 +00:00
pdontthink
83c6f28db1 Add a couple sensible defaults 2015-06-21 10:05:27 +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
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7cab7f11c4 Fix issues caused by use of PostgreSQL keyword 'user' in SquirrelMail's default preferences database schema (#2943483) 2010-07-21 07:06:12 +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
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
cc981461ed Someone added some prefs hooks to the file-based prefs backend but never added them to the db-based one - fix that 2008-06-23 19:57:55 +00:00
Thijs Kinkhorst
c582eb3d3a Allow database based preferences to read in default settings from the
default_pref file next to hardcoding them into the DB class, thanks
Thierry Godefroy.
2008-05-06 14:58:49 +00:00
pdontthink
669ea6899f Clean up variable naming and function docs. 2008-01-05 06:05:40 +00:00
Thijs Kinkhorst
7f8507d3d2 remove some HTML from within functions. Unneeded HTML to be precise. 2007-06-08 19:50:02 +00:00
Fredrik Jervfors
1d4da1b2ea Moving "doc/db-backend.txt" to the administrator's manual. 2007-03-04 01:56:54 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
tokul
59ae6f3ac2 removing trailing ?> from function scripts 2006-07-15 12:01:32 +00:00
tokul
edd3a34104 handle DB.php load errors inside preference class and don't worry about
error_box function and other code.
2006-05-14 16:13:02 +00:00
stekkel
0a70f643f2 Centralized init 2006-04-05 00:22:11 +00:00
tokul
83fdb4c332 copyright update 2006-01-23 18:46:41 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
tokul
7140767480 style fix 2005-09-10 11:13:56 +00:00
tokul
d5cd5f3d3a adding database field size checks (#1233721) 2005-09-10 08:46:15 +00:00
tokul
f4a491aee7 documenting prefs functions 2005-05-29 08:33:18 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
3b83c567dd Minor cleanups 2004-08-24 00:40:28 +00:00
Thijs Kinkhorst
39f5f66142 When checking for prefs_are_cached we should retrieve this from the session
the proper way. Closes #995102
2004-07-24 11:39:46 +00:00
Fredrik Jervfors
91d6cd59d5 Removing HTML tags from strings 2004-07-01 15:03:30 +00:00
Thijs Kinkhorst
7c3465c148 Be a bit more verbose in the error message about PEAR not being included:
give a pointer as to what might be the problem (also in configtest).
Small cosmetic fixes in configtest.
2004-07-01 12:12:07 +00:00
Thijs Kinkhorst
0c7380594b In stead of just crashing, give a proper error when PEAR DB functions could
not be included.

Also, from now on I will add a vim comment to the foot of each file I commit
to make sure everyone that edits the file with vim will automatically use the
correct 4-spaces-indentation.
2004-07-01 11:54:24 +00:00
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +00:00
tokul
097e96eba2 common functions are documented only in one backend 2004-05-10 09:56:02 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Erin Schnabel
68cbad0c64 remove_pref function was missing global prefs_cache declare. 2003-03-28 05:22:51 +00:00