|
1.41 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.40 (+3 -1 lines) |
08/01/2007 12:32 AM |
Chuck Hagenbuch chuck |
Marcus Ryan has assigned his copyrights to The Horde Project. |
|
1.39 (+6 -2 lines) |
10/29/2006 01:28 PM |
Chuck Hagenbuch chuck |
Add a few more image types - I had a tiff show up today. |
|
1.38 (+5 -6 lines) |
11/18/2005 09:50 PM |
Chuck Hagenbuch chuck |
Some clean up, remove a bunch of array_key_exists calls. |
|
1.37 (+10 -4 lines) |
11/07/2005 10:32 AM |
Chuck Hagenbuch chuck |
More reference fixes. |
|
1.36 (+14 -13 lines) |
08/01/2005 02:30 PM |
Chuck Hagenbuch chuck |
Add menu accesskeys and a bunch of HTML cleanup. |
|
1.35 (+1 -3 lines) |
07/02/2005 11:29 PM |
Matt Selsky selsky |
Remove "@access public". |
|
1.34 (+5 -7 lines) |
06/22/2005 11:01 PM |
Matt Selsky selsky |
Remove extra stuff from @var lines in phpdoc. |
|
1.33 (+31 -8 lines) |
05/31/2005 11:33 PM |
Matt Selsky selsky |
Clean up phpdoc for constants. |
|
1.32 (+11 -12 lines) |
05/10/2005 11:03 PM |
Matt Selsky selsky |
Remove "optional" from phpdoc. |
|
1.31 (+3 -3 lines) |
04/28/2005 02:16 AM |
Matt Selsky selsky |
Don't use array_push() when we don't need to. |
|
1.30 (+1 -2 lines) |
04/20/2005 05:07 AM |
Matt Selsky selsky |
Remove @version. |
|
1.29 (+38 -6 lines) |
11/14/2004 08:58 PM |
Chuck Hagenbuch chuck |
use new menu |
|
1.28 (+3 -2 lines) |
09/30/2004 09:39 PM |
Marcus I. Ryan marcus |
Don't show an error if the comic isn't listed. Might be a good idea to
notify the user to reset their preferences, but notify has already been
called by the time we get here. |
|
1.27 (+2 -5 lines) |
08/30/2004 04:34 PM |
Chuck Hagenbuch chuck |
Apps no longer need to call Help::javascript() - and indeed they shouldn't,
since it no longer exists. |
|
1.26 (+3 -3 lines) |
05/20/2004 11:53 AM |
Jan Schneider jan |
Fix package names. |
|
1.25 (+3 -3 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.11.2.1 RELENG_1 (+20 -6 lines) |
03/15/2004 11:09 PM |
Marcus I. Ryan marcus |
Bring RELENG_1 version of klutz back in line with HEAD, most notably convert
from Snoopy to HTML_Request (Snoopy clips images). Getting ready to finally
start the release cycle on this one.
WARNING: There is a good chance that there are still some bugs in here. This
was a major update, most of it done by hand. I've tested what I can, but
no promises of total stability. That said, this code has been working in HEAD
for months with no known reliability issues.
I haven't touched languages/translations so that needs to be done yet.
Still need install instructions |
|
1.24 (+3 -3 lines) |
02/11/2004 05:17 PM |
Chuck Hagenbuch chuck |
move Menu.php to a framework package. |
|
1.23 (+3 -3 lines) |
01/18/2004 06:58 PM |
Jan Schneider jan |
Show notifications only from the requested message stack. |
|
1.22 (+3 -3 lines) |
10/30/2003 06:38 PM |
Jan Schneider jan |
PHP 5 fixes. |
|
1.21 (+14 -2 lines) |
05/23/2003 10:44 AM |
Chuck Hagenbuch chuck |
Last menu.php files. |
|
1.20 (+2 -8 lines) |
03/19/2003 12:41 PM |
Chuck Hagenbuch chuck |
Nuke constants in favor of strings to avoid some issues of having the
constants defined in javascript files. |
|
1.19 (+19 -4 lines) |
03/03/2003 02:10 PM |
Chuck Hagenbuch chuck |
Nuke a lot of constants.php files.
Specific Reason: constants should be defined in the application's base
class file UNLESS constants are needed in one of the configuration
files (the case for all those remaining). Only then should you break
things out to a seperate file (and even then, we may want to just
include the app's library file).
General Reason: Including files is *very* expensive. Short files are
pointless if we can avoid them; it's much cheaper to have slightly
longer files than multiple short ones (especially when we're going to
include all the short files anyways). |
|
1.18 (+4 -2 lines) |
01/12/2003 01:01 PM |
Jan Schneider jan |
Oops. |
|
1.17 (+0 -3 lines) |
01/12/2003 12:47 PM |
Jan Schneider jan |
"somewhere before here." :-) |
|
1.16 (+3 -2 lines) |
01/11/2003 10:48 PM |
Eric Rostetter ericr |
* Need to include horde/lib/String.php here (or somewhere before here) |
|
1.15 (+5 -5 lines) |
01/06/2003 04:36 AM |
Jan Schneider jan |
Rename String::strtolower() to String::lower() and strtoupper() to upper(). |
|
1.14 (+5 -5 lines) |
01/04/2003 09:09 PM |
Jan Schneider jan |
Add String:: class and move all string manipulation methods from NLS:: to
String:: |
|
1.13 (+5 -5 lines) |
12/29/2002 08:19 AM |
Jan Schneider jan |
More strtolower() replacements.
I'm not sure if I catched all in lib/Comics.php and didn't catch too much. |
|
1.12 (+8 -3 lines) |
12/19/2002 11:44 AM |
Marcus I. Ryan marcus |
Not all comics have homepages defined (though they should...but if it doesn't
don't complain - just don't make it a link). |
|
1.11 (+88 -4 lines) |
11/13/2002 04:49 PM |
Marcus I. Ryan marcus |
phpdoc...lots of phpdoc. Please check it if you get a minute...I'm guessing
there are a lot of typos, and it's my first real stab at phpdoc-ing :)
Also cleaned trailing whitespace while I was in there. Tags: RELENG_1 |
|
1.10 (+50 -50 lines) |
07/31/2002 02:57 PM |
Chuck Hagenbuch chuck |
style - single quotes, etc. |
|
1.9 (+14 -10 lines) |
07/20/2002 12:28 AM |
Chuck Hagenbuch chuck |
Add a user preference for whether to show unselected comics on the
main browse page. |
|
1.8 (+14 -15 lines) |
07/17/2002 12:05 PM |
Marcus I. Ryan marcus |
Clean up (tabs to spaces, extra space at EOL) |
|
1.7 (+5 -2 lines) |
07/17/2002 11:40 AM |
Marcus I. Ryan marcus |
Add 'nohistory' option to comic definitions. If this property is true,
the backend will not try to fetch any comics except today's.
Also, added another ignore to dork tower - should increase fetch time. |
|
1.6 (+18 -13 lines) |
07/16/2002 09:47 PM |
Marcus I. Ryan marcus |
Warning: This may be a bit buggy.
Now supports 'days' => 'random' in the comic definition. This special
setting means the system should try to retrieve the comic every day, but
not display an error if we don't have it (or if the file exists, display
templates/comics/random.inc).
Also added templates/comics/missing.inc to display when an image that SHOULD
exist doesn't. |
|
1.5 (+12 -3 lines) |
07/05/2002 03:34 PM |
Marcus I. Ryan marcus |
Somewhat better sorting (and now sorts by author).
Again, these are not necessarily internationalization friendly... |
|
1.4 (+64 -4 lines) |
07/05/2002 03:00 PM |
Marcus I. Ryan marcus |
Implement the "days" argument. Won't try to fetch or display a comic on
days where it's not wanted. Default is wanted every day. Also added extra
parsing to handle people putting Thursday, Thu, Th, R.
Is there a need to localize this argument, and is it something that could be
reasonably done? Biggest complication I can see is comics.php.dist would
have to be localized... |
|
1.3 (+23 -3 lines) |
06/29/2002 12:38 AM |
Marcus I. Ryan marcus |
Now sorts comics by name (and a stub for sort by author). Multi-tiered
searches now work (pages requiring more than one search to find). There
may be other stuff, but I'm too tired to remember it now (12 hours on this
today...am I nuts?! :) ) |
|
1.2 (+84 -7 lines) |
06/28/2002 06:21 PM |
Marcus I. Ryan marcus |
Okay...klutz can now handle comics that are retrieved directly; that is those
that do a single http get. It does not have local storage support yet, so
it's PAINFULLY slow and inefficient, but it's enough for a preview if people
want to play. |
|
1.1 |
06/26/2002 12:29 AM |
Marcus I. Ryan marcus |
Hopefully I got them all this time... |