Commit graph

327 commits

Author SHA1 Message Date
pdontthink
cebf083b4e Add access keys to mailbox list 2009-03-26 20:34:35 +00:00
pdontthink
ad6bc15789 Add access keys to main options page 2009-03-26 10:27:24 +00:00
pdontthink
b8f37f5a64 Add access keys for folder pane 2009-03-26 09:52:10 +00:00
pdontthink
39355dd534 Add access keys for menubar 2009-03-26 08:40:48 +00:00
pdontthink
3fc34f3f99 Add accesskey to the From drop-down too 2009-03-26 04:04:12 +00:00
pdontthink
f80a2b6c3a Better than nothing 2009-03-25 12:25:53 +00:00
pdontthink
41912a1675 Add accesskeys accessibility implementation. Need to keep adding other pages, especially mailbox view and perhaps folder frame. 2009-03-25 07:53:49 +00:00
pdontthink
d29a25d27d Ensure charset en/decode functions are found when case does not match. Thanks to Y@bon. (2634587) 2009-02-25 01:05:50 +00:00
pdontthink
3bdb47ac83 Add typecast type for bigint 2009-01-23 20:42:43 +00:00
pdontthink
714b2552af Add option that allows email address to be shown on message listings instead of full name (which is then shown in the tool tip) (#1762482) 2009-01-03 00:14:42 +00:00
Thijs Kinkhorst
7efa97dfc4 happy 2009 everyone 2009-01-02 11:24:05 +00:00
pdontthink
6de4d8ae69 Add password option widget 2008-12-19 08:33:56 +00:00
pdontthink
7e1056287d Add info option widget type 2008-12-19 00:12:54 +00:00
pdontthink
7d285b51a0 Fix HTTPS detection under Windows IIS (#2318118) 2008-11-26 02:56:42 +00:00
pdontthink
d01c63496a The random number seed generator was creating float values that, when fed to mt_srand(), which expects an integer, were seen as zero on some systems because it was such a large number. This fix takes a sub-string of the seed's MD5 before converting it to an integer in order to fix that problem. 2008-11-20 22:32:32 +00:00
pdontthink
bf4627edd2 Add a functions file for file utility functions (say that 10 times fast) along with some new file functions 2008-11-20 21:46:12 +00:00
pdontthink
f211155993 Add global variable indicating server OS 2008-11-20 20:05:35 +00:00
pdontthink
3213a37e08 Adding note 2008-10-30 20:56:57 +00:00
pdontthink
61d674ba90 Catch empty text domain 2008-10-27 23:10:53 +00:00
pdontthink
2b1dd20f3d addrsrch_fullname needs to default to one of its allowable values 2008-10-07 09:40:04 +00:00
pdontthink
9682ef20f6 Add native output buffering capability. 2008-09-24 03:24:08 +00:00
pdontthink
5ab583832d Fix session autostart code - session_name() return value does not indicate session has started; Remove dead code (cookie cleanup) 2008-09-23 01:12:29 +00:00
pdontthink
2b7b60067b Removing irrelevant comments 2008-09-19 00:22:16 +00:00
pdontthink
68e7ef6f2e RPC requests should use their own template sets with different content-type. 2008-09-10 06:48:00 +00:00
pdontthink
fa7436a9de Allow template sets to define what the content-type of their output is. 2008-09-10 03:04:14 +00:00
pdontthink
71d7e677ed Move options constants to constants include file 2008-08-26 06:40:25 +00:00
Thijs Kinkhorst
833746dca6 rework seed generation: this is something that really belongs in init.php
so do it there. Input enough random components from diferent dimensions,
so hard to predict.
2008-08-21 12:16:20 +00:00
pdontthink
46b21f8d48 Fix prefs_backend hook and remove config_override hook - plugin authors take note 2008-07-03 01:08:25 +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
pdontthink
94a7db1ba4 Don't assume we are the first form on the page 2008-05-07 16:44:01 +00:00
Thijs Kinkhorst
48249c10e6 introduce new constant SM_COPYRIGHT that has the copyright years
for display in the interface.
2008-04-21 23:56:56 +00:00
pdontthink
3d36ce7e19 Add notes about the fact that the new custom date option needs a better UI 2008-03-14 20:38:54 +00:00
pdontthink
579cacd28b Add new 'Custom Date Format' option for message list date format 2008-03-14 08:43:30 +00:00
Thijs Kinkhorst
8f8a7ea706 get_magic_quotes_* functions deprecated in PHP 5.3.x. Check for
existance and ignore deprecation warnings.
2008-03-03 14:03:22 +00:00
pdontthink
642f901396 A few output elements are used often, so just retrieve them once and make them globally available 2008-01-06 06:01:10 +00:00
pdontthink
a5ae8eddb5 Comment and linguistic fixes 2008-01-04 04:12:12 +00:00
pdontthink
55de62d7d3 Adding debug mode to core. Please run the configuration utility once after retrieving this update. Note that this update includes a change that makes it possible to use SquirrelMail constants in the configuration file(s). 2007-11-27 09:12:05 +00:00
pdontthink
23efc6b619 Fixed mailto: again. Should work with all the cc, bcc, subject parameters as well. Sample Windows registry entry for HKEY_CLASSES_ROOT\mailto\shell\open\command is "C:\Program Files\Mozilla Firefox\firefox.exe" "http://example.org/webmail/src/mailto.php?emailaddress=%1" or "C:\Program Files\Internet Explorer\IEXPLORE.EXE" "http://example.org/webmail/src/mailto.php?emailaddress=%1" 2007-11-27 01:50:43 +00:00
pdontthink
990a2741a3 Allow custom session handlers to work correctly (and be defined at the application level with SquirrelMail) -- TODO: Cannot forget to add info about this to the docs! 2007-11-02 18:51:38 +00:00
pdontthink
68a5991e02 Add note that config_override should probably be removed pending previous noted fix 2007-11-01 19:53:00 +00:00
pdontthink
e932e013ab Add note about erroneous hook placement - PLEASE read the comment and reply if you have any input 2007-11-01 19:34:39 +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
pdontthink
fd2441d947 Move getSig, which can produce error output, after the point where the template system is fully initialized 2007-10-01 07:59:08 +00:00
pdontthink
f703541e64 Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever 2007-09-06 22:50:47 +00:00
Thijs Kinkhorst
92551dac02 Bring defaults for the folder selection pref in line.
Create constants for their values, not use the semantically irrelevant
SMPREF_{ON,OFF}
2007-09-03 11:51:57 +00:00
pdontthink
b0dbc77d53 Minor wording and spacing fixes 2007-08-31 23:21:17 +00:00
pdontthink
b80d382d2a Make sure to use correct template set after login 2007-08-29 07:24:27 +00:00
pdontthink
13d8258aec Make session restore work in compose_in_new. Cannot do login session reset until after correct session has been started once. 2007-08-28 23:36:51 +00:00
pdontthink
a8acce202c Finally fix up session restore functionality. Move session handling from login.php into init.php and fix the mess in redirect.php. There are some important notes that need to be reviewed in redirect.php, which I am including here to get your attention: FIXME! IMPORTANT! SOMEONE PLEASE EXPLAIN THE SECURITY CONCERN HERE; THIS session_destroy() BORKS ANY SESSION INFORMATION ADDED ON THE LOGIN PAGE (SPECIFICALLY THE SESSION RESTORE DATA, BUT ALSO ANYTHING ADDED BY PLUGINS, ETC)... I HAVE DISABLED THIS (AND NOTE THAT THE LOGIN PAGE ALREADY EXECUTES A session_destroy() (see includes/init.php)), SO PLEASE, WHOEVER ADDED THIS, PLEASE ANALYSE THIS SITUATION AND COMMENT ON IF IT IS OK LIKE THISsvn diff include/init.php src/login.php src/redirect.php src/compose.php WHAT HIJACKING ISSUES ARE WE SUPPOSED TO BE PREVENTING HERE? 2007-08-28 21:31:04 +00:00