tokul
a8eaccc965
missing phpdoc declaration
2004-04-12 08:00:53 +00:00
Erin Schnabel
9091c1e016
odd logout case..
...
(in a tabbed browser, pull up SM, then click 'Sign Out' as an "open in new tab"
then click something in the current window, you'll get an error trying to
execute unknown function do_hook on line 88 of display_messages).
So we'll just add the require, just to make sure..
2004-02-29 22:52:36 +00:00
alex-brainstorm
0b49ff34d7
Dont utf7_decode translated INBOX name, which is html encoded
2004-02-27 14:37:42 +00:00
indiri69
fe990f0951
Verify that concat_hook_function actually returned something before writing over string.
2004-02-24 22:07:27 +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
pdontthink
a174393e31
New hooks for managing/catching/logging errors
2004-02-10 04:57:56 +00:00
Alexandros Vellis
aeca25bd41
Bugfix - UTF7 was being displayed to user
2004-01-27 15:48:14 +00:00
pdontthink
7fc2e57024
minor HTML fix
2003-11-20 20:50:57 +00:00
alex-brainstorm
b8f3a6677c
Intl INBOX display in case of error
2003-11-01 17:39:04 +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
Thijs Kinkhorst
12c08cccdd
Drop obsolete function
2003-07-27 20:24:31 +00:00
Erin Schnabel
74c7a174b8
update error_box, use more echos rather than big concat,
...
ensure header check in both stable and devel
2003-06-11 18:30:37 +00:00
Thijs Kinkhorst
0a3a6cf2ed
Make sure we have a HTML-header already outputted before we send
...
the error message.
2003-06-09 14:39:15 +00:00
Thijs Kinkhorst
0799913494
Small tweaks:
...
Move include of display messages in file_prefs to the top of the file,
because it wasn't included everywhere correctly ('../functions') or in
some places not at all, better move it to the top so the functions are
available at all times in a consistent manner.
Also throw an error if the tmp pref file could not be copied.
Remove initializing of colors that aren't used in logout_error.
2003-03-10 23:23:09 +00:00
jangliss
9824b89096
No check to make sure logo is set... login.php verifies it exists and has
...
a value in first... changing behaviour here to match.
2003-03-05 03:55:31 +00:00
Thijs Kinkhorst
970c65a797
Obsolete sqm_topdir(), thanks Jimmy Connor for the tip.
...
sqm_topdir breaks installs that have open_basedir set, and it was only
used in one place, functionality has been superseded by SM_PATH.
2003-01-17 13:50:33 +00:00
Thijs Kinkhorst
75de52f258
Getting ready for 1.4.0 RC1
2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
474d50b25a
Change is_int to is_numeric, solves [ 655060 ] Image size for login.php and
2002-12-17 11:37:42 +00:00
stekkel
6b0015bd89
UI consistancy
2002-10-17 16:44:54 +00:00
stekkel
32d2037691
fix for call to do_hook in htmlHeaeder
2002-07-31 21:39:26 +00:00
graf25
c3f14b9ac2
A better solution to the problem of $DOCUMENT_ROOT.
2002-06-07 20:54:51 +00:00
Thijs Kinkhorst
c572ae0871
Fix include()s which use DOCUMENT_ROOT, which may not be the location where
...
SM is installed. Thanks to Dave.
2002-06-07 19:28:43 +00:00
Thijs Kinkhorst
904118c906
Fix some more HTML.
2002-05-16 08:28:06 +00:00
jmunro
a726cb6705
fix for bug #538641 . Also fixes a few problems with sort types and the prev/next
...
links. also fixed a warning with incorrect login and E_ALL
2002-04-14 03:00:40 +00:00
Thijs Kinkhorst
bcefc477e9
Fix incorrect path in URL
2002-04-12 08:29:29 +00:00
Thijs Kinkhorst
70510c1394
Nuke obsolete function general_info
2002-04-12 08:26:57 +00:00
graf25
e941db3951
Three is a charm.
2002-04-06 21:10:59 +00:00
graf25
f6bbbd3d8d
Better base_uri workaround code.
2002-04-06 21:00:18 +00:00
philippe_mingo
f9cbd7d61d
Some optimization on frequent loaded code.
...
Unification of logout error messages.
Strings update.
Spanish strings update.
2002-03-30 09:31:43 +00:00
Bron Gondwana
0198f43746
Little bit of tidying up
2002-03-28 12:40:19 +00:00
Bron Gondwana
e5a5c56bd0
Fix & in URLs to & for correctness of HTML, also 100% to "100%" in
...
table definitions.
2002-02-19 01:43:19 +00:00
philippe_mingo
132d4d933f
Code cleanup
2002-02-12 19:22:45 +00:00
philippe_mingo
62766e77f9
Bug fix
2002-02-12 19:13:40 +00:00
teepe
52f24ab4e5
_top frame problem fix
2002-01-27 23:30:40 +00:00
teepe
e4b09fa02b
allow sm to be in an embedded frame
2002-01-25 17:15:57 +00:00
Thijs Kinkhorst
087942aa58
Replaced hard-coded colors with theme colors.
2002-01-23 13:56:05 +00:00
teepe
7d055cc994
some more html cleanup provided by Dave Huang
2001-12-26 14:42:38 +00:00
thomppj
1e2a9cc5d0
Getting ready for 1.2.0 release.
2001-12-23 07:42:40 +00:00
philippe_mingo
6504f073ca
Sintax fix
2001-12-12 08:53:36 +00:00
thomppj
5d15361f1f
Code cleanup brigage...
2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd
** -> *
2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f
Added (c) stuff and some formatting.
2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769
Some fixup:
...
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
1229641206
Coma bugfix
2001-10-30 16:42:08 +00:00
Tyler Akins
0d0de5d238
* Got bored and copied all the validate.php and define() stuff to 1.1
...
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
will work properly (methinks)
2001-04-19 17:58:10 +00:00
thomppj
2866c6b6e7
More "" to '' conversions.
2001-01-31 18:59:14 +00:00
Tyler Akins
de965920f1
Removed a lot of the warnings generated when PHP has all warnings enabled.
...
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Luke Ehresman
4c8b901c3e
- added a bunch of sqimap_logout's where none existed
...
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
gustavf
11236627f8
Made a few strings easier to translate.
2000-06-14 07:52:09 +00:00
nehresma
c1d5c2628d
changed log in method back to using cookies. also session id is now stored
...
in cookies. preliminary caching done too, but commented out for now (not working).
2000-04-12 03:35:12 +00:00