Commit graph

40 commits

Author SHA1 Message Date
Jim Jagielski
063e1fc6cc part 2: Smarty vars have 'sm' prefix 2015-02-15 12:03:49 -05:00
Jim Jagielski
601bda9b4c Smarty vars now use 'sm' prefix instead of 'um' 2015-02-15 11:48:11 -05:00
Jim Jagielski
424c354077 retrMsg can now also return the full message, headers
included (ie: the "raw" email)
2015-02-06 09:27:11 -05:00
Jim Jagielski
c8bda7bace catch addresses updates 2015-02-05 14:12:35 -05:00
Jim Jagielski
3634ac5442 PSR studlyCaps 2015-01-30 07:15:36 -05:00
Jim Jagielski
2dcdd0cbb4 rename 2015-01-06 20:27:30 -05:00
Jim Jagielski
e2a364c336 Abstract out location of user data folder. 2015-01-02 13:32:24 -05:00
Jim Jagielski
af2fe222bd Simplify. 2014-12-15 11:57:25 -05:00
Jim Jagielski
1f669d82ef no need for base64 of folders 2014-12-01 11:16:17 -05:00
Jim Jagielski
be9e7d1beb Use canon suffix for smarty templates 2014-11-26 12:26:54 -05:00
Jim Jagielski
aa9d27909e wip status 2014-11-21 11:39:01 -05:00
Jim Jagielski
b457490e81 And start moving from external old lib.php funcs to
telaen methods
2014-11-21 10:47:45 -05:00
Jim Jagielski
3978c99588 more PSR2 fixes 2014-11-16 19:04:46 -05:00
Jim Jagielski
4ec24f65e6 more style changes: use ' when appropriate 2014-11-14 09:10:00 -05:00
Jim Jagielski
93c9d87b27 more scoping 2014-11-12 13:07:08 -05:00
Jim Jagielski
1c161da259 More refactoring....
1. headers now in mbox[]
2. SS now AuthSession (complete)
3. sess now auth (complete)
2014-11-12 09:34:03 -05:00
Jim Jagielski
27907f0cfa refactor: UM --> TLN
mail_protocol now a defined constant instead of string
2014-11-12 07:31:26 -05:00
Jim Jagielski
49a8167284 Standardize on array()
Session is auth, so we can later pull out into auth[] and email[]
2014-11-11 15:56:57 -05:00
Jim Jagielski
124fd48a4a Use define to know state and adjust entry points for more security 2013-06-07 15:07:21 -04:00
Jim Jagielski
2edceb6b18 Pull in only as allowed 2013-06-06 19:27:00 -04:00
Jim Jagielski
fe98826a98 Pointer to new Telaen home 2013-06-06 17:30:30 -04:00
Jim Jagielski
01a6a02ad4 Do a safer pull from GLOBALS, with optional casting.
Be more generic.
2013-06-06 16:24:55 -04:00
Jim Jagielski
ad7b384fe4 Only pull out the vars we need and expect 2010-05-07 13:43:26 +00:00
Jim Jagielski
ab62ed8ccb Use a more accurate name for the file... 2010-05-07 12:40:22 +00:00
Jim Jagielski
6a6298da4a Entab all Telaen PHP files. Cut down the sizes and increase (a bit)
performance by reducing time spent reading PHP scripts.
2010-05-04 14:07:14 +00:00
Jim Jagielski
a0b7b54226 Update due to domain-name change. 2010-03-22 17:37:05 +00:00
Jim Jagielski
87f6828c44 Sync up with full change to preg_* family. Try to standardise
on some delims (prefer |)
2009-09-29 21:09:11 +00:00
Jim Jagielski
bff56e9c9a Update to use preg_* instead of ereg*, since the latter
is deprecated (and slow)
2009-09-28 19:31:00 +00:00
Jim Jagielski
055731fa30 Detab 2009-05-13 19:40:47 +00:00
Jim Jagielski
cea37a3ea7 Cleanup and removal of so many "based on Uebimiau" notices. 2007-02-07 16:00:08 +00:00
Andrea Volani
b5ac1cc874 Usability path, now badlogin and error page are merged with login page. Simply the login page displays the errors.
Please test and give me feedbacks :)
2007-01-23 22:03:42 +00:00
Andrea Volani
e370e4d54c fixed little bug with wrong address catching 2006-09-19 08:45:19 +00:00
Jim Jagielski
e90c8e8854 Fix bug with message lists when Quotas are not in effect 2006-03-19 15:58:38 +00:00
Jim Jagielski
f0f4dfacc7 No longer require short_tags 2006-03-09 18:26:14 +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
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
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
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
9cba3dfa08 Rename the project from Uebimiau to Telaen. This means adjusting the
license notice in the PHP files, changes to the class files, etc.
2006-01-02 15:03:56 +00:00
Christopher Schnell
1d8f564529 Initial Commit of telaen.
First version equals Uebimiau 2.7.8 P3 patched by JimJag
2005-12-20 11:44:48 +00:00