Commit graph

983 commits

Author SHA1 Message Date
pdontthink
79685447ec Everyone deserves version info 2008-11-21 19:42:56 +00:00
pdontthink
cfcffdbead Use sqsetcookie(), not setcookie() 2008-09-24 19:58:23 +00:00
pdontthink
72ab3f32cd Clean up delimiter usage 2008-09-09 05:49:20 +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
Thijs Kinkhorst
ef4c19c7dc make sure we've ran our own random seeder before using mt_rand 2008-08-21 11:32:11 +00:00
pdontthink
7fe75af76e Add minor details about how to enable plugin in conf.pl 2008-07-22 06:41:10 +00:00
pdontthink
ab4e4a3c22 Correct doc location 2008-07-22 06:32:12 +00:00
pdontthink
5a2cab8b44 Remove abook_take; see the Add Address plugin (third party) 2008-07-12 18:01:16 +00:00
pdontthink
5d0adda0b8 Make newmail plugin work again, various small cleanup and add ability for admin to configure custom title bar strings 2008-06-04 23:00:50 +00:00
Fredrik Jervfors
327cb3be77 Only grab comments marked i18n to the template. 2008-05-16 04:33:11 +00:00
Thijs Kinkhorst
49b360a675 replace mysql_escape_string with the characterset safe mysql_real_escape_string.
This raises the requirement for the myqsl backend to PHP 4.3.0.
2008-05-08 14:25:42 +00:00
pdontthink
11323e47da Move some HTML out of core (src/login.php) 2008-05-07 17:04:03 +00:00
pdontthink
8d37263288 Bug Report plugin: general cleanup per SM plugin specs, elimination of HTML output from the core, make it show SM version number again... 2008-03-11 04:15:58 +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
5ae6c415f6 Make message details link a non-relative URI. Thanks Thierry Godefroy 2008-01-06 05:48:35 +00:00
pdontthink
88722757aa Add ability to force message list refresh 2008-01-05 11:19:29 +00:00
pdontthink
3a86fca1a4 Be explicit about empty form action 2008-01-05 06:06:06 +00:00
Fredrik Jervfors
e2604ed40a String change based on a report by Alexandros Vellis stating that it works in Opera, Firefox, and Safari 3/Windows as well. 2007-12-27 14:51:48 +00:00
pdontthink
c95f555e76 Fix include error. Thanks Patrick Dubau. 2007-12-07 18:49:39 +00:00
pdontthink
553d97c6c1 Fix include error. Thanks Patrick Dubau. 2007-12-07 18:46:21 +00:00
pdontthink
43907d78b3 Fix test that was never working, and was further confused by the change to the PAGE_NAME paradigm 2007-12-06 19:11:00 +00:00
pdontthink
edcdd93355 Make message_details actually show the correct entity when viewing details of attached messages 2007-09-28 17:27:29 +00:00
pdontthink
27509084b6 Added configtest hook 2007-09-05 23:44:27 +00:00
pdontthink
40bc7d6380 Update pot file 2007-09-05 19:12:00 +00:00
pdontthink
b39046b318 Add options block demo 2007-09-05 19:06:47 +00:00
Thijs Kinkhorst
c38de069ae fix strict js/css notices (#1778815) 2007-09-04 09:33:10 +00:00
pdontthink
15b94fa287 Make version for core plugins 'CORE' 2007-08-31 04:59:12 +00:00
pdontthink
6e3cefb64d Make version for core plugins 'CORE' 2007-08-31 04:59:00 +00:00
pdontthink
006dd4d12f Initial import 2007-08-30 09:13:19 +00:00
pdontthink
bb07956901 Purge wrong Id tags 2007-08-30 05:32:03 +00:00
pdontthink
48a9011bcf Initial import from trunk/plugins 2007-08-30 03:28:25 +00:00
pdontthink
01db845df0 Remove hook call from template; fix all corresponding core plugins. 2007-08-30 02:10:25 +00:00
pdontthink
9945d195d8 Use sqm_baseuri() for links 2007-08-27 03:19:30 +00:00
pdontthink
2bfd7268da Remove extraneous slash 2007-08-13 22:42:26 +00:00
pdontthink
bb3c334ad7 List separator i18n. Complements RisuMail Team - risumail.jp 2007-08-09 06:49:14 +00:00
Thijs Kinkhorst
ac19ee2a63 typo (=/==) 2007-07-23 12:49:46 +00:00
Thijs Kinkhorst
0ddf214952 drop some unneeded globals / variables 2007-07-20 17:13:05 +00:00
Thijs Kinkhorst
ca89661e3c drop unused global 2007-07-14 17:45:20 +00:00
Thijs Kinkhorst
9a031330ae make use of PAGE_NAME constant in plugin, prefix it with the plugin name. 2007-07-14 17:44:29 +00:00
Thijs Kinkhorst
086cccc724 remove PHP closing tag in example config file 2007-07-11 09:44:01 +00:00
Thijs Kinkhorst
4ae0889ab8 drop two unneeded globals 2007-07-09 09:37:05 +00:00
Thijs Kinkhorst
f69d74535e remove unused globals, thanks Tomas Kuliavas for $day 2007-07-09 09:02:54 +00:00
Thijs Kinkhorst
2248508af5 - Fix disabling password encryption in mail_fetch (#1738001).
Thanks Stephen More
2007-06-25 20:18:15 +00:00
Thijs Kinkhorst
ee55e1aedd - Fix compatibility with Windows path in administrator plugin (#1740469). 2007-06-25 19:43:38 +00:00
Thijs Kinkhorst
fc50a978b3 fix mail_fetch class to properly cope with dots as specified
in the RFC, thanks Tomas Kuliavas. Closes: #1621267
2007-05-30 18:30:27 +00:00
pdontthink
7b15fd5f16 Add autohide functionality for preview pane. Thanks to Daniel Watts. 2007-05-18 13:17:27 +00:00
pdontthink
7f4d34d361 Update preview pane functionality so it only refreshes message list when viewing a message that has not yet been seen; also small code updates 2007-05-18 11:10:12 +00:00
Thijs Kinkhorst
dfbdae5943 replace preg_split without a regular expression with the
faster and less complicated explode()
2007-05-17 16:36:13 +00:00
Thijs Kinkhorst
9791356483 replace string "Cute." with "Invalid URL" (reuse of existing string) 2007-05-10 11:41:20 +00:00
Fredrik Jervfors
e109e30b68 Short PHP tags are against the SquirrelMail coding standards. 2007-04-26 06:22:50 +00:00