Commit graph

1465 commits

Author SHA1 Message Date
Jim Jagielski
6e608499f3 *** empty log message *** 2006-03-06 20:04:31 +00:00
Jim Jagielski
5439694b4a *** empty log message *** 2006-03-06 20:04:08 +00:00
Jim Jagielski
9573c71f78 IMO, lib.php should contain just functions, and not be a mismatch
of functions, settings, etc..

So break out the pre-initialization code and the User Theme/Lang
setup code out of lib.php and into their own files.
2006-03-04 18:13:03 +00:00
Jim Jagielski
f0e37f221e Another big looking cleanup that is actually simple:
Remove the sid/tid/lid stuff from the URLs. There's no
need to pass those along there, but best to place
them in the user's session data. The URLs look much
nicer now and the URL params are only for stuff
that change from request to request...
2006-03-04 16:10:58 +00:00
Jim Jagielski
6b4a314845 Document change - use PHP session() functionality. 2006-03-03 20:56:42 +00:00
Jim Jagielski
f65898068e Big change, but very simple. Instead of carrying over the
old nasty Session code, instead use native PHP sessions,
which are smart enough.
2006-03-03 20:39:29 +00:00
Jim Jagielski
ce2fe28e3f Next big issue. 2006-03-03 19:25:10 +00:00
Jim Jagielski
e70e4c5dd2 Get ready for 1.0.0 !!
WooHoo!
2006-02-28 20:00:44 +00:00
Jim Jagielski
13cf903aad Document changes between RC2 and the real release 2006-02-11 20:33:38 +00:00
Jim Jagielski
c567e95c04 Add in required GNU GPL license 2006-02-11 20:33:06 +00:00
Jim Jagielski
08e0db73dd language file changes. 2006-02-10 15:11:56 +00:00
Jim Jagielski
dde716d7ba Fixed log message, manually altered by SourceForge.net staff (burley) per SR 1773929 2006-02-08 13:19:20 +00:00
Jim Jagielski
5f37806208 Note 1.0.0-RC2 2006-02-05 17:26:31 +00:00
Jim Jagielski
e94a0daaf6 Protect the OB code for version mismatches 2006-02-05 17:14:05 +00:00
Jim Jagielski
57bf1ee5ae Document "final" changes before 1.0.0-RC2 and add in a file
for Themes authors.
2006-02-05 15:39:26 +00:00
Jim Jagielski
e8f14c271a Default theme HTML cleanups. 2006-02-05 15:27:49 +00:00
Jim Jagielski
2301e6a7d7 Handle environs where Telaen is at the top level of
the site. Avoid ugly '//process.php' URLs
2006-02-05 02:30:35 +00:00
Jim Jagielski
f431429b9b Hmmm... some lint cleanups 2006-02-05 02:11:52 +00:00
Jim Jagielski
15c7af1193 Header cleanups... 2006-02-05 01:58:07 +00:00
Jim Jagielski
7a8e247d92 Document the last few changes 2006-02-05 01:50:29 +00:00
Jim Jagielski
152a6fbf09 Final little fix today: HTTP/1.1 requires that the Location
header actually be a abs url, not a relative one. So ensure
this whenever we redirect.
2006-02-04 21:56:13 +00:00
Jim Jagielski
43a9d06437 Remove extraneous header line returns 2006-02-04 21:26:01 +00:00
Jim Jagielski
71d378f290 Even though calling ob_end_flush() is *supposed* to be safe
even when output buffering isn't enabled, check anyway.
So what if this takes a few extra cycles, we're redirecting! :)
2006-02-04 20:55:46 +00:00
Jim Jagielski
329ceff1b1 Fix a ugly little buglet... Occasionally, for some reason,
when performing the process.php script, output will be
generated, messing up the redirects that happen. To
get around this, enable output buffering for process.php
and force all redirects to flush the buffer and exit.
2006-02-04 20:33:58 +00:00
Jim Jagielski
4393bb224e Use standard .cvsignore files to prevent ugly cvs diff output. 2006-02-03 20:21:08 +00:00
Jim Jagielski
6f75ae6a21 remove old debug line, which was commented out anyway. 2006-02-03 19:51:35 +00:00
Jim Jagielski
ed095f7a2a Hmmm... we should really pop the boolean off before we try
to normalize things :)
2006-02-03 19:24:38 +00:00
Jim Jagielski
0babcef8b4 Feature request: allow for server timezone offset 2006-02-03 17:35:24 +00:00
Jim Jagielski
9468e3ef6a Log other items fixed in RC2 2006-02-03 17:02:27 +00:00
Jim Jagielski
02063f1541 Fix files without terminating nl's 2006-02-02 17:36:36 +00:00
Jim Jagielski
10b948430f Fix DOS-style lines. 2006-02-02 17:34:32 +00:00
Jim Jagielski
a1ec810976 Fix the smarty plugin - also, use Unix cr/lf 2006-02-02 17:29:19 +00:00
Jim Jagielski
d15775caa6 Remove brokeness with some PHPs 2006-02-01 20:49:59 +00:00
Jim Jagielski
b2810b1372 Oops... revert the attempt to cleanup lib.php
and inc.php
2006-02-01 20:36:07 +00:00
Jim Jagielski
bd1f3bb28b Add in the HTMLfilter library to better protect against
XSS errors with Telaen. Uebimiau has a security
notice about this...

PLEASE TEST, so we can release this as RC2
2006-02-01 20:12:39 +00:00
Jim Jagielski
e3ebf2f590 We don't use safefname anyplace, so why disclose it? 2006-02-01 15:00:12 +00:00
Jim Jagielski
c2c0fbfc03 Change the "what is a valid Email address" regex to something
a bit more robust and "correct".
2006-01-30 15:50:00 +00:00
Jim Jagielski
c4d76f53fc The recent (1.73) version of phpmailer has a bug, which is fixed in
the bundled version of phpmailer. Provide a patch to fix it
for those using their own build.
2006-01-27 13:13:28 +00:00
Jim Jagielski
b50997306c And now all in docs 2006-01-26 16:32:55 +00:00
Jim Jagielski
139539561d Change 2006-01-26 16:32:21 +00:00
Jim Jagielski
59af26503b Put in docs 2006-01-26 16:24:57 +00:00
Jim Jagielski
a18d4a1e03 Make the version check just worry about Minor and Major changes. 2006-01-26 16:22:12 +00:00
Jim Jagielski
b9172c7534 Quick fix: Add in "draft" Telaen logo and update the default theme
to use it.
2006-01-26 13:59:28 +00:00
Christopher Schnell
0bcbdd3d06 Uebimiau Images have to be removed from themes 2006-01-26 08:12:34 +00:00
Christopher Schnell
be008aa672 Language Corrections 2006-01-26 08:11:01 +00:00
Jim Jagielski
7cad7b25ba Allow the sysadmin to overrule the unmark-read user settings.
This avoids the local inbox from growing larger if people
forget to logoff and then don't unmark.
2006-01-25 17:57:55 +00:00
Jim Jagielski
7d0906685a We are actually RC1 (or at least -dev to RC1) :) 2006-01-25 16:45:28 +00:00
Jim Jagielski
468f4e7169 If we are using POP3, then trash is 100% local.
No need to bother logging into the POP3 server
then.
2006-01-25 16:44:13 +00:00
Jim Jagielski
7cf6b0ab66 Handle READ/UNREAD prefs 2006-01-25 16:40:55 +00:00
Jim Jagielski
543aa9518f To make things easier for those who update, if they
untar over their current installation, DON'T overwrite their
local changes.
2006-01-25 15:48:33 +00:00