phpslash-commit Mailing List for phpSlash (Page 2)
Brought to you by:
joestewart,
nhruby
This list is closed, nobody may subscribe to it.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(59) |
Dec
(60) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(52) |
Feb
(77) |
Mar
(118) |
Apr
(76) |
May
(106) |
Jun
(145) |
Jul
(9) |
Aug
(15) |
Sep
(78) |
Oct
(83) |
Nov
(105) |
Dec
(51) |
| 2003 |
Jan
(105) |
Feb
(100) |
Mar
(111) |
Apr
(149) |
May
(95) |
Jun
(56) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(22) |
Nov
(117) |
Dec
(6) |
| 2004 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(25) |
May
|
Jun
(11) |
Jul
(26) |
Aug
(85) |
Sep
(119) |
Oct
(312) |
Nov
(271) |
Dec
(5) |
| 2005 |
Jan
(6) |
Feb
|
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Luis M <le...@us...> - 2005-04-28 04:07:20
|
Commit in phpslash-dev/scripts on MAIN build-debian.sh +2 -3 1.4 -> 1.5 <pre class="comment"> moved config_setup.php out of public_html for debian package. sysadmins should use this file by hand or simply read the README.Debian file </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname">phpslash-dev/scripts<br /></span> <div class="fileheader"><big><b>build-debian.sh</b></big> <small id="info">1.4 -> 1.5</small></div> <pre class="diff"><small id="info">diff -u -r1.4 -r1.5 --- build-debian.sh 28 Nov 2004 17:31:27 -0000 1.4 +++ build-debian.sh 28 Apr 2005 04:07:12 -0000 1.5 @@ -1,11 +1,10 @@ </small></pre><pre class="diff" id="context"> #!/bin/sh </pre><pre class="diff" id="removed">-# $Revision: 1.<span id="removedchars">4</span> $ </pre><pre class="diff" id="added">+# $Revision: 1.<span id="addedchars">5</span> $ +# $Date: 2005/04/28 04:07:12 $ </pre><pre class="diff" id="context"> # Luis Mondesi < le...@ph... > </pre><pre class="diff" id="removed">-# Last modified: 2004-Nov-28 </pre><pre class="diff" id="context"> # # DESCRIPTION: Simple script to build a debian package from CVS # USAGE: $0 [PACKAGE_NAME] # run from CVS working directory (at root) </pre><pre class="diff" id="removed">-# CHANGELOG: </pre><pre class="diff" id="context"> # LICENSE: GPL PACKAGE="$1" </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Luis M <le...@us...> - 2005-04-28 03:55:20
|
Commit in phpslash-dev on MAIN .cvsignore +1 added 1.1 <pre class="comment"> ignore debian directory </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname" id="added">phpslash-dev<br /></span> <div class="fileheader" id="added"><big><b>.cvsignore</b></big> <small id="info">added at 1.1</small></div> <pre class="diff"><small id="info">diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 28 Apr 2005 03:55:13 -0000 1.1 @@ -0,0 +1 @@ </small></pre><pre class="diff" id="added">+debian </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Luis M <le...@us...> - 2005-04-28 03:50:15
|
Commit in phpslash-dev on MAIN ChangeLog +16 -9 1.34 -> 1.35 <pre class="comment"> </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname">phpslash-dev<br /></span> <div class="fileheader"><big><b>ChangeLog</b></big> <small id="info">1.34 -> 1.35</small></div> <pre class="diff"><small id="info">diff -u -r1.34 -r1.35 --- ChangeLog 24 Apr 2005 04:01:28 -0000 1.34 +++ ChangeLog 28 Apr 2005 03:49:56 -0000 1.35 @@ -1,3 +1,13 @@ </small></pre><pre class="diff" id="added">+2005-04-27 23:46 lems1 + + * include/modules/story/Story.class: Fixes bug: implements + article_updatehits + +2005-04-24 10:12 lems1 + + * include/modules/story/Story.class: noted where article_updatehits + should reside. will implement this later + </pre><pre class="diff" id="context"> 2005-01-26 13:44 joestewart * CHANGES, public_html/config-dist.ini.php, </pre><pre class="diff"><small id="info">@@ -1776,9 +1786,8 @@ </small></pre><pre class="diff" id="context"> 2004-10-19 13:00 joestewart * CHANGES, include/class/slashAuth.class, </pre><pre class="diff" id="removed">- include/class/slashAuthLDAP.class, - include/class/authtypes/slashAuthCR.class: Removed auth files that - had been moved from class dir to auth module dir. </pre><pre class="diff" id="added">+ include/class/slashAuthLDAP.class: Removed auth files that had been + moved from class dir to auth module dir. </pre><pre class="diff" id="context"> 2004-10-19 12:55 joestewart </pre><pre class="diff"><small id="info">@@ -2599,8 +2608,7 @@ </small></pre><pre class="diff" id="context"> 2004-04-22 16:08 joestewart </pre><pre class="diff" id="removed">- * CHANGES, include/class/slashAuth.class, - include/class/authtypes/slashAuthCR.class: psl_validate was </pre><pre class="diff" id="added">+ * CHANGES, include/class/slashAuth.class: psl_validate was </pre><pre class="diff" id="context"> depending on global variable . 2004-04-19 17:10 joestewart </pre><pre class="diff"><small id="info">@@ -2611,10 +2619,9 @@ </small></pre><pre class="diff" id="context"> 2004-04-19 17:08 joestewart * CHANGES, include/class/slashAuth.class, </pre><pre class="diff" id="removed">- include/class/slashAuthCR.class, - include/class/authtypes/slashAuthCR.class, - public_html/config-dist.ini.php, public_html/config-dist.php, - public_html/config_setup.ini.php: modular authentication </pre><pre class="diff" id="added">+ include/class/slashAuthCR.class, public_html/config-dist.ini.php, + public_html/config-dist.php, public_html/config_setup.ini.php: + modular authentication </pre><pre class="diff" id="context"> 2004-04-16 13:50 joestewart </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Luis M <le...@us...> - 2005-04-28 03:49:53
|
Commit in phpslash-dev on MAIN
CHANGES +4 -1 1.161 -> 1.162
<pre class="comment">
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>CHANGES</b></big> <small id="info">1.161 -> 1.162</small></div>
<pre class="diff"><small id="info">diff -u -r1.161 -r1.162
--- CHANGES 26 Jan 2005 18:44:29 -0000 1.161
+++ CHANGES 28 Apr 2005 03:49:45 -0000 1.162
@@ -1,4 +1,4 @@
</small></pre><pre class="diff" id="removed">-$Id: CHANGES,v 1.161 2005/01/26 18:44:29 joestewart Exp $
</pre><pre class="diff" id="added">+$Id: CHANGES,v 1.162 2005/04/28 03:49:45 lems1 Exp $
</pre><pre class="diff" id="context">
Changes Legend...
</pre><pre class="diff"><small id="info">@@ -12,6 +12,9 @@
</small></pre><pre class="diff" id="context"> W - General Work on something
9 - Removal of something (kill -9 :)
</pre><pre class="diff" id="added">+2005-April 27 Luis Mondesi <le...@ph...>
+[B] - Story.class - added missing functionality for article_updatehits.
+
</pre><pre class="diff" id="context"> 2005-January 26 Joe Stewart <jo...@ph...>
[F] - config_setup.php, config-dist.ini.php - setup magic string randomization
during installation.
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-04-28 03:46:59
|
Commit in phpslash-dev/include/modules/story on MAIN
Story.class +10 -5 1.13 -> 1.14
<pre class="comment">
Fixes bug: implements article_updatehits
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/include/modules/story<br /></span>
<div class="fileheader"><big><b>Story.class</b></big> <small id="info">1.13 -> 1.14</small></div>
<pre class="diff"><small id="info">diff -u -r1.13 -r1.14
--- Story.class 24 Apr 2005 14:12:46 -0000 1.13
+++ Story.class 28 Apr 2005 03:46:52 -0000 1.14
@@ -1,6 +1,6 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-/* $Id: Story.class,v 1.1<span id="removedchars">3 2005/04/24 14:12:46</span> lems1 Exp $ */
</pre><pre class="diff" id="added">+/* $Id: Story.class,v 1.1<span id="addedchars">4 2005/04/28 03:46:52</span> lems1 Exp $ */
</pre><pre class="diff" id="context">
/*
* Class: Story
</pre><pre class="diff"><small id="info">@@ -243,8 +243,8 @@
</small></pre><pre class="diff" id="context"> }
/* Returns the HTML for the Story */
</pre><pre class="diff" id="removed">- function getStory($story_id, $mode, $argv_ary="", $tpl="") {
-
</pre><pre class="diff" id="added">+ function getStory($story_id, $mode, $argv_ary="", $tpl="")
+ {
</pre><pre class="diff" id="context"> global $relatedlinks;
$default_tpl = "story.tpl";
</pre><pre class="diff"><small id="info">@@ -436,9 +436,14 @@
</small></pre><pre class="diff" id="context"> 'TITLE' => $ary["title"],
'RELATED' => $related
));
</pre><pre class="diff" id="removed">- }<span id="removedchars"> </span>
</pre><pre class="diff" id="added">+ }
+ if ( $_PSL['article_updatehits'] == "true" )
+ {
+ $sql_article_update_hits = "UPDATE psl_story set hits=hits+1 where story_id=$story_id";
+ $this->db->query($sql_article_update_hits);
+ }
</pre><pre class="diff" id="context"> return $thestory;
</pre><pre class="diff" id="removed">- }
</pre><pre class="diff" id="added">+ } /* end getStory() */
</pre><pre class="diff" id="context">
/* flexible getStories function
* pass variables inside the array
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-04-24 14:12:56
|
Commit in phpslash-dev/include/modules/story on MAIN
Story.class +5 -1 1.12 -> 1.13
tasklist">
- TODO:
<pre class="comment">
noted where article_updatehits should reside. will implement this later
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/include/modules/story<br /></span>
<div class="fileheader"><big><b>Story.class</b></big> <small id="info">1.12 -> 1.13</small></div>
<pre class="diff"><small id="info">diff -u -r1.12 -r1.13
--- Story.class 16 Dec 2004 22:05:38 -0000 1.12
+++ Story.class 24 Apr 2005 14:12:46 -0000 1.13
@@ -1,6 +1,6 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-/* $Id: Story.class,v 1.12 2004/12/16 22:05:38 joestewart Exp $ */
</pre><pre class="diff" id="added">+/* $Id: Story.class,v 1.13 2005/04/24 14:12:46 lems1 Exp $ */
</pre><pre class="diff" id="context">
/*
* Class: Story
</pre><pre class="diff"><small id="info">@@ -94,6 +94,10 @@
</small></pre><pre class="diff" id="context"> 'rows' => "",
'alsoblock' => ""
));
</pre><pre class="diff" id="added"><a name="task1" />+ /* <span class="task">TODO</span>:
+ 1. check .ini.php for article_updatehits if true
+ 2. update hits by 1 for this $story_id
+ */
</pre><pre class="diff" id="context"> }
/*
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-04-24 04:01:40
|
Commit in phpslash-dev on MAIN ChangeLog +26 -132 1.33 -> 1.34 <pre class="comment"> </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname">phpslash-dev<br /></span> <div class="fileheader"><big><b>ChangeLog</b></big> <small id="info">1.33 -> 1.34</small></div> <pre class="diff"><small id="info">diff -u -r1.33 -r1.34 --- ChangeLog 1 Dec 2004 18:25:11 -0000 1.33 +++ ChangeLog 24 Apr 2005 04:01:28 -0000 1.34 @@ -1,3 +1,20 @@ </small></pre><pre class="diff" id="added">+2005-01-26 13:44 joestewart + + * CHANGES, public_html/config-dist.ini.php, + public_html/config_setup.php: magic string randomization in setup + wizard + +2005-01-17 10:26 lems1 + + * include/templates/en/basic/topicBar.tpl: remove a closing td tag + that was left over + +2004-12-16 17:05 joestewart + + * CHANGES, include/modules/story/Story.class: Story.class - added + imageurl and rooturl tags for story.tpl,storyIndex.tpl and the + story text itself. + </pre><pre class="diff" id="context"> 2004-12-01 13:24 lems1 * CHANGES: added notes about wizard </pre><pre class="diff"><small id="info">@@ -33,16 +50,6 @@ </small></pre><pre class="diff" id="context"> * scripts/build-debian.sh: added an interactive question for removing previous phpslash-VERS directories </pre><pre class="diff" id="removed">-2004-11-28 12:08 lems1 - - * debian/changelog: wrote a note on why config.ini.php should not - be included in debian packages - -2004-11-28 12:05 lems1 - - * debian/patches/config.ini.php.patch: file deleted from current - tree - </pre><pre class="diff" id="context"> 2004-11-27 21:14 lems1 * CHANGES: added note about config_setup.php </pre><pre class="diff"><small id="info">@@ -67,51 +74,19 @@ </small></pre><pre class="diff" id="context"> "container" 'default' which will hold ShankZen skin (and later will/might change to others) </pre><pre class="diff" id="removed">-2004-11-25 06:17 lems1 - - * debian/patches/config.ini.php.patch: of course, this applies to - config.ini.php - -2004-11-25 06:13 lems1 - - * debian/README.Debian: added full install guide for the debian - package - -2004-11-25 05:57 lems1 - - * debian/patches/: config-dist.ini.php.patch, config.ini.php.patch: - fix the patches to take into account the public_html and include - locations under debian - </pre><pre class="diff" id="context"> 2004-11-25 05:22 lems1 * scripts/build-debian.sh: darng [ ... forgot test </pre><pre class="diff" id="removed">-2004-11-25 05:21 lems1 - - * debian/rules: removed extra directories - </pre><pre class="diff" id="context"> 2004-11-25 04:49 lems1 * scripts/build-debian.sh: added sanity check </pre><pre class="diff" id="removed">-2004-11-25 04:44 lems1 - - * debian/control: fixed dependencies issues - -2004-11-25 04:21 lems1 - - * debian/control: now suggests phpslash-skins package - </pre><pre class="diff" id="context"> 2004-11-25 04:16 lems1 * scripts/build-debian.sh: A simple script that builds phpslash (make dist) and a cvs stamped debian package </pre><pre class="diff" id="removed">-2004-11-25 03:56 lems1 - - * debian/changelog: extra -- - </pre><pre class="diff" id="context"> 2004-11-25 03:17 lems1 * CHANGES: added note about new debian package feature </pre><pre class="diff"><small id="info">@@ -124,37 +99,6 @@ </small></pre><pre class="diff" id="context"> * ChangeLog: switch from syncmail to cvsreport </pre><pre class="diff" id="removed">-2004-11-24 15:00 lems1 - - * debian/patches/config.ini.php.patch: first commit - -2004-11-24 14:53 lems1 - - * debian/patches/config-dist.ini.php.patch: first commit - -2004-11-24 14:00 lems1 - - * debian/control: we also depend on php4-mysql - -2004-11-24 13:49 lems1 - - * debian/patches/config.php.patch: patch to change the config path - to /etc/phpslash - -2004-11-24 13:49 lems1 - - * debian/phpslash.install: there is no need to copy - config-dist.ini.php to /etc/phpslash... users should create this - file by hand - -2004-11-24 13:43 lems1 - - * debian/control: pdf creation not needed - -2004-11-24 13:41 lems1 - - * debian/README.Debian: updated to reflect new package instructions - </pre><pre class="diff" id="context"> 2004-11-24 13:27 lems1 * Makefile: removes *.bak files also </pre><pre class="diff"><small id="info">@@ -163,24 +107,11 @@ </small></pre><pre class="diff" id="context"> * doc/html/Makefile: pdf creation is messy... </pre><pre class="diff" id="removed">-2004-11-24 13:13 lems1 - - * debian/rules: added makefile class - -2004-11-24 13:11 lems1 - - * debian/control: added proper dependancies for building phpslash - debian package - </pre><pre class="diff" id="context"> 2004-11-24 13:04 lems1 * doc/html/Makefile: fixed targets to create dirs before attempting certain rules </pre><pre class="diff" id="removed">-2004-11-24 12:44 lems1 - - * debian/control: phpslash depends on mysql-server - </pre><pre class="diff" id="context"> 2004-11-23 17:13 lems1 * contrib/phpslash-apache-alias: simple alias file for apache </pre><pre class="diff"><small id="info">@@ -190,14 +121,6 @@ </small></pre><pre class="diff" id="context"> * doc/html/Makefile: simple documents are created in their own directories </pre><pre class="diff" id="removed">-2004-11-23 17:05 lems1 - - * debian/: changelog, control, rules: unleashed the cdbs powers - -2004-11-23 17:04 lems1 - - * debian/phpslash.install: first commit - </pre><pre class="diff" id="context"> 2004-11-23 16:08 lems1 * contrib/phpslash-apache-virtualhost: customized to suit the new </pre><pre class="diff"><small id="info">@@ -583,10 +506,6 @@ </small></pre><pre class="diff" id="context"> jscripts/tiny_mce/themes/simple/images/undo.gif: complete tinyMCE addition </pre><pre class="diff" id="removed">-2004-11-23 12:57 lems1 - - * debian/: README.Debian, control, rules: updated for psl 0.8 - </pre><pre class="diff" id="context"> 2004-11-23 12:07 lems1 * Makefile: make all works now. and it does the right thing: </pre><pre class="diff"><small id="info">@@ -1857,8 +1776,9 @@ </small></pre><pre class="diff" id="context"> 2004-10-19 13:00 joestewart * CHANGES, include/class/slashAuth.class, </pre><pre class="diff" id="removed">- include/class/slashAuthLDAP.class: Removed auth files that had been - moved from class dir to auth module dir. </pre><pre class="diff" id="added">+ include/class/slashAuthLDAP.class, + include/class/authtypes/slashAuthCR.class: Removed auth files that + had been moved from class dir to auth module dir. </pre><pre class="diff" id="context"> 2004-10-19 12:55 joestewart </pre><pre class="diff"><small id="info">@@ -2667,20 +2587,6 @@ </small></pre><pre class="diff" id="context"> * Makefile: Makefile - removed .cvsignore files from release - Closes Bug [ 942709 ]. </pre><pre class="diff" id="removed">-2004-04-26 21:24 jbreker - - * debian/README.Debian: Initial import of the readme file need to - flesh out the quick install part... - -2004-04-26 20:03 jbreker - - * debian/rules: lintian warnings - -2004-04-23 22:06 jbreker - - * debian/: postinst, templates: I'm going to nix these and let the - user do the work (at least for initial packages). - </pre><pre class="diff" id="context"> 2004-04-23 13:58 joestewart * include/class/slashAuth.class, CHANGES: slashAuth.class - missed </pre><pre class="diff"><small id="info">@@ -2693,7 +2599,8 @@ </small></pre><pre class="diff" id="context"> 2004-04-22 16:08 joestewart </pre><pre class="diff" id="removed">- * CHANGES, include/class/slashAuth.class<span id="removedchars">: psl_validate was</span> </pre><pre class="diff" id="added">+ * CHANGES, include/class/slashAuth.class<span id="addedchars">,</span> + include/class/authtypes/slashAuthCR.class: psl_validate was </pre><pre class="diff" id="context"> depending on global variable . 2004-04-19 17:10 joestewart </pre><pre class="diff"><small id="info">@@ -2704,9 +2611,10 @@ </small></pre><pre class="diff" id="context"> 2004-04-19 17:08 joestewart * CHANGES, include/class/slashAuth.class, </pre><pre class="diff" id="removed">- include/class/slashAuthCR.class, public_html/config-dist.ini.php, - public_html/config-dist.php, public_html/config_setup.ini.php: - modular authentication </pre><pre class="diff" id="added">+ include/class/slashAuthCR.class, + include/class/authtypes/slashAuthCR.class, + public_html/config-dist.ini.php, public_html/config-dist.php, + public_html/config_setup.ini.php: modular authentication </pre><pre class="diff" id="context"> 2004-04-16 13:50 joestewart </pre><pre class="diff"><small id="info">@@ -2715,20 +2623,6 @@ </small></pre><pre class="diff" id="context"> Story.class, relatedlinks.php, slash-all.sql - Related links for articles </pre><pre class="diff" id="removed">-2004-04-16 09:45 jbreker - - * debian/: postinst, templates: db password question - -2004-04-13 21:41 jbreker - - * debian/control: Hey I don't have to package phplib after all, its - included in phpslash... - -2004-04-13 17:09 jbreker - - * debian/: changelog, control, copyright, postinst, rules: Initial - import, still got some ways to go :) - </pre><pre class="diff" id="context"> 2004-03-04 16:45 joestewart * CHANGES, include/class/functions.inc, </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Luis M <le...@us...> - 2005-01-29 17:43:09
|
Commit in phpslash-skins/include/templates/en/clean on MAIN
topicBar.tpl -1 1.1 -> 1.2
<pre class="comment">
no sitetitle per topicbar please
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-skins/include/templates/en/clean<br /></span>
<div class="fileheader"><big><b>topicBar.tpl</b></big> <small id="info">1.1 -> 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- topicBar.tpl 29 Jan 2005 17:42:17 -0000 1.1
+++ topicBar.tpl 29 Jan 2005 17:43:02 -0000 1.2
@@ -4,7 +4,6 @@
</small></pre><pre class="diff" id="context"> <tr>
<td>
<p><span class="siteName">{SITENAME}</span>: <span class="pageTitle">{PAGETITLE}</span></p>
</pre><pre class="diff" id="removed">- <span class="siteTitle">{SITETITLE}</span>
</pre><pre class="diff" id="context"> </td>
<!-- BEGIN each_topic -->
<td>
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-01-29 17:42:26
|
Commit in phpslash-skins/include/templates/en/clean on MAIN
topicBar.tpl +17 added 1.1
<pre class="comment">
a clean-itized topicbar
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="added">phpslash-skins/include/templates/en/clean<br /></span>
<div class="fileheader" id="added"><big><b>topicBar.tpl</b></big> <small id="info">added at 1.1</small></div>
<pre class="diff"><small id="info">diff -N topicBar.tpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ topicBar.tpl 29 Jan 2005 17:42:17 -0000 1.1
@@ -0,0 +1,17 @@
</small></pre><pre class="diff" id="added">+<!-- START: topicBar.tpl -->
+<div id="topicBar">
+ <table width="100%" style="border-width:0;">
+ <tr>
+ <td>
+ <p><span class="siteName">{SITENAME}</span>: <span class="pageTitle">{PAGETITLE}</span></p>
+ <span class="siteTitle">{SITETITLE}</span>
+ </td>
+ <!-- BEGIN each_topic -->
+ <td>
+ <a href="{SEARCH_TOPIC}"><img src="{IMAGE_SRC}" width="{WIDTH}" height="{HEIGHT}" alt="{ALT_TEXT}" style="border-width:0;" /></a>
+ </td>
+ <!-- END each_topic -->
+ </tr>
+ </table>
+</div> <!-- id="topicBar" -->
+<!-- END: topicBar.tpl -->
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Joe S. <joe...@us...> - 2005-01-26 18:44:50
|
Commit in phpslash-dev on MAIN
CHANGES +8 -1 1.160 -> 1.161
config-dist.ini.php +2 -2 1.29 -> 1.30
config_setup.php +15 -1 1.18 -> 1.19
+25 -4
3 modified files
<pre class="comment">
magic string randomization in setup wizard
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>CHANGES</b></big> <small id="info">1.160 -> 1.161</small></div>
<pre class="diff"><small id="info">diff -u -r1.160 -r1.161
--- CHANGES 16 Dec 2004 22:05:36 -0000 1.160
+++ CHANGES 26 Jan 2005 18:44:29 -0000 1.161
@@ -1,4 +1,4 @@
</small></pre><pre class="diff" id="removed">-$Id: CHANGES,v 1.160 2004/12/16 22:05:36 joestewart Exp $
</pre><pre class="diff" id="added">+$Id: CHANGES,v 1.161 2005/01/26 18:44:29 joestewart Exp $
</pre><pre class="diff" id="context">
Changes Legend...
</pre><pre class="diff"><small id="info">@@ -12,6 +12,13 @@
</small></pre><pre class="diff" id="context"> W - General Work on something
9 - Removal of something (kill -9 :)
</pre><pre class="diff" id="added">+2005-January 26 Joe Stewart <jo...@ph...>
+[F] - config_setup.php, config-dist.ini.php - setup magic string randomization
+ during installation.
+
+2005-January 13 Joe Stewart <jo...@ph...>
+[F] - slashTemplate.class - If debug is on, the phplib template class debug
+ is set to level 8. There is a patch to the
</pre><pre class="diff" id="context">
2004-December 16 Joe Stewart <jo...@ph...>
[F] - Story.class - added imageurl and rooturl tags for story.tpl,
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">phpslash-dev/public_html<br /></span>
<div class="fileheader"><big><b>config-dist.ini.php</b></big> <small id="info">1.29 -> 1.30</small></div>
<pre class="diff"><small id="info">diff -u -r1.29 -r1.30
--- config-dist.ini.php 27 Nov 2004 13:33:37 -0000 1.29
+++ config-dist.ini.php 26 Jan 2005 18:44:40 -0000 1.30
@@ -1,7 +1,7 @@
</small></pre><pre class="diff" id="context"> ; <?php die(); DO NOT REMOVE THIS LINE
;;;;;;;;;;
;; config.ini.php - Configuration File for PHPSlash
</pre><pre class="diff" id="removed">-;; $Id: config-dist.ini.php,v 1.29 2004/11/27 13:33:37 lems1 Exp $
</pre><pre class="diff" id="added">+;; $Id: config-dist.ini.php,v 1.30 2005/01/26 18:44:40 joestewart Exp $
</pre><pre class="diff" id="context"> ;; vi: set ft=dosini :
;;;;;;;;;;
</pre><pre class="diff"><small id="info">@@ -271,7 +271,7 @@
</small></pre><pre class="diff" id="context"> ;;
;; Use this secret string when generating site unique variables. For
;; security's sake, change this to something, anything.
</pre><pre class="diff" id="removed">-magic = "ChangeThisToSomethingUnique"
</pre><pre class="diff" id="added">+magic = "<RANDOMIZATION>"
</pre><pre class="diff" id="context"> ;;;
;; End of Site determinant variables
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname">phpslash-dev/public_html<br /></span>
<div class="fileheader"><big><b>config_setup.php</b></big> <small id="info">1.18 -> 1.19</small></div>
<pre class="diff"><small id="info">diff -u -r1.18 -r1.19
--- config_setup.php 1 Dec 2004 18:11:27 -0000 1.18
+++ config_setup.php 26 Jan 2005 18:44:40 -0000 1.19
@@ -2,7 +2,7 @@
</small></pre><pre class="diff" id="context"> /* Back-End configurator 0.4.2
* Evan Hughes (ev...@op...), OpenConcept Consulting
*
</pre><pre class="diff" id="removed">- * $Id: config_setup.php,v 1.18 2004/12/01 18:11:27 lems1 Exp $
</pre><pre class="diff" id="added">+ * $Id: config_setup.php,v 1.19 2005/01/26 18:44:40 joestewart Exp $
</pre><pre class="diff" id="context"> *
* This is the backend configurator. It's a quick and dirty configuration tool
* designed to be used to configure an initial install of Back-End. It is NOT
</pre><pre class="diff"><small id="info">@@ -495,6 +495,15 @@
</small></pre><pre class="diff" id="context"> </td>
</tr>
</pre><pre class="diff" id="added">+ <!-- Root randomization -->
+ <tr class="setVal" valign="top">
+ <td class="name">Random Phrase for Security</td>
+ <td class="field"><input type="text" name="var[RANDOMIZATION]" /><br />
+ If left blank one will be created for you.
+ <br />
+ </td>
+ </tr>
+
</pre><pre class="diff" id="context"> <tr class="banner">
<td colspan=2>Database setup</td>
</td>
</pre><pre class="diff"><small id="info">@@ -550,6 +559,11 @@
</small></pre><pre class="diff" id="context"> $vars["/<$name>/"] = $value;
}
</pre><pre class="diff" id="added">+ // Generate a ranom value
+ if (!isset($vars['RANDOMIZATION']) || empty($vars['RANDOMIZATION'])) {
+ $vars['RANDOMIZATION'] = rand();
+ }
+
</pre><pre class="diff" id="context"> $result = _filterFile(CONFIG_IN, CONFIG_OUT, $vars);
if (null == $result) {
return STEP_OK;
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-01-17 16:22:18
|
Commit in phpslash-skins/include/templates/en/clean on MAIN
storyIndex.tpl +58 -58 1.2 -> 1.3
<pre class="comment">
removed extra a tags left over
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-skins/include/templates/en/clean<br /></span>
<div class="fileheader"><big><b>storyIndex.tpl</b></big> <small id="info">1.2 -> 1.3</small></div>
<pre class="diff"><small id="info">diff -u -r1.2 -r1.3
--- storyIndex.tpl 12 Mar 2003 16:29:22 -0000 1.2
+++ storyIndex.tpl 17 Jan 2005 16:21:59 -0000 1.3
@@ -1,58 +1,58 @@
</small></pre><pre class="diff" id="removed">-<!-- start storyIndex.tpl -->
-<table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tr>
- <td><img alt="" src="{IMAGEDIR}/{SKIN}/img/topLeft.gif" height="14" width="13" border="0" /></td>
- <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/topBg.gif)"><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topBg.gif" width="10" border="0" /></td>
- <td><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topRight.gif" width="19" border="0" /></td>
- </tr>
- <tr>
- <td width="13" style="background-image : url({IMAGEDIR}/{SKIN}/img/leftBg.gif)"><img height="10" alt="" src="{IMAGEDIR}/{SKIN}/img/leftBg.gif" width="13" border="0" /></td>
- <td width="100%" style="background-color : #eeeeee">
- <!-- BEGIN each_story -->
-
- <table style="background-color : #5A79AE;" cellpadding="4" cellspacing="1" width="100%">
-
-<tr>
-<td style="background-color : white"><div style="text-align: left">
-<table border="0" width="100%" cellpadding="4" cellspacing="0">
-
-<tr style="background-color : #CCCCFF"><td>
-<b>{TITLE}</b><br />
-
-
-<span class="smalltext">
- Contributed by <a href="{URL}">{NAME}</a> on {DATEF}<br />
- from the {DEPT} dept.
-</span></td></tr>
-
-
-<tr><td><span class="smalltext">{INTRO_TEXT} </span></a>.
-</td></tr>
-
-
-<tr><td align="right">
- <a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>&nbsp;
- [<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{COMMENT}]</a>
-
-</td></tr>
-
-</table>
-
-</div></td>
-</tr>
-</table>
-<br /
- <!-- END each_story -->
-
-
- </div>
- </td>
- <td width="19" style="background-image : url({IMAGEDIR}/{SKIN}/img/rightBg.gif)"><img height="9" alt="" src="{IMAGEDIR}/{SKIN}/img/rightBg.gif" width="19" border="0" /></td>
- </tr>
- <tr>
- <td width="13"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomLeft.gif" width="13" border="0" /></td>
- <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/bottomBg.gif)"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomBg.gif" width="10" border="0" /></td>
- <td width="19"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomRight.gif" width="19" border="0" /></td>
- </tr>
-</table>
-<!-- end storyIndex.tpl -->
</pre><pre class="diff" id="added">+<!-- start storyIndex.tpl -->
+<table cellspacing="0" cellpadding="0" width="100%" border="0">
+ <tr>
+ <td><img alt="" src="{IMAGEDIR}/{SKIN}/img/topLeft.gif" height="14" width="13" border="0" /></td>
+ <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/topBg.gif)"><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topBg.gif" width="10" border="0" /></td>
+ <td><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topRight.gif" width="19" border="0" /></td>
+ </tr>
+ <tr>
+ <td width="13" style="background-image : url({IMAGEDIR}/{SKIN}/img/leftBg.gif)"><img height="10" alt="" src="{IMAGEDIR}/{SKIN}/img/leftBg.gif" width="13" border="0" /></td>
+ <td width="100%" style="background-color : #eeeeee">
+ <!-- BEGIN each_story -->
+
+ <table style="background-color : #5A79AE;" cellpadding="4" cellspacing="1" width="100%">
+
+<tr>
+<td style="background-color : white"><div style="text-align: left">
+<table border="0" width="100%" cellpadding="4" cellspacing="0">
+
+<tr style="background-color : #CCCCFF"><td>
+<b>{TITLE}</b><br />
+
+
+<span class="smalltext">
+ Contributed by <a href="{URL}">{NAME}</a> on {DATEF}<br />
+ from the {DEPT} dept.
+</span></td></tr>
+
+
+<tr><td><span class="smalltext">{INTRO_TEXT} </span>.
+</td></tr>
+
+
+<tr><td align="right">
+ <a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>&nbsp;
+ [<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{COMMENT}]</a>
+
+</td></tr>
+
+</table>
+
+</div></td>
+</tr>
+</table>
+<br /
+ <!-- END each_story -->
+
+
+ </div>
+ </td>
+ <td width="19" style="background-image : url({IMAGEDIR}/{SKIN}/img/rightBg.gif)"><img height="9" alt="" src="{IMAGEDIR}/{SKIN}/img/rightBg.gif" width="19" border="0" /></td>
+ </tr>
+ <tr>
+ <td width="13"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomLeft.gif" width="13" border="0" /></td>
+ <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/bottomBg.gif)"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomBg.gif" width="10" border="0" /></td>
+ <td width="19"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomRight.gif" width="19" border="0" /></td>
+ </tr>
+</table>
+<!-- end storyIndex.tpl -->
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-01-17 16:20:09
|
Commit in phpslash-skins/include/templates/en/clean on MAIN
story.tpl +61 -61 1.1.1.1 -> 1.2
<pre class="comment">
removed extra a tags left over
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-skins/include/templates/en/clean<br /></span>
<div class="fileheader"><big><b>story.tpl</b></big> <small id="info">1.1.1.1 -> 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1.1.1 -r1.2
--- story.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
+++ story.tpl 17 Jan 2005 16:19:56 -0000 1.2
@@ -1,61 +1,61 @@
</small></pre><pre class="diff" id="removed">-<!-- START story.tpl -->
-<table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tr>
- <td><img alt="" src="{IMAGEDIR}/{SKIN}/img/topLeft.gif" height="14" width="13" border="0" /></td>
- <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/topBg.gif)"><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topBg.gif" width="10" border="0" /></td>
- <td><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topRight.gif" width="19" border="0" /></td>
- </tr>
- <tr>
- <td width="13" style="background-image : url({IMAGEDIR}/{SKIN}/img/leftBg.gif)"><img height="10" alt="" src="{IMAGEDIR}/{SKIN}/img/leftBg.gif" width="13" border="0" /></td>
- <td width="100%" style="background-color : #eeeeee">
-
- <table style="background-color : #5A79AE;" cellpadding="4" cellspacing="1" width="100%">
-
-<tr>
-<td style="background-color : white"><div style="text-align: left">
-<table border="0" width="100%" cellpadding="4" cellspacing="0">
-
-<tr style="background-color : #CCCCFF"><td>
-<b>{TITLE}</b><br />
-
-
-<span class="smalltext">
- Contributed by <a href="{URL}">{NAME}</a> on {DATEF}<br />
- from the {DEPT} dept.
-</span></td></tr>
-
-
-<tr><td><span class="smalltext">{INTRO_TEXT} </span></a>.
-</td></tr>
-<tr><td><span class="smalltext">{BODY_TEXT} </span></a>.
-</td></tr>
-
-
-<tr><td>{ARROWS}
-</td></tr>
-
-</table>
-
-</div></td>
-</tr>
-</table>
-<br /
-
-
- </div>
- </td>
- <td width="19" style="background-image : url({IMAGEDIR}/{SKIN}/img/rightBg.gif)"><img height="9" alt="" src="{IMAGEDIR}/{SKIN}/img/rightBg.gif" width="19" border="0" /></td>
- </tr>
- <tr>
- <td width="13"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomLeft.gif" width="13" border="0" /></td>
- <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/bottomBg.gif)"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomBg.gif" width="10" border="0" /></td>
- <td width="19"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomRight.gif" width="19" border="0" /></td>
- </tr>
-</table>
-
-
-
-<!-- END story.tpl -->
-
-
-
</pre><pre class="diff" id="added">+<!-- START story.tpl -->
+<table cellspacing="0" cellpadding="0" width="100%" border="0">
+ <tr>
+ <td><img alt="" src="{IMAGEDIR}/{SKIN}/img/topLeft.gif" height="14" width="13" border="0" /></td>
+ <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/topBg.gif)"><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topBg.gif" width="10" border="0" /></td>
+ <td><img height="14" alt="" src="{IMAGEDIR}/{SKIN}/img/topRight.gif" width="19" border="0" /></td>
+ </tr>
+ <tr>
+ <td width="13" style="background-image : url({IMAGEDIR}/{SKIN}/img/leftBg.gif)"><img height="10" alt="" src="{IMAGEDIR}/{SKIN}/img/leftBg.gif" width="13" border="0" /></td>
+ <td width="100%" style="background-color : #eeeeee">
+
+ <table style="background-color : #5A79AE;" cellpadding="4" cellspacing="1" width="100%">
+
+<tr>
+<td style="background-color : white"><div style="text-align: left">
+<table border="0" width="100%" cellpadding="4" cellspacing="0">
+
+<tr style="background-color : #CCCCFF"><td>
+<b>{TITLE}</b><br />
+
+
+<span class="smalltext">
+ Contributed by <a href="{URL}">{NAME}</a> on {DATEF}<br />
+ from the {DEPT} dept.
+</span></td></tr>
+
+
+<tr><td><span class="smalltext">{INTRO_TEXT} </span>.
+</td></tr>
+<tr><td><span class="smalltext">{BODY_TEXT} </span>.
+</td></tr>
+
+
+<tr><td>{ARROWS}
+</td></tr>
+
+</table>
+
+</div></td>
+</tr>
+</table>
+<br /
+
+
+ </div>
+ </td>
+ <td width="19" style="background-image : url({IMAGEDIR}/{SKIN}/img/rightBg.gif)"><img height="9" alt="" src="{IMAGEDIR}/{SKIN}/img/rightBg.gif" width="19" border="0" /></td>
+ </tr>
+ <tr>
+ <td width="13"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomLeft.gif" width="13" border="0" /></td>
+ <td width="100%" style="background-image : url({IMAGEDIR}/{SKIN}/img/bottomBg.gif)"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomBg.gif" width="10" border="0" /></td>
+ <td width="19"><img height="20" alt="" src="{IMAGEDIR}/{SKIN}/img/bottomRight.gif" width="19" border="0" /></td>
+ </tr>
+</table>
+
+
+
+<!-- END story.tpl -->
+
+
+
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Luis M <le...@us...> - 2005-01-17 15:26:16
|
Commit in phpslash-dev/include/templates/en/basic on MAIN
topicBar.tpl +17 -18 1.1.1.1 -> 1.2
<pre class="comment">
remove a closing td tag that was left over
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/include/templates/en/basic<br /></span>
<div class="fileheader"><big><b>topicBar.tpl</b></big> <small id="info">1.1.1.1 -> 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1.1.1 -r1.2
--- topicBar.tpl 12 Mar 2003 16:12:53 -0000 1.1.1.1
+++ topicBar.tpl 17 Jan 2005 15:26:06 -0000 1.2
@@ -1,18 +1,17 @@
</small></pre><pre class="diff" id="removed">-<!-- START: topicBar.tpl -->
-<div id="topicBar">
- <table width="100%" border="0">
- <tr>
- <td>
- <p><span class="siteName">{SITENAME}</span>: <span class="pageTitle">{PAGETITLE}</span></p>
- <span class="siteTitle">{SITETITLE}</span>
- </td>
- <!-- BEGIN each_topic -->
- <td>
- <a href="{SEARCH_TOPIC}"><img src="{IMAGE_SRC}" width="{WIDTH}" height="{HEIGHT}" alt="{ALT_TEXT}" border="0" /></a>
- </td>
- <!-- END each_topic -->
- </td>
- </tr>
- </table>
-</div> <!-- id="topicBar" -->
-<!-- END: topicBar.tpl -->
</pre><pre class="diff" id="added">+<!-- START: topicBar.tpl -->
+<div id="topicBar">
+ <table width="100%" border="0">
+ <tr>
+ <td>
+ <p><span class="siteName">{SITENAME}</span>: <span class="pageTitle">{PAGETITLE}</span></p>
+ <span class="siteTitle">{SITETITLE}</span>
+ </td>
+ <!-- BEGIN each_topic -->
+ <td>
+ <a href="{SEARCH_TOPIC}"><img src="{IMAGE_SRC}" width="{WIDTH}" height="{HEIGHT}" alt="{ALT_TEXT}" border="0" /></a>
+ </td>
+ <!-- END each_topic -->
+ </tr>
+ </table>
+</div> <!-- id="topicBar" -->
+<!-- END: topicBar.tpl -->
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Joe S. <joe...@us...> - 2004-12-16 22:05:47
|
Commit in phpslash-dev on MAIN
CHANGES +6 -1 1.159 -> 1.160
Story.class +13 -4 1.11 -> 1.12
+19 -5
2 modified files
<pre class="comment">
Story.class - added imageurl and rooturl tags for story.tpl,storyIndex.tpl and the story text itself.
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>CHANGES</b></big> <small id="info">1.159 -> 1.160</small></div>
<pre class="diff"><small id="info">diff -u -r1.159 -r1.160
--- CHANGES 1 Dec 2004 18:24:08 -0000 1.159
+++ CHANGES 16 Dec 2004 22:05:36 -0000 1.160
@@ -1,4 +1,4 @@
</small></pre><pre class="diff" id="removed">-$Id: CHANGES,v 1.159 2004/12/01 18:24:08 lems1 Exp $
</pre><pre class="diff" id="added">+$Id: CHANGES,v 1.160 2004/12/16 22:05:36 joestewart Exp $
</pre><pre class="diff" id="context">
Changes Legend...
</pre><pre class="diff"><small id="info">@@ -12,6 +12,11 @@
</small></pre><pre class="diff" id="context"> W - General Work on something
9 - Removal of something (kill -9 :)
</pre><pre class="diff" id="added">+
+2004-December 16 Joe Stewart <jo...@ph...>
+[F] - Story.class - added imageurl and rooturl tags for story.tpl,
+ storyIndex.tpl and the story text itself.
+
</pre><pre class="diff" id="context"> 2004-November 30 Luis Mondesi <le...@ph...>
[F] - config_setup.php wizard now supports gzipped files
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">phpslash-dev/include/modules/story<br /></span>
<div class="fileheader"><big><b>Story.class</b></big> <small id="info">1.11 -> 1.12</small></div>
<pre class="diff"><small id="info">diff -u -r1.11 -r1.12
--- Story.class 26 Oct 2004 19:46:06 -0000 1.11
+++ Story.class 16 Dec 2004 22:05:38 -0000 1.12
@@ -1,6 +1,6 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-/* $Id: Story.class,v 1.1<span id="removedchars">1 2004/10/26 19:46:06</span> joestewart Exp $ */
</pre><pre class="diff" id="added">+/* $Id: Story.class,v 1.1<span id="addedchars">2 2004/12/16 22:05:38</span> joestewart Exp $ */
</pre><pre class="diff" id="context">
/*
* Class: Story
</pre><pre class="diff"><small id="info">@@ -362,6 +362,10 @@
</small></pre><pre class="diff" id="context">
$this->template->set_var(array(
'SKIN' => $this->psl['skin'],
</pre><pre class="diff" id="added">+ 'IMAGEURL' => $this->psl['imageurl'],
+ 'IMAGEDIR' => $this->psl['imageurl'],
+ 'ROOTDIR' => $this->psl['rooturl'],
+ 'ROOTURL' => $this->psl['rooturl'],
</pre><pre class="diff" id="context"> 'STORY_ID' => $story_id,
'TITLEBAR' => $titlebar,
'TITLE' => $ary['title'],
</pre><pre class="diff"><small id="info">@@ -639,9 +643,14 @@
</small></pre><pre class="diff" id="context"> }
$this->template->set_var(array(
</pre><pre class="diff" id="removed">- 'STORY_ID' => $link_argv,
- 'ROOTDIR2' => $this->psl['rooturl'], // This is a hack: ROOTDIR disappears in comment_block
- 'THESTORY' => $thestory
</pre><pre class="diff" id="added">+ 'STORY_ID' => $link_argv,
+ 'ROOTDIR2' => $this->psl['rooturl'], // This is a hack: ROOTDIR disappears in comment_block
+ 'SKIN' => $this->psl['skin'],
+ 'IMAGEURL' => $this->psl['imageurl'],
+ 'IMAGEDIR' => $this->psl['imageurl'],
+ 'ROOTDIR' => $this->psl['rooturl'],
+ 'ROOTURL' => $this->psl['rooturl'],
+ 'THESTORY' => $thestory
</pre><pre class="diff" id="context"> ));
$cmtcount = $stories_ary[$i]['cmtcount'];
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|
|
From: Joe S. <joe...@us...> - 2004-12-01 20:59:24
|
Commit in phpslash-skins on MAIN CHANGES +3 -2 1.21 -> 1.22 <pre class="comment"> psl 0.8 update </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname">phpslash-skins<br /></span> <div class="fileheader"><big><b>CHANGES</b></big> <small id="info">1.21 -> 1.22</small></div> <pre class="diff"><small id="info">diff -u -r1.21 -r1.22 --- CHANGES 1 Dec 2004 20:24:35 -0000 1.21 +++ CHANGES 1 Dec 2004 20:59:17 -0000 1.22 @@ -1,4 +1,4 @@ </small></pre><pre class="diff" id="removed">-$Id: CHANGES,v 1.21 2004/12/01 20:24:35 joestewart Exp $ </pre><pre class="diff" id="added">+$Id: CHANGES,v 1.22 2004/12/01 20:59:17 joestewart Exp $ </pre><pre class="diff" id="context"> Changes Legend... </pre><pre class="diff"><small id="info">@@ -13,7 +13,8 @@ </small></pre><pre class="diff" id="context"> 9 - Removal of something (kill -9 :) 2004-December 1 Joe Stewart <jo...@ph...> </pre><pre class="diff" id="removed">-[B] - Quick, Smooth, unconed and marvin have been somewhat updated for psl0.8. </pre><pre class="diff" id="added">+[B] - Quick, Smooth, BlueRobot, unconed and marvin have been somewhat + updated for psl0.8. </pre><pre class="diff" id="context"> 2004-November 25 Luis Mondesi <le...@ph...> [F] - Added debian package support. To build a package simply use "build-debian.sh" from phpslash/scripts directory </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Joe S. <joe...@us...> - 2004-12-01 20:58:36
|
Commit in phpslash-skins/include/templates/en/bluerobot on MAIN slashHead-htmlarea3.tpl +246 added 1.1 <pre class="comment"> first commit </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname" id="added">phpslash-skins/include/templates/en/bluerobot<br /></span> <div class="fileheader" id="added"><big><b>slashHead-htmlarea3.tpl</b></big> <small id="info">added at 1.1</small></div> <pre class="diff"><small id="info">diff -N slashHead-htmlarea3.tpl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ slashHead-htmlarea3.tpl 1 Dec 2004 20:58:30 -0000 1.1 @@ -0,0 +1,246 @@ </small></pre><pre class="diff" id="added">+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + +<!-- START slashHead-htmlarea3.tpl --> + +<html> +<head> +<title>{SITE_NAME} - {SECTION} {SITETITLE}</title> + +<!-- Based on the Layout Reservoir at BlueRobot.com --> +<!-- (http://www.bluerobot.com/web/layouts/) --> + +<!-- Enter Your Desired META Tags Below Here --> +<!-- This Meta Tag is Defined In Each Page By Setting The Variable + $xsiteobject = "HomePage"; to the page type HomePage, Glossary, + Info, etc.. --> +<meta name="object" content="{XSITEOBJECT}" /> +<!-- Enter Your META Tags Above Here --> +<!-- BEGIN each_metatag --> +<meta name="{METANAME}" content="{METADESCRIPTION}" /> +<!-- END each_metatag --> +<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" /> +<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> + +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" /> +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/> +<!-- BEGIN HTMLAREA3 Javascript --> + + + <script type="text/javascript"> + // the _editor_url is REQUIRED! don't forget to set it. + _editor_url="{ROOTDIR}/scripts/htmlarea3/"; + // implicit language will be "en", but let's set it for brevity + _editor_lang = "en"; + </script> + <script type="text/javascript" src="{ROOTDIR}/scripts/htmlarea3/htmlarea.js"></script> + +<!-- load the plugins --> +<script type="text/javascript"> + // WARNING: using this interface to load plugin + // will _NOT_ work if plugins do not have the language + // loaded by HTMLArea. + + // In other words, this function generates SCRIPT tags + // that load the plugin and the language file, based on the + // global variable HTMLArea.I18N.lang (defined in the lang file, + // in our case "lang/en.js" loaded above). + + // If this lang file is not found the plugin will fail to + // load correctly and nothing will work. + + HTMLArea.loadPlugin("TableOperations"); + // HTMLArea.loadPlugin("SpellChecker"); + // HTMLArea.loadPlugin("FullPage"); + // HTMLArea.loadPlugin("CSS"); + HTMLArea.loadPlugin("ContextMenu"); + // HTMLArea.loadPlugin("HtmlTidy"); + // HTMLArea.loadPlugin("ListType"); + HTMLArea.loadPlugin("ImageManager"); + +</script> + +<script type="text/javascript"> +// this function will get called at body.onload + function initEditor() { + // cache these values as we need to pass it for both editors + var css_plugin_args = { + combos : [ + { label: "Syntax", + // menu text // CSS class + options: { "None" : "", + "Code" : "code", + "String" : "string", + "Comment" : "comment", + "Variable name" : "variable-name", + "Type" : "type", + "Reference" : "reference", + "Preprocessor" : "preprocessor", + "Keyword" : "keyword", + "Function name" : "function-name", + "Html tag" : "html-tag", + "Html italic" : "html-helper-italic", + "Warning" : "warning", + "Html bold" : "html-helper-bold" + }, + context: "pre" + }, + { label: "Info", + options: { "None" : "", + "Quote" : "quote", + "Highlight" : "highlight", + "Deprecated" : "deprecated" + } + } + ] + }; + + + + + + + +//--------------------------------------------------------------------- + // GENERAL PATTERN + // + // 1. Instantitate an editor object. + // 2. Register plugins (note, it's required to have them loaded). + // 3. Configure any other items in editor.config. + // 4. generate() the editor + // + // The above are steps that you use to create one editor. Nothing new + // so far. In order to create more than one editor, you just have to + // repeat those steps for each of one. Of course, you can register any + // plugins you want (no need to register the same plugins for all + // editors, and to demonstrate that we'll skip the TableOperations + // plugin for the second editor). Just be careful to pass different + // ID-s in the constructor (you don't want to _even try_ to create more + // editors for the same TEXTAREA element ;-)). + // + // So much for the noise, see the action below. + +//--------------------------------------------------------------------- + + + +//--------------------------------------------------------------------- + // CREATE FIRST EDITOR + // + var editor1 = new HTMLArea("intro_text"); + + // plugins must be registered _per editor_. Therefore, we register + // plugins for the first editor here, and we will also do this for the + // second editor. + editor1.registerPlugin(TableOperations); + // editor1.registerPlugin(SpellChecker); + // editor1.registerPlugin(CSS, css_plugin_args); + // editor1.registerPlugin(HtmlTidy); + // editor1.registerPlugin(ListType); + editor1.registerPlugin(ContextMenu); + editor1.registerPlugin(ImageManager); + + // custom config must be done per editor. Here we're importing the + // stylesheet used by the CSS plugin. + // editor1.config.pageStyle = "@import url(custom.css);"; + + // generate first editor + editor1.config.hideSomeButtons(" fontname fontsize formatblock "); + editor1.generate(); + +//--------------------------------------------------------------------- + + + +//--------------------------------------------------------------------- + // CREATE SECOND EDITOR + // + var editor2 = new HTMLArea("body_text"); + + // we are using the same plugins + editor2.registerPlugin(TableOperations); + // editor2.registerPlugin(SpellChecker); + // editor2.registerPlugin(CSS, css_plugin_args); + // editor2.registerPlugin(HtmlTidy); + // editor2.registerPlugin(ListType); + editor2.registerPlugin(ContextMenu); + editor2.registerPlugin(ImageManager); + + // import the CSS plugin styles + // editor2.config.pageStyle = "@import url(custom.css);"; + + // generate the second editor + // IMPORTANT: if we don't give it a timeout, the first editor will + // not function in Mozilla. Soon I'll think about starting to + // implement some kind of event that will fire when the editor + // finished creating, then we'll be able to chain the generate() + // calls in an elegant way. But right now there's no other solution + // than the following. + setTimeout(function() { + editor2.config.hideSomeButtons(" fontname fontsize formatblock "); + editor2.generate(); + }, 500); + +//--------------------------------------------------------------------- + }; + + +function insertHTML() { + var html = prompt("Enter some HTML code here"); + if (html) { + editor.insertHTML(html); + } +} +function highlight() { + editor.surroundHTML('<span style="background-color: yellow">', '</span>'); +} +</script> + +<script type="text/javascript"> + +function PSL_chooseEditor(onLoad) { + + // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE + // if((document.all && document.designMode) || (document.designMode)) { + + // IE 5.5 - Eliminating reload() because it pulled down new form data + if(document.all && document.designMode) { + // HTML or htmlArea + if (document.editNew.content_type[0].checked) { + // HTMLArea.replace('en'); + // HTMLArea.replaceAll(); + initEditor(); + } else { + // how to remove in IE? + } + + // W3C/Moz 1.3+ - reload() without adjusting form data + } else if(document.designMode) { + // HTML or htmlArea + if (document.editNew.content_type[0].checked) { + // HTMLArea.replace('en'); + // HTMLArea.replaceAll(); + initEditor(); + } else { + if(onLoad == 1) { + onLoad = 2; + window.location.reload(); + } + } + } +} + +</script> + +<!-- END HTMLAREA3 Javascript --> +</head> +<body onload="PSL_chooseEditor()"> + +<div id="Header"> +<!-- START: Title --> + <a href="{ROOTDIR}" title="phpSlash Home">phpSlash</a> +<!-- END: Title --> +{NAVBAR} +</div> <!-- id="Header" --> +<a name="top"></a> + +<!-- END slashHead-htmlarea3.tpl --> </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Joe S. <joe...@us...> - 2004-12-01 20:58:23
|
Commit in phpslash-skins/include/templates/en/bluerobot on MAIN slashHead-tinymce.tpl +92 added 1.1 <pre class="comment"> first commit </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname" id="added">phpslash-skins/include/templates/en/bluerobot<br /></span> <div class="fileheader" id="added"><big><b>slashHead-tinymce.tpl</b></big> <small id="info">added at 1.1</small></div> <pre class="diff"><small id="info">diff -N slashHead-tinymce.tpl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ slashHead-tinymce.tpl 1 Dec 2004 20:58:15 -0000 1.1 @@ -0,0 +1,92 @@ </small></pre><pre class="diff" id="added">+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + +<!-- START slashHead-tinymce.tpl --> + +<html> +<head> +<title>{SITE_NAME} - {SECTION} {SITETITLE}</title> + +<!-- Based on the Layout Reservoir at BlueRobot.com --> +<!-- (http://www.bluerobot.com/web/layouts/) --> + +<!-- Enter Your Desired META Tags Below Here --> +<!-- This Meta Tag is Defined In Each Page By Setting The Variable + $xsiteobject = "HomePage"; to the page type HomePage, Glossary, + Info, etc.. --> +<meta name="object" content="{XSITEOBJECT}" /> +<!-- Enter Your META Tags Above Here --> +<!-- BEGIN each_metatag --> +<meta name="{METANAME}" content="{METADESCRIPTION}" /> +<!-- END each_metatag --> +<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" /> +<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> + +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" /> +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/> + +<!-- BEGIN tinyMCE Javascript --> +<script language="javascript" type="text/javascript" src="{ROOTDIR}/scripts/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> +<script language="javascript" type="text/javascript"> + +tinyMCE.init({ + mode : "textareas", + theme : "advanced", + plugins : "advimage,advlink,emotions,iespell,insertdatetime,preview,zoom", + theme_advanced_buttons1_add : "fontselect,fontsizeselect,forecolor", + theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom", + theme_advanced_buttons3_add : "emotions,iespell", + plugin_insertdate_dateFormat : "%Y-%m-%d", + plugin_insertdate_timeFormat : "%H:%M:%S", + extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout],font[face|size|color]" + }); + +// this function will get called at body.onload + function initEditor() { + +//--------------------------------------------------------------------- + }; + + +function PSL_chooseEditor(onLoad) { + + // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE + + // IE 5.5 - Eliminating reload() because it pulled down new form data + if(document.all && document.designMode) { + // tinyMCE + if (document.editNew.content_type[0].checked) { + initEditor(); + } else { + // how to remove in IE? + + } + + // W3C/Moz 1.3+ - reload() without adjusting form data + } else if(document.designMode) { + // tinyMCE + if (document.editNew.content_type[0].checked) { + initEditor(); + } else { + if(onLoad == 1) { + onLoad = 2; + window.location.reload(); + } + } + } +} + +</script> + +<!-- END tinyMCE Javascript --> +</head> +<body onload="PSL_chooseEditor()"> + +<div id="Header"> +<!-- START: Title --> + <a href="{ROOTDIR}" title="phpSlash Home">phpSlash</a> +<!-- END: Title --> +{NAVBAR} +</div> <!-- id="Header" --> +<a name="top"></a> + +<!-- END slashHead-tinymce.tpl --> </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Joe S. <joe...@us...> - 2004-12-01 20:49:09
|
Commit in phpslash-skins/include/templates/en/bluerobot on MAIN slashHead-fckeditor.tpl +99 added 1.1 <pre class="comment"> first commit </pre> <hr /><a name="file1" /><div class="file"> <span class="pathname" id="added">phpslash-skins/include/templates/en/bluerobot<br /></span> <div class="fileheader" id="added"><big><b>slashHead-fckeditor.tpl</b></big> <small id="info">added at 1.1</small></div> <pre class="diff"><small id="info">diff -N slashHead-fckeditor.tpl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ slashHead-fckeditor.tpl 1 Dec 2004 20:49:02 -0000 1.1 @@ -0,0 +1,99 @@ </small></pre><pre class="diff" id="added">+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + +<!-- START slashHead-fckeditor.tpl --> + +<html> +<head> +<title>{SITE_NAME} - {SECTION} {SITETITLE}</title> + +<!-- Based on the Layout Reservoir at BlueRobot.com --> +<!-- (http://www.bluerobot.com/web/layouts/) --> + +<!-- Enter Your Desired META Tags Below Here --> +<!-- This Meta Tag is Defined In Each Page By Setting The Variable + $xsiteobject = "HomePage"; to the page type HomePage, Glossary, + Info, etc.. --> +<meta name="object" content="{XSITEOBJECT}" /> +<!-- Enter Your META Tags Above Here --> +<!-- BEGIN each_metatag --> +<meta name="{METANAME}" content="{METADESCRIPTION}" /> +<!-- END each_metatag --> +<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" /> +<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> + +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" /> +<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/> + +<!-- BEGIN FCKeditor Javascript --> +<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script> + +<script type="text/javascript"> +// this function will get called at body.onload + function initEditor() { + /* + var oFCKeditor = new FCKeditor( 'intro_text' ); + oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; + oFCKeditor.ReplaceTextarea() ; + + var oFCKeditor = new FCKeditor( 'body_text' ) ; + oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; + oFCKeditor.ReplaceTextarea() ; + */ + var oFCKeditor = new FCKeditor( 'comment_text' ) ; + oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; + oFCKeditor.ToolbarSet = "Basic" ; + oFCKeditor.Config['SkinPath'] = '{ROOTDIR}/scripts/fckeditor/editor/skins/silver/' ; + oFCKeditor.ReplaceTextarea() ; +//--------------------------------------------------------------------- + }; + + + +function PSL_chooseEditor(onLoad) { + + // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE + + // IE 5.5 - Eliminating reload() because it pulled down new form data + if(document.all && document.designMode) { + // HTML or htmlArea + if (document.editNew.content_type[0].checked) { + // HTMLArea.replace('en'); + // HTMLArea.replaceAll(); + initEditor(); + } else { + // how to remove in IE? + + } + + // W3C/Moz 1.3+ - reload() without adjusting form data + } else if(document.designMode) { + // HTML or htmlArea + if (document.editNew.content_type[0].checked) { + // HTMLArea.replace('en'); + // HTMLArea.replaceAll(); + initEditor(); + } else { + if(onLoad == 1) { + onLoad = 2; + window.location.reload(); + } + } + } +} + +</script> + +<!-- END HTMLAREA3 Javascript --> + +</head> +<body onload="PSL_chooseEditor()"> + +<div id="Header"> +<!-- START: Title --> + <a href="{ROOTDIR}" title="phpSlash Home">phpSlash</a> +<!-- END: Title --> +{NAVBAR} +</div> <!-- id="Header" --> +<a name="top"></a> + +<!-- END slashHead-fckeditor.tpl --> </pre></div> http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10 |
|
From: Joe S. <joe...@us...> - 2004-11-24 19:55:33
|
Update of /cvsroot/phpslash/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv864/CVSROOT Modified Files: checkoutlist commitinfo loginfo Added Files: cvsreport cvsreport.conf Log Message: switch from syncmail to cvsreport --- NEW FILE: cvsreport --- #!/usr/bin/perl -w # cvsreport (c) 2003 Vincent Caron <v....@ze...> # # Build commit activity reports from a CVS repository with a rich # framework to create nicely formated text and/or HTML output. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software [...1985 lines suppressed...] # $cset_from is obviously the startup time of this script (we should be called from # a pre-commit check filter like CVSROOT/commitinfo to be sure this timestamp comes # _before_ (or _at_) the date of the first commit action in history. $cset_from = $now; if (not is_local($cvsroot)) { error "no automatic report on remote repositories (try the -f option).", 2; } wait_commit_completion(); } parse_history(); command_run(); myexit 0; # That's all folks --- NEW FILE: cvsreport.conf --- # Default text set set text { format = text encoding = iso-8859-1 } # Default HTML set set html { format = html encoding = iso-8859-1 title = message footer = Generated by cvsreport $(version) cgi_links = yes cgi_urlbase = http://cvs.sourceforge.net/viewcvs.py/phpslash cgi_download = no } # Defaults for the mail command set mail { command = mail subject = message # from = # reply-to = } Index: checkoutlist =================================================================== RCS file: /cvsroot/phpslash/CVSROOT/checkoutlist,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** checkoutlist 24 Nov 2004 19:06:16 -0000 1.4 --- checkoutlist 24 Nov 2004 19:55:21 -0000 1.5 *************** *** 12,17 **** # # comment lines begin with '#' ! syncmail # record_lastdir.rb # collect_diffs.rb # cvsspam.rb --- 12,18 ---- # # comment lines begin with '#' ! # syncmail # record_lastdir.rb # collect_diffs.rb # cvsspam.rb + cvsreport Index: commitinfo =================================================================== RCS file: /cvsroot/phpslash/CVSROOT/commitinfo,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** commitinfo 24 Nov 2004 19:06:17 -0000 1.3 --- commitinfo 24 Nov 2004 19:55:21 -0000 1.4 *************** *** 15,16 **** --- 15,17 ---- # in addition to the first matching regex or "DEFAULT". # ^phpslash $CVSROOT/CVSROOT/record_lastdir.rb + ^phpslash $CVSROOT/CVSROOT/cvsreport -l --config -e $CVSROOT/CVSROOT/cvsreport.conf 'mail text+html php...@li...' Index: loginfo =================================================================== RCS file: /cvsroot/phpslash/CVSROOT/loginfo,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** loginfo 24 Nov 2004 19:06:17 -0000 1.4 --- loginfo 24 Nov 2004 19:55:21 -0000 1.5 *************** *** 25,29 **** # or #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} php...@li... #^myproject /path/to/collect_diffs.rb --to me...@so... %{sVv} # DEFAULT $CVSROOT/CVSROOT/collect_diffs.rb --from $USER --to php...@li... %{sVv} --- 25,29 ---- # or #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! # DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} php...@li... #^myproject /path/to/collect_diffs.rb --to me...@so... %{sVv} # DEFAULT $CVSROOT/CVSROOT/collect_diffs.rb --from $USER --to php...@li... %{sVv} |
|
From: Luis M <le...@us...> - 2004-11-24 19:54:02
|
Update of /cvsroot/phpslash/debian/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv303 Added Files: config-dist.ini.php.patch Log Message: first commit --- NEW FILE: config-dist.ini.php.patch --- diff -burN phpslash-0.8.orig/public_html/config-dist.ini.php phpslash-0.8/public_html/config-dist.ini.php --- phpslash-0.8.orig/public_html/config-dist.ini.php 2004-11-19 13:04:29 -0500 +++ phpslash-0.8/public_html/config-dist.ini.php 2004-11-24 14:52:27 -0500 @@ -189,7 +189,7 @@ ;; Default: classdir/phplib/php/ ;; Note: Make sure you have a trailing slash (unlike the other directory ;; variables!) -; phplibdir = "/classdir/phplib/php/" +phplibdir = "/usr/lib/phplib/php/" ;; ;; Loader script for PHPLIB classes and functions ;; DEPRECATED: replaced by loadLibrary("phplib") (MPL 2002/12/19) |
|
From: Luis M <le...@us...> - 2004-11-24 18:27:31
|
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>phpslash-dev</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">Makefile</a></tt></td><td align="right" id="added">+19</td><td align="right" id="removed">-7</td><td nowrap="nowrap" align="center">1.4 -> 1.5</td></tr>
</table>
<pre class="comment">
removes *.bak files also
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>Makefile</b></big> <small id="info">1.4 -> 1.5</small></div>
<pre class="diff"><small id="info">diff -u -r1.4 -r1.5
--- Makefile 23 Nov 2004 17:07:10 -0000 1.4
+++ Makefile 24 Nov 2004 18:27:20 -0000 1.5
@@ -1,11 +1,17 @@
</small></pre><pre class="diff" id="context"> #
# PHPSlash MAKEFILE
#
</pre><pre class="diff" id="removed">-# $Id: Makefile,v 1.4 2004/11/23 17:07:10 lems1 Exp $
</pre><pre class="diff" id="added">+# $Id: Makefile,v 1.5 2004/11/24 18:27:20 lems1 Exp $
</pre><pre class="diff" id="context"> #
# Release early, release often - `make dist` will create for you
# four different archives for the current revision with only one command
#
</pre><pre class="diff" id="added">+# Use `make all` to make the documents and other minor things needed
+# after you already have a "dist" (or a tarball that was unpacked.
+#
+# "clean" make target will do just that for the "dist" (or current
+# directory)
+#
</pre><pre class="diff" id="context"> # Copyright (c) 1998,1999 Sascha Schumann <sa...@sc...>
#
# some other goodies (written up, because I tend to forget them...)
</pre><pre class="diff"><small id="info">@@ -22,11 +28,12 @@
</small></pre><pre class="diff" id="context">
PACKAGE=phpslash
</pre><pre class="diff" id="removed">-DISTDIR=${PACKAGE}-${REVISION}
</pre><pre class="diff" id="added">+DISTDIR="../${PACKAGE}-${REVISION}"
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-BSF=${PACKAGE}-${REVISION}
</pre><pre class="diff" id="added">+BSF="../${PACKAGE}-${REVISION}"
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-all: clean<span id="removedchars"> dist</span>
</pre><pre class="diff" id="added">+all: clean
+ ${MAKE} -C doc/html html txt
</pre><pre class="diff" id="context">
dist:
if [ -d ${DISTDIR} ] ; then echo "DISTDIR exists already"; exit 1; fi
</pre><pre class="diff"><small id="info">@@ -39,6 +46,10 @@
</small></pre><pre class="diff" id="context"> rm .filelist
find ${DISTDIR} -name CVS -type d | xargs rm -rf
find ${DISTDIR} -name .cvsignore | xargs rm -rf
</pre><pre class="diff" id="added">+ find ${DISTDIR} -name "*.bak" | xargs rm -rf
+ @# make the needed config* files
+ cp public_html/config-dist.ini.php ${DISTDIR}/public_html/config.ini.php
+ cp public_html/config-dist.php ${DISTDIR}/public_html/config.php
</pre><pre class="diff" id="context"> ${MAKE} -C ${DISTDIR}/doc/html all
tar cvf ${BSF}.tar ${DISTDIR} > /dev/null
gzip -c9 ${BSF}.tar > ${BSF}.tar.gz
</pre><pre class="diff"><small id="info">@@ -46,11 +57,12 @@
</small></pre><pre class="diff" id="context"> @#bzip2 -c9 ${BSF}.tar > ${BSF}.tar.bz2
@#zip -r9 ${BSF}.zip ${DISTDIR} &> /dev/null
@#shar -z ${DISTDIR} > ${BSF}.shar 2>/dev/null
</pre><pre class="diff" id="removed">-
</pre><pre class="diff" id="context"> rm ${BSF}.tar
rm -rf ${DISTDIR}
clean:
rm -fr ${PACKAGE}*
</pre><pre class="diff" id="removed">- rm -f *.tar.gz .filelist
-
</pre><pre class="diff" id="added">+ rm -f *.tar *.tar.gz .filelist
+ ${MAKE} -C doc/html clean
+
+.PHONY: clean all dist test
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.10</small></center>
</body></html>
|
|
From: Luis M <le...@us...> - 2004-11-24 18:23:10
|
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>phpslash-dev/doc/html</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">Makefile</a></tt></td><td align="right" id="added">+3</td><td align="right" id="removed">-3</td><td nowrap="nowrap" align="center">1.7 -> 1.8</td></tr>
</table>
<pre class="comment">
pdf creation is messy...
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/doc/html<br /></span>
<div class="fileheader"><big><b>Makefile</b></big> <small id="info">1.7 -> 1.8</small></div>
<pre class="diff"><small id="info">diff -u -r1.7 -r1.8
--- Makefile 24 Nov 2004 18:04:33 -0000 1.7
+++ Makefile 24 Nov 2004 18:23:01 -0000 1.8
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# $Id: Makefile,v 1.7 2004/11/24 18:04:33 lems1 Exp $
</pre><pre class="diff" id="added">+# $Id: Makefile,v 1.8 2004/11/24 18:23:01 lems1 Exp $
</pre><pre class="diff" id="context">
# phpSlash Documentation Makefile
# nathan hruby <nh...@ds...>
</pre><pre class="diff"><small id="info">@@ -12,8 +12,8 @@
</small></pre><pre class="diff" id="context"> # Location/name of master file
master = *.sgml
</pre><pre class="diff" id="removed">-# Make all the docs (pdf last target purposely)
-all : clean check onehtml html txt pdf
</pre><pre class="diff" id="added">+# Make all the docs
+all : clean check onehtml html txt
</pre><pre class="diff" id="context">
check : $(master)
@echo "----------- Checking SGML Source"
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.10</small></center>
</body></html>
|
|
From: Luis M <le...@us...> - 2004-11-24 18:04:48
|
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>phpslash-dev/doc/html</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">Makefile</a></tt></td><td align="right" id="added">+11</td><td align="right" id="removed">-10</td><td nowrap="nowrap" align="center">1.6 -> 1.7</td></tr>
</table>
<pre class="comment">
fixed targets to create dirs before attempting certain rules
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/doc/html<br /></span>
<div class="fileheader"><big><b>Makefile</b></big> <small id="info">1.6 -> 1.7</small></div>
<pre class="diff"><small id="info">diff -u -r1.6 -r1.7
--- Makefile 23 Nov 2004 22:13:04 -0000 1.6
+++ Makefile 24 Nov 2004 18:04:33 -0000 1.7
@@ -1,5 +1,5 @@
</small></pre><pre class="diff" id="context"> #
</pre><pre class="diff" id="removed">-# $Id: Makefile,v 1.6 2004/11/23 22:13:04 lems1 Exp $
</pre><pre class="diff" id="added">+# $Id: Makefile,v 1.7 2004/11/24 18:04:33 lems1 Exp $
</pre><pre class="diff" id="context">
# phpSlash Documentation Makefile
# nathan hruby <nh...@ds...>
</pre><pre class="diff"><small id="info">@@ -12,7 +12,7 @@
</small></pre><pre class="diff" id="context"> # Location/name of master file
master = *.sgml
</pre><pre class="diff" id="removed">-# Make all the docs
</pre><pre class="diff" id="added">+# Make all the docs (pdf last target purposely)
</pre><pre class="diff" id="context"> all : clean check onehtml html txt pdf
check : $(master)
</pre><pre class="diff"><small id="info">@@ -27,7 +27,6 @@
</small></pre><pre class="diff" id="context"> # rm single/$(master)
# sgml2html -s 0 $(master)
linuxdoc -B html -s 0 $(master)
</pre><pre class="diff" id="removed">- mkdir single
</pre><pre class="diff" id="context"> mv *.html single/
# Make separate html files
</pre><pre class="diff"><small id="info">@@ -35,14 +34,12 @@
</small></pre><pre class="diff" id="context"> @echo "----------- Making multi page HTML doc from SGML"
linuxdoc -B html -s 1 $(master)
# sgml2html -s 1 $(master)
</pre><pre class="diff" id="removed">- mkdir html
- mv *.html html/
</pre><pre class="diff" id="added">+ mv *.html html-multi/
</pre><pre class="diff" id="context">
rtf : $(master) dirs
@echo "----------- Making single page RTF doc from SGML in single/"
sgml2rtf $(master)
# linuxdoc -B rtf $(master)
</pre><pre class="diff" id="removed">- mkdir single
</pre><pre class="diff" id="context"> mv *.rtf single/
pdf : $(master) dirs
</pre><pre class="diff"><small id="info">@@ -50,7 +47,9 @@
</small></pre><pre class="diff" id="context"> # cp $(master) single/
# cd single ; sgml2html -s 0 $(master) ; cd ../
# rm single/$(master)
</pre><pre class="diff" id="removed">- linuxdoc -B latex -o pdf $(master)<span id="removedchars"> </span>
</pre><pre class="diff" id="added">+ linuxdoc -B latex -o pdf $(master)
+ # sgml2latex $(master)
+ # dvipdf *.dvi
</pre><pre class="diff" id="context"> mv *.pdf single/
# Make a text version too
</pre><pre class="diff"><small id="info">@@ -61,10 +60,12 @@
</small></pre><pre class="diff" id="context"> mv *.txt single/
dirs:
</pre><pre class="diff" id="removed">- if [ ! -d html ]; then mkdir html; fi
- if [ ! -d single ]; then mkdir single; fi
</pre><pre class="diff" id="added">+ if [ ! -d "html-multi" ]; then mkdir html-multi; fi
+ if [ ! -d "single" ]; then mkdir single; fi
</pre><pre class="diff" id="context">
clean :
@echo "----------- Removing all generated docs"
</pre><pre class="diff" id="removed">- rm -fr *.html single/ html/
</pre><pre class="diff" id="added">+ rm -fr *.html single/ html/<span id="addedchars"> html-multi/</span>
+
+.PHONY: dist clean check onehtml html txt pdf
</pre><pre class="diff" id="context">
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.10</small></center>
</body></html>
|
|
From: Luis M <le...@us...> - 2004-11-23 22:24:44
|
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>phpslash-dev</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">ChangeLog</a></tt></td><td align="right" id="added">+2893</td><td align="right" id="removed">-2830</td><td nowrap="nowrap" align="center">1.25 -> 1.26</td></tr>
</table>
<pre class="comment">
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev<br /></span>
<div class="fileheader"><big><b>ChangeLog</b></big> <small id="info">1.25 -> 1.26</small></div>
<pre class="diff"><small id="info">diff -u -r1.25 -r1.26
--- ChangeLog 20 Nov 2004 14:56:27 -0000 1.25
+++ ChangeLog 23 Nov 2004 22:24:31 -0000 1.26
@@ -1,3797 +1,3860 @@
</small></pre><pre class="diff" id="removed">-2004-11-19 16:23 joestewart
</pre><pre class="diff" id="added">+2004-11-23 17:13 lems1
+
+ * contrib/phpslash-apache-alias: simple alias file for apache
+
+2004-11-23 17:13 lems1
+
+ * doc/html/Makefile: simple documents are created in their own
+ directories
+
+2004-11-23 17:05 lems1
+
+ * debian/: changelog, control, rules: unleashed the cdbs powers
+
+2004-11-23 17:04 lems1
+
+ * debian/phpslash.install: first commit
+
+2004-11-23 16:08 lems1
+
+ * contrib/phpslash-apache-virtualhost: customized to suit the new
+ debian package
+
+2004-11-23 13:14 joestewart
+
+ * public_html/scripts/tinymce/: changelog, lgpl.txt, readme, todo,
+ jscripts/tiny_mce/blank.htm, jscripts/tiny_mce/tiny_mce.js,
+ jscripts/tiny_mce/tiny_mce_popup.js,
+ jscripts/tiny_mce/tiny_mce_src.js,
+ jscripts/tiny_mce/plugins/readme.txt: complete tinyMCE addition
+
+2004-11-23 12:57 lems1
+
+ * debian/: README.Debian, control, rules: updated for psl 0.8
+
+2004-11-23 12:07 lems1
+
+ * Makefile: make all works now. and it does the right thing:
+ removes previous builds and attempts to make a new tarball with the
+ latest sources
+
+2004-11-23 12:06 lems1
+
+ * doc/html/Makefile: fixed so that html files go into the "html"
+ directory, and single files go into the "single" directory
+
+2004-11-23 11:07 lems1
+
+ * Makefile: added 'clean' target for make
+
+2004-11-23 11:00 lems1
+
+ * doc/html/Makefile: no need to move anyfiles from this directory
+
+2004-11-20 10:00 joestewart
+
+ * include/templates/en/: basic/slashHead-tinymce.tpl,
+ basiccurves/slashHead-tinymce.tpl: Submission form uses tinyMCE
+ textarea editor.
+
+2004-11-20 09:56 joestewart
+
+ * CHANGES, ChangeLog, include/templates/en/basic/about.tpl,
+ include/templates/en/basic/slashHead-fckeditor.tpl,
+ include/templates/en/basic/submissionForm.tpl,
+ include/templates/en/basiccurves/slashHead-fckeditor.tpl,
+ include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_fr.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs/se.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ca_fr.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/el.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/it.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/se.js,
+ public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/uk.js,
+ tables/0.8/psl_core.sql: Submission form uses tinyMCE textarea
+ editor.
+
+2004-11-19 17:23 joestewart
</pre><pre class="diff" id="context">
* CHANGES, VERSION, include/templates/en/basic/about.tpl,
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>public_html/config-dist.php: release phpSlash 0.8
</pre><pre class="diff" id="added">+ public_html/config-dist.php: release phpSlash 0.8
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-19 1<span id="removedchars">5</span>:54 joestewart
</pre><pre class="diff" id="added">+2004-11-19 1<span id="addedchars">6</span>:54 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/topic/Topic.class: added index.php files
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>to public directories that don't have pages.
</pre><pre class="diff" id="added">+ to public directories that don't have pages.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-19 1<span id="removedchars">5</span>:47 joestewart
</pre><pre class="diff" id="added">+2004-11-19 1<span id="addedchars">6</span>:47 joestewart
</pre><pre class="diff" id="context">
* public_html/: images/index.php, images/layout/index.php,
</pre><pre class="diff" id="removed">- images/topics/index.php, styles/index.php, scripts/index.php:
- first commit
</pre><pre class="diff" id="added">+ images/topics/index.php, styles/index.php, scripts/index.php: first
+ commit
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">5</span>:14 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">6</span>:14 lems1
</pre><pre class="diff" id="context">
* include/class/jpcache/type/file.php: minor bug fixes
</pre><pre class="diff" id="removed">-2004-11-17 15:07 lems1
-
- * CHANGES: [no log message]
-
-2004-11-17 14:08 lems1
</pre><pre class="diff" id="added">+2004-11-17 15:08 lems1
</pre><pre class="diff" id="context">
* public_html/config-dist.ini.php: added note about known bug using
</pre><pre class="diff" id="removed">- 'file' and possibly 'static' caching: psl won't recursively make
- directories for you. it will only attempt to make a single
- directory for a given path: /path/to/jpcache_dir and not
- /path/to/jpcache/1/2/3/jpcache_dir, which would simply fail
-
-2004-11-17 13:32 lems1
-
- * ChangeLog: [no log message]
</pre><pre class="diff" id="added">+ 'file' and possibly 'static' caching: psl won't recursively make
+ directories for you. it will only attempt to make a single
+ directory for a given path: /path/to/jpcache_dir and not
+ /path/to/jpcache/1/2/3/jpcache_dir, which would simply fail
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">3</span>:29 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">4</span>:29 lems1
</pre><pre class="diff" id="context">
* public_html/: .cvsignore, config-dist.php: changed psl ini file
</pre><pre class="diff" id="removed">- from config-FQDN.ini.php to FQDN-config.ini.php so that it's
- easier for people to host sites straight from CVS
</pre><pre class="diff" id="added">+ from config-FQDN.ini.php to FQDN-config.ini.php so that it's easier
+ for people to host sites straight from CVS
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">3</span>:16 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">4</span>:16 lems1
</pre><pre class="diff" id="context">
* public_html/: config-dist.ini.php, config-dist.php: changed the
</pre><pre class="diff" id="removed">- way that config.ini files are included. now the realm for
- virtualization is limitless and all .php and include files can be
- shared accross multiple virtualhosts from the same installation
- of psl. Simply name your oconfig.ini files config-FQDN.ini.php
</pre><pre class="diff" id="added">+ way that config.ini files are included. now the realm for
+ virtualization is limitless and all .php and include files can be
+ shared accross multiple virtualhosts from the same installation of
+ psl. Simply name your oconfig.ini files config-FQDN.ini.php
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">1</span>:39 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">2</span>:39 lems1
</pre><pre class="diff" id="context">
* public_html/config-dist.ini.php: changed jpc- to jpc since this
</pre><pre class="diff" id="removed">- last dash will be added later anyway. added a comment about
- jpcache prefix
</pre><pre class="diff" id="added">+ last dash will be added later anyway. added a comment about jpcache
+ prefix
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">1</span>:35 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">2</span>:35 lems1
</pre><pre class="diff" id="context">
* public_html/config-dist.php: added sensible defaults to set
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>jpcache.fileprefix to jpc if none found
</pre><pre class="diff" id="added">+ jpcache.fileprefix to jpc if none found
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">1</span>:29 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">2</span>:29 lems1
</pre><pre class="diff" id="context">
* public_html/config-dist.php: renamed jpcachedir variable (key) to
</pre><pre class="diff" id="removed">- jpcache.classdir to avoid ambiguity with jpcache.cachedir and
- jpcache.fileprefix ... which are now customizable from
- config.ini.php by psl site admins. the ability to change the
- jpcache.classdir value has been postpone because psl depends on
- the files of the jpcache classdir to be structured in a certain
- way and they are heavily customized from upstream sources to suit
- psl needs. jpcache ships with psl anyway, so no need to
- change/customize this. it can be easily added in the future by
- simply editing config.php at what is now line 316
</pre><pre class="diff" id="added">+ jpcache.classdir to avoid ambiguity with jpcache.cachedir and
+ jpcache.fileprefix ... which are now customizable from
+ config.ini.php by psl site admins. the ability to change the
+ jpcache.classdir value has been postpone because psl depends on the
+ files of the jpcache classdir to be structured in a certain way and
+ they are heavily customized from upstream sources to suit psl
+ needs. jpcache ships with psl anyway, so no need to
+ change/customize this. it can be easily added in the future by
+ simply editing config.php at what is now line 316
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-17 1<span id="removedchars">1</span>:08 lems1
</pre><pre class="diff" id="added">+2004-11-17 1<span id="addedchars">2</span>:08 lems1
</pre><pre class="diff" id="context">
* public_html/config-dist.ini.php: assigning jpcache file prefixes
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>to all file-based caching now possible (except for static files).
</pre><pre class="diff" id="added">+ to all file-based caching now possible (except for static files).
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-16 1<span id="removedchars">2</span>:12 joestewart
</pre><pre class="diff" id="added">+2004-11-16 1<span id="addedchars">3</span>:12 joestewart
</pre><pre class="diff" id="context">
* include/modules/submission/index.php,
</pre><pre class="diff" id="removed">- include/templates/en/basic/emailNotifySubmission.tpl,
- include/templates/en/basic/submissionForm.tpl,
- public_html/submission.php, CHANGES: submission fixes for jpcache
- and session.
</pre><pre class="diff" id="added">+ include/templates/en/basic/emailNotifySubmission.tpl,
+ include/templates/en/basic/submissionForm.tpl,
+ public_html/submission.php, CHANGES: submission fixes for jpcache
+ and session.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-15 1<span id="removedchars">6</span>:09 joestewart
</pre><pre class="diff" id="added">+2004-11-15 1<span id="addedchars">7</span>:09 joestewart
</pre><pre class="diff" id="context">
* include/: class/functions.inc,
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>templates/en/basic/emailNotifyComment.tpl: corrected host links.
</pre><pre class="diff" id="added">+ templates/en/basic/emailNotifyComment.tpl: corrected host links.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-15 1<span id="removedchars">6</span>:03 joestewart
</pre><pre class="diff" id="added">+2004-11-15 1<span id="addedchars">7</span>:03 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/story/backend.php,
</pre><pre class="diff" id="removed">- include/templates/en/basic/article-wml.tpl,
- include/templates/en/basic/article-xhtmlb.tpl,
- include/templates/en/basic/backendAV.tpl,
- include/templates/en/basic/backendAtom.tpl,
- include/templates/en/basic/backendBlock.tpl,
- include/templates/en/basic/backendHTML.tpl,
- include/templates/en/basic/backendJS.tpl,
- include/templates/en/basic/backendJSData.tpl,
- include/templates/en/basic/backendMozilla.tpl,
- include/templates/en/basic/backendOpml.tpl,
- include/templates/en/basic/backendRSS1.tpl,
- include/templates/en/basic/backendRSS2.tpl,
- include/templates/en/basic/backendRSS91.tpl,
- include/templates/en/basic/backendRSS92.tpl,
- include/templates/en/basic/backendWml.tpl,
- include/templates/en/basic/backendXHTMLb.tpl,
- include/templates/en/basic/slashHead-fckeditor.tpl,
- include/templates/en/basic/slashHead-htmlarea3.tpl: corrected
- host links.
</pre><pre class="diff" id="added">+ include/templates/en/basic/article-wml.tpl,
+ include/templates/en/basic/article-xhtmlb.tpl,
+ include/templates/en/basic/backendAV.tpl,
+ include/templates/en/basic/backendAtom.tpl,
+ include/templates/en/basic/backendBlock.tpl,
+ include/templates/en/basic/backendHTML.tpl,
+ include/templates/en/basic/backendJS.tpl,
+ include/templates/en/basic/backendJSData.tpl,
+ include/templates/en/basic/backendMozilla.tpl,
+ include/templates/en/basic/backendOpml.tpl,
+ include/templates/en/basic/backendRSS1.tpl,
+ include/templates/en/basic/backendRSS2.tpl,
+ include/templates/en/basic/backendRSS91.tpl,
+ include/templates/en/basic/backendRSS92.tpl,
+ include/templates/en/basic/backendWml.tpl,
+ include/templates/en/basic/backendXHTMLb.tpl,
+ include/templates/en/basic/slashHead-fckeditor.tpl,
+ include/templates/en/basic/slashHead-htmlarea3.tpl: corrected host
+ links.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-15 1<span id="removedchars">2</span>:43 joestewart
</pre><pre class="diff" id="added">+2004-11-15 1<span id="addedchars">3</span>:43 joestewart
</pre><pre class="diff" id="context">
* include/modules/mailinglist/MailingList.class, CHANGES: Comments
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>block was in Submission section.
</pre><pre class="diff" id="added">+ block was in Submission section.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-15 1<span id="removedchars">2</span>:35 joestewart
</pre><pre class="diff" id="added">+2004-11-15 1<span id="addedchars">3</span>:35 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/submission/admin.php: Comments block was
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>in Submission section.
</pre><pre class="diff" id="added">+ in Submission section.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-12 1<span id="removedchars">1</span>:28 joestewart
</pre><pre class="diff" id="added">+2004-11-12 1<span id="addedchars">2</span>:28 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/templates/en/basic/slashHead-fckeditor.tpl,
</pre><pre class="diff" id="removed">- include/templates/en/basic/slashHead-htmlarea3.tpl,
- include/templates/en/basic/slashHead.tpl,
- include/templates/en/basiccurves/slashHead-fckeditor.tpl,
- include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
- include/templates/en/basiccurves/slashHead.tpl: added trailing
- slash to rooturl for logo url.
</pre><pre class="diff" id="added">+ include/templates/en/basic/slashHead-htmlarea3.tpl,
+ include/templates/en/basic/slashHead.tpl,
+ include/templates/en/basiccurves/slashHead-fckeditor.tpl,
+ include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
+ include/templates/en/basiccurves/slashHead.tpl: added trailing
+ slash to rooturl for logo url.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-11 1<span id="removedchars">3</span>:35 joestewart
</pre><pre class="diff" id="added">+2004-11-11 1<span id="addedchars">4</span>:35 joestewart
</pre><pre class="diff" id="context">
* CHANGES, doc/html/Makefile: added pdf documentation
</pre><pre class="diff" id="removed">-2004-11-11 1<span id="removedchars">0</span>:22 joestewart
</pre><pre class="diff" id="added">+2004-11-11 1<span id="addedchars">1</span>:22 joestewart
</pre><pre class="diff" id="context">
* include/modules/auth/slashAuth.class: fix typo
</pre><pre class="diff" id="removed">-2004-11-10 1<span id="removedchars">7</span>:08 joestewart
</pre><pre class="diff" id="added">+2004-11-10 1<span id="addedchars">8</span>:08 joestewart
</pre><pre class="diff" id="context">
* ChangeLog: corrected printer css changes.
</pre><pre class="diff" id="removed">-2004-11-10 1<span id="removedchars">6</span>:37 joestewart
</pre><pre class="diff" id="added">+2004-11-10 1<span id="addedchars">7</span>:37 joestewart
</pre><pre class="diff" id="context">
* include/templates/en/basic/slashHead-htmlarea3.tpl,
</pre><pre class="diff" id="removed">- include/templates/en/basic/slashHead.tpl,
- include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
- CHANGES: corrected printer css changes.
</pre><pre class="diff" id="added">+ include/templates/en/basic/slashHead.tpl,
+ include/templates/en/basiccurves/slashHead-htmlarea3.tpl, CHANGES:
+ corrected printer css changes.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-09 1<span id="removedchars">6</span>:54 lems1
</pre><pre class="diff" id="added">+2004-11-09 1<span id="addedchars">7</span>:54 lems1
</pre><pre class="diff" id="context">
* include/modules/auth/slashAuth.class: fixed bug CR authentication
</pre><pre class="diff" id="removed">-2004-11-09 1<span id="removedchars">6</span>:50 lems1
</pre><pre class="diff" id="added">+2004-11-09 1<span id="addedchars">7</span>:50 lems1
</pre><pre class="diff" id="context">
* include/modules/auth/slashAuth.class: fixed minor bug with
</pre><pre class="diff" id="removed">- authenticating users not being automatically dumped out of
- login.php
</pre><pre class="diff" id="added">+ authenticating users not being automatically dumped out of
+ login.php
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-09 1<span id="removedchars">6</span>:48 lems1
</pre><pre class="diff" id="added">+2004-11-09 1<span id="addedchars">7</span>:48 lems1
</pre><pre class="diff" id="context">
* include/modules/auth/authtypes/slashAuthLDAP.class: ldap
</pre><pre class="diff" id="removed">- authenticate works the first time users get registered in sql for
- psl db
</pre><pre class="diff" id="added">+ authenticate works the first time users get registered in sql for
+ psl db
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-09 1<span id="removedchars">5</span>:13 joestewart
</pre><pre class="diff" id="added">+2004-11-09 1<span id="addedchars">6</span>:13 joestewart
</pre><pre class="diff" id="context">
* CHANGES, scripts/db_xfer.php.disabled: update for edit_perm
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>blocks.
</pre><pre class="diff" id="added">+ blocks.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-09 1<span id="removedchars">3</span>:13 joestewart
</pre><pre class="diff" id="added">+2004-11-09 1<span id="addedchars">4</span>:13 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/block/Block_admin.class,
</pre><pre class="diff" id="removed">- tables/0.8/psl_core.sql: Added support for block option
- edit_perms.
</pre><pre class="diff" id="added">+ tables/0.8/psl_core.sql: Added support for block option edit_perms.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">6</span>:18 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">7</span>:18 joestewart
</pre><pre class="diff" id="context">
* public_html/config-dist.php: Swedish Translation.
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">6</span>:09 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">7</span>:09 joestewart
</pre><pre class="diff" id="context">
* tables/0.8/psl_example.sql: Swedish Translation.
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">5</span>:26 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">6</span>:26 joestewart
</pre><pre class="diff" id="context">
* include/templates/en/: basic/slashHead-htmlarea3.tpl,
</pre><pre class="diff" id="removed">- basic/slashHead.tpl, basiccurves/slashHead-htmlarea3.tpl: Swedish
- Translation.
</pre><pre class="diff" id="added">+ basic/slashHead.tpl, basic/slashHead-htmlarea3.tpl,
+ basic/slashHead.tpl, basiccurves/slashHead-htmlarea3.tpl: Swedish
+ Translation.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">5</span>:16 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">6</span>:16 joestewart
</pre><pre class="diff" id="context">
* include/modules/block/blocktypes/Block_render_page.class,
</pre><pre class="diff" id="removed">- include/modules/story/backend.php, public_html/config_setup.php,
- tables/0.8/psl_example.sql: Swedish Translation.
</pre><pre class="diff" id="added">+ include/modules/story/backend.php, public_html/config_setup.php,
+ tables/0.8/psl_example.sql: Swedish Translation.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">3</span>:02 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">4</span>:02 joestewart
</pre><pre class="diff" id="context">
* ChangeLog: Swedish Translation.
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">2</span>:59 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">3</span>:59 joestewart
</pre><pre class="diff" id="context">
* CHANGES, VERSION, include/locale/se.php,
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>public_html/config-dist.php: Swedish Translation.
</pre><pre class="diff" id="added">+ public_html/config-dist.php: Swedish Translation.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">2</span>:56 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">3</span>:56 joestewart
</pre><pre class="diff" id="context">
* ChangeLog, public_html/config-dist.php: new Feeds block.
</pre><pre class="diff" id="removed">-2004-11-06 1<span id="removedchars">2</span>:08 joestewart
</pre><pre class="diff" id="added">+2004-11-06 1<span id="addedchars">3</span>:08 joestewart
</pre><pre class="diff" id="context">
* CHANGES,
</pre><pre class="diff" id="removed">- include/modules/block/blocktypes/Block_render_page.class,
- public_html/backend.php, public_html/config-dist.php,
- public_html/images/atom03.gif, public_html/images/bloglines.gif,
- public_html/images/getphpslash.png, public_html/images/opml.png,
- public_html/images/rss091.gif, public_html/images/rss10.gif,
- public_html/images/rss20.gif, tables/0.8/psl_core.sql,
- tables/0.8/psl_example.sql: new Feeds block.
</pre><pre class="diff" id="added">+ include/modules/block/blocktypes/Block_render_page.class,
+ public_html/backend.php, public_html/config-dist.php,
+ public_html/images/atom03.gif, public_html/images/bloglines.gif,
+ public_html/images/getphpslash.png, public_html/images/opml.png,
+ public_html/images/rss091.gif, public_html/images/rss10.gif,
+ public_html/images/rss20.gif, tables/0.8/psl_core.sql,
+ tables/0.8/psl_example.sql: new Feeds block.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-06 <span id="removedchars">09</span>:51 joestewart
</pre><pre class="diff" id="added">+2004-11-06 <span id="addedchars">10</span>:51 joestewart
</pre><pre class="diff" id="context">
* include/templates/en/: basic/slashHead-fckeditor.tpl,
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>basiccurves/slashHead-fckeditor.tpl: phpslash-dev/CHANGES
</pre><pre class="diff" id="added">+ basiccurves/slashHead-fckeditor.tpl: phpslash-dev/CHANGES
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-05 1<span id="removedchars">0</span>:32 joestewart
</pre><pre class="diff" id="added">+2004-11-05 1<span id="addedchars">1</span>:32 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/block/Block.class,
</pre><pre class="diff" id="removed">- include/modules/block/Block_admin.class,
- include/modules/block/Block_i.class,
- include/modules/block/plugins/Block_plugin_bbcode.class,
- include/modules/block/plugins/Block_plugin_exttrans.class,
- include/modules/block/plugins/Block_plugin_html.class,
- include/modules/block/plugins/Block_plugin_mssmartquotes.class,
- include/modules/block/plugins/Block_plugin_plaintext.class,
- include/modules/block/plugins/Block_plugin_wiki.class,
- public_html/config-dist.php: block plugins operational
</pre><pre class="diff" id="added">+ include/modules/block/Block_admin.class,
+ include/modules/block/Block_i.class,
+ include/modules/block/plugins/Block_plugin_bbcode.class,
+ include/modules/block/plugins/Block_plugin_exttrans.class,
+ include/modules/block/plugins/Block_plugin_html.class,
+ include/modules/block/plugins/Block_plugin_mssmartquotes.class,
+ include/modules/block/plugins/Block_plugin_plaintext.class,
+ include/modules/block/plugins/Block_plugin_wiki.class,
+ public_html/config-dist.php: block plugins operational
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-04 1<span id="removedchars">7</span>:09 joestewart
</pre><pre class="diff" id="added">+2004-11-04 1<span id="addedchars">8</span>:09 joestewart
</pre><pre class="diff" id="context">
* ChangeLog: allow template tags in story text and body. Also
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>close bug #[ 797098 ] Eats Backslashes.
</pre><pre class="diff" id="added">+ close bug #[ 797098 ] Eats Backslashes.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-04 1<span id="removedchars">7</span>:01 joestewart
</pre><pre class="diff" id="added">+2004-11-04 1<span id="addedchars">8</span>:01 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/story/Story_admin.class,
</pre><pre class="diff" id="removed">- include/modules/story/Story_base.class: allow template tags in
- story text and body. Also close bug #[ 797098 ] Eats
- Backslashes.
</pre><pre class="diff" id="added">+ include/modules/story/Story_base.class: allow template tags in
+ story text and body. Also close bug #[ 797098 ] Eats Backslashes.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-04 1<span id="removedchars">4</span>:17 joestewart
</pre><pre class="diff" id="added">+2004-11-04 1<span id="addedchars">5</span>:17 joestewart
</pre><pre class="diff" id="context">
* CHANGES, include/modules/block/Block_admin.class,
</pre><pre class="diff" id="removed">- include/modules/story/backend.php,
- include/modules/story/index.php, public_html/backend.php,
- include/modules/block/blocktypes/Block_render_html.class,
- include/modules/block/blocktypes/Block_render_page.class,
- include/modules/block/blocktypes/Block_render_template.class:
- html blocks accept template tags, index page accepts view
- argument like backend.php
</pre><pre class="diff" id="added">+ include/modules/story/backend.php, include/modules/story/index.php,
+ public_html/backend.php,
+ include/modules/block/blocktypes/Block_render_html.class,
+ include/modules/block/blocktypes/Block_render_page.class,
+ include/modules/block/blocktypes/Block_render_template.class: html
+ blocks accept template tags, index page accepts view argument like
+ backend.php
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-11-01 1<span id="removedchars">1</span>:35 joestewart
</pre><pre class="diff" id="added">+2004-11-01 1<span id="addedchars">2</span>:35 joestewart
</pre><pre class="diff" id="context">
* CHANGES, public_html/backend.php,
</pre><pre class="diff" id="removed">- include/templates/en/basic/backendAtom.tpl,
- include/templates/en/basic/backendRSS2.tpl,
- include/templates/en/basic/backendRSS91.tpl,
- include/templates/en/basic/slashHead-fckeditor.tpl,
- include/templates/en/basic/slashHead-htmlarea3.tpl,
- include/templates/en/basic/slashHead.tpl,
- include/templates/en/basiccurves/slashHead-fckeditor.tpl,
- include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
- include/templates/en/basiccurves/slashHead.tpl: Added Atom and
- RSS2.0 feeds. Default changed to RSS2.0.
</pre><pre class="diff" id="added">+ include/templates/en/basic/backendAtom.tpl,
+ include/templates/en/basic/backendRSS2.tpl,
+ include/templates/en/basic/backendRSS91.tpl,
+ include/templates/en/basic/slashHead-fckeditor.tpl,
+ include/templates/en/basic/slashHead-htmlarea3.tpl,
+ include/templates/en/basic/slashHead.tpl,
+ include/templates/en/basiccurves/slashHead-fckeditor.tpl,
+ include/templates/en/basiccurves/slashHead-htmlarea3.tpl,
+ include/templates/en/basiccurves/slashHead.tpl: Added Atom and
+ RSS2.0 feeds. Default changed to RSS2.0.
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-10-30 1<span id="removedchars">0</span>:49 joestewart
</pre><pre class="diff" id="added">+2004-10-30 1<span id="addedchars">1</span>:49 joestewart
</pre><pre class="diff" id="context">
* include/templates/en/basic/queryblock.tpl: complete fckeditor
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>addition
</pre><pre class="diff" id="added">+ addition
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-10-30 1<span id="removedchars">0</span>:43 joestewart
</pre><pre class="diff" id="added">+2004-10-30 1<span id="addedchars">1</span>:43 joestewart
</pre><pre class="diff" id="context">
* include/modules/auth/slashAuth.class: remember me preauth fix
</pre><pre class="diff" id="removed">-2004-10-30 1<span id="removedchars">0</span>:17 joestewart
</pre><pre class="diff" id="added">+2004-10-30 1<span id="addedchars">1</span>:17 joestewart
</pre><pre class="diff" id="context">
* include/templates/en/: basic/slashHead-fckeditor.tpl,
</pre><pre class="diff" id="removed">- <span id="removedchars"> </span>basiccurves/slashHead-fckeditor.tpl: complete fckeditor addition
</pre><pre class="diff" id="added">+ basiccurves/slashHead-fckeditor.tpl: complete fckeditor addition
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-10-30 <span id="removedchars">09</span>:18 joestewart
</pre><pre class="diff" id="added">+2004-10-30 <span id="addedchars">10</span>:18 joestewart
</pre><pre class="diff" id="context">
* public_html/scripts/fckeditor/:
</pre><pre class="diff" id="removed">- _aspnet/FredCK.FCKeditorV2/AssemblyInfo.cs,
- _aspnet/FredCK.FCKeditorV2/FCKeditor.cs,
- _aspnet/FredCK.FCKeditorV2/FCKeditorConfigurations.cs,
- _aspnet/FredCK.FCKeditorV2/FCKeditorDesigner.cs,
- _aspnet/FredCK.FCKeditorV2/FileBrowserConnector.cs,
- _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.FxCop,
- _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.csproj,
- _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.csproj.user,
- _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.snk,
- _aspnet/FredCK.FCKeditorV2/XmlUtil.cs,
- _aspnet/FredCK.FCKeditorV2/bin/Debug/FredCK.FCKeditorV2.dll,
- _aspnet/FredCK.FCKeditorV2/bin/Debug/FredCK.FCKeditorV2.pdb,
- _aspnet/FredCK.FCKeditorV2/bin/Release/FredCK.FCKeditorV2.dll,
- _documentation/WhatsNew.html,
- editor/_source/classes/fckcolorpanel.js,
- editor/_source/classes/fckpanel_gecko.js,
- editor/_source/classes/fckpanel_ie.js,
- editor/_source/classes/fcktoolbarpanelbutton.js,
- editor/_source/classes/fcktoolbarpanelbutton_gecko.js,
- editor/_source/classes/fcktoolbarpanelbutton_ie.js,
- editor/_source/commandclasses/fck_othercommands.js,
- editor/_source/commandclasses/fcknamedcommand.js,
- editor/_source/commandclasses/fckpasteplaintextcommand.js,
- editor/_source/commandclasses/fckpastewordcommand.js,
- editor/_source/commandclasses/fcktablecommand.js,
- editor/_source/commandclasses/fcktextcolorcommand.js,
- editor/_source/internals/fcktablehandler.js,
- editor/_source/internals/fcktablehandler_gecko.js,
- editor/_source/internals/fcktablehandler_ie.js,
- editor/dialog/fck_colorselector.html,
- editor/dialog/fck_paste.html, editor/dialog/fck_tablecell.html,
- editor/dialog/css/common.css, editor/dialog/images/locked.gif,
- editor/dialog/images/reset.gif,
- editor/dialog/images/unlocked.gif, editor/dialog/js/fck_image.js,
- editor/filemanager/browser/default/connectors/aspx/connector.aspx,
- editor/lang/pt-br.js: complete fckeditor addition
</pre><pre class="diff" id="added">+ _aspnet/FredCK.FCKeditorV2/AssemblyInfo.cs,
+ _aspnet/FredCK.FCKeditorV2/FCKeditor.cs,
+ _aspnet/FredCK.FCKeditorV2/FCKeditorConfigurations.cs,
+ _aspnet/FredCK.FCKeditorV2/FCKeditorDesigner.cs,
+ _aspnet/FredCK.FCKeditorV2/FileBrowserConnector.cs,
+ _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.FxCop,
+ _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.csproj,
+ _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.csproj.user,
+ _aspnet/FredCK.FCKeditorV2/FredCK.FCKeditorV2.snk,
+ _aspnet/FredCK.FCKeditorV2/XmlUtil.cs,
+ _aspnet/FredCK.FCKeditorV2/bin/Debug/FredCK.FCKeditorV2.dll,
+ _aspnet/FredCK.FCKeditorV2/bin/Debug/FredCK.FCKeditorV2.pdb,
+ _aspnet/FredCK.FCKeditorV2/bin/Release/FredCK.FCKeditorV2.dll,
+ _documentation/WhatsNew.html,
+ editor/_source/classes/fckcolorpanel.js,
+ editor/_source/classes/fckpanel_gecko.js,
+ editor/_source/classes/fckpanel_ie.js,
+ editor/_source/classes/fcktoolbarpanelbutton.js,
+ editor/_source/classes/fcktoolbarpanelbutton_gecko.js,
+ editor/_source/classes/fcktoolbarpanelbutton_ie.js,
+ editor/_source/commandclasses/fck_othercommands.js,
+ editor/_source/commandclasses/fcknamedcommand.js,
+ editor/_source/commandclasses/fckpasteplaintextcommand.js,
+ editor/_source/commandclasses/fckpastewordcommand.js,
+ editor/_source/commandclasses/fcktablecommand.js,
+ editor/_source/commandclasses/fcktextcolorcommand.js,
+ editor/_source/internals/fcktablehandler.js,
+ editor/_source/internals/fcktablehandler_gecko.js,
+ editor/_source/internals/fcktablehandler_ie.js,
+ editor/dialog/fck_colorselector.html, editor/dialog/fck_paste.html,
+ editor/dialog/fck_tablecell.html, editor/dialog/css/common.css,
+ editor/dialog/images/locked.gif, editor/dialog/images/reset.gif,
+ editor/dialog/images/unlocked.gif, editor/dialog/js/fck_image.js,
+ editor/filemanager/browser/default/connectors/aspx/connector.aspx,
+ editor/lang/pt-br.js: complete fckeditor addition
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="removed">-2004-10-30 0<span id="removedchars">8</span>:53 joestewart
</pre><pre class="diff" id="added">+2004-10-30 0<span id="addedchars">9</span>:53 joestewart
</pre><pre class="diff" id="context">
* public_html/scripts/fckeditor/: fckconfig.js, fckeditor.cfc,
</pre><pre class="diff" id="removed">- fckeditor.cfm, fckeditor.js, _documentation/Performance.html,
- _documentation/fck_docs.css,
- _documentation/Developers/ServerSideIntegration.html,
- _documentation/Using FCKeditor/Javascript.html,
- _samples/default.html, _samples/sample.css,
- _samples/sampleslist.html, _samples/aspx/sample01.aspx,
- _samples/aspx/sampleposteddata.aspx, _samples/cfm/sample01.cfm,
- _samples/cfm/sample02_mx.cfm, _samples/html/sample01.html,
- _samples/html/sample02.html, _samples/html/sample03.html,
- _samples/html/sample04.html, _samples/html/sample05.html,
- _samples/html/sampleposteddata.asp,
- _samples/html/sampleposteddata.html, editor/fckdebug.html,
- editor/fckdialog.html, editor/fckeditor.html,
- editor/fckeditor.original.html,
- editor/_source/classes/fckcontextmenugroup.js,
- editor/_source/classes/fckcontextmenuitem.js,
- editor/_source/classes/fckcontextmenuseparator.js,
- editor/_source/classes/fckevents.js,
- editor/_source/classes/fcktoolbar.js,
- editor/_source/classes/fcktoolbarbutton.js,
- editor/_source/classes/fcktoolbarcombo.js,
- editor/_source/globals/fck_constants.js,
- editor/_source/globals/fckeditorapi.js,
- editor/_source/internals/fck.js,
- editor/_source/internals/fck_1.js,
- editor/_source/internals/fck_1_gecko.js,
- editor/_source/internals/fck_1_ie.js,
- editor/_source/internals/fck_2.js,
- editor/_source/internals/fck_2_gecko.js,
- editor/_source/internals/fck_2_ie.js,
- editor/_source/internals/fck_last.js,
- editor/_source/internals/fck_onload.js,
- editor/_source/internals/fckbrowserinfo.js,
- editor/_source/internals/fckcommands.js,
- editor/_source/internals/fckconfig.js,
- editor/_source/internals/fckcontextmenu.js,
- editor/_source/internals/fckcontextmenu_gecko.js,
- editor/_source/internals/fckcontextmenu_ie.js,
- editor/_source/internals/fckdebug.js,
- editor/_source/internals/fckdialog.js,
- editor/_source/internals/fckdialog_gecko.js,
- editor/_source/internals/fckdialog_ie.js,
- editor/_source/internals/fcklanguagemanager.js,
- editor/_source/internals/fckscriptloader.js,
- editor/_source/internals/fckselection.js,
- editor/_source/internals/fckselection_gecko.js,
- editor/_source/internals/fckselection_ie.js,
- editor/_source/internals/fcktoolbaritems.js,
- editor/_source/internals/fcktoolbarset.js,
- editor/_source/internals/fcktools.js,
- editor/_source/internals/fcktools_gecko.js,
- editor/_source/internals/fcktools_ie.js,
- editor/_source/internals/fckurlparams.js,
- editor/_source/internals/fckxhtml.js,
- editor/css/fck_editorarea.css, editor/dialog/fck_about.html,
- editor/dialog/fck_image.html, editor/dialog/fck_link.html,
- editor/dialog/fck_smiley.html,
- editor/dialog/fck_specialchar.html, editor/dialog/fck_table.html,
- editor/dialog/js/fck_dialog_common.js,
- editor/dialog/js/fck_link.js,
- editor/filemanager/browser/default/Browser.css,
- editor/filemanager/browser/default/browser.html,
- editor/filemanager/browser/default/frmactualfolder.html,
- editor/filemanager/browser/default/frmcreatefolder.html,
- editor/filemanager/browser/default/frmfolders.html,
- editor/filemanager/browser/default/frmresourceslist.html,
- editor/filemanager/browser/default/frmresourcetype.html,
- editor/filemanager/browser/default/frmupload.html,
- editor/filemanager/browser/default/js/common.js,
- editor/filemanager/browser/default/js/fckxml.js,
- editor/js/fck_startup.js, editor/js/fckeditorcode_gecko_1.js,
- editor/js/fckeditorcode_gecko_2.js,
- editor/js/fckeditorcode_ie_1.js, editor/js/fckeditorcode_ie_2.js,
- editor/lang/ar.js, editor/lang/en.js, editor/lang/it.js,
- editor/skins/default/fck_contextmenu.css,
- editor/skins/default/fck_dialog.css,
- editor/skins/default/fck_editor.css,
- editor/skins/default/images/toolbar.buttonarrow.gif,
- editor/skins/default/images/toolbar.collapse.gif,
- editor/skins/default/images/toolbar.end.gif,
- editor/skins/default/images/toolbar.expand.gif,
- editor/skins/default/images/toolbar.separator.gif,
- editor/skins/default/images/toolbar.start.gif,
- editor/skins/default/toolbar/button.about.gif,
- editor/skins/default/toolbar/button.bgcolor.gif,
- editor/skins/default/toolbar/button.bold.gif,
- editor/skins/default/toolbar/button.cell.gif,
- editor/skins/default/toolbar/button.copy.gif,
- editor/skins/default/toolbar/button.cut.gif,
- editor/skins/default/toolbar/button.find.gif,
- editor/skins/default/toolbar/button.image.gif,
- editor/skins/default/toolbar/button.indent.gif,
- editor/skins/default/toolbar/button.inserthorizontalrule.gif,
- editor/skins/default/toolbar/button.insertorderedlist.gif,
- editor/skins/default/toolbar/button.insertunorderedlist.gif,
- editor/skins/default/toolbar/button.italic.gif,
- editor/skins/default/toolbar/button.justifycenter.gif,
- editor/skins/default/toolbar/button.justifyfull.gif,
- editor/skins/default/toolbar/button.justifyleft.gif,
- editor/skins/default/toolbar/button.justifyright.gif,
- editor/skins/default/toolbar/button.link.gif,
- editor/skins/default/toolbar/button.newpage.gif,
- editor/skins/default/toolbar/button.outdent.gif,
- editor/skins/default/toolbar/button.paste.gif,
- editor/skins/default/toolbar/button.pastetext.gif,
- editor/skins/default/toolbar/button.pasteword.gif,
- editor/skins/default/toolbar/button.preview.gif,
- editor/skins/default/toolbar/button.print.gif,
- editor/skins/default/toolbar/button.redo.gif,
- editor/skins/default/toolbar/button.removeformat.gif,
- editor/skins/default/toolbar/button.save.gif,
- editor/skins/default/toolbar/button.selectall.gif,
- editor/skins/default/toolbar/button.showdetails.gif,
- editor/skins/default/toolbar/button.showtableborders.gif,
- editor/skins/default/toolbar/button.smiley.gif,
- editor/skins/default/toolbar/button.source.gif,
- editor/skins/default/toolbar/button.specialchar.gif,
- editor/skins/default/toolbar/button.spellcheck.gif,
- editor/skins/default/toolbar/button.strikethrough.gif,
- editor/skins/default/toolbar/button.subscript.gif,
- editor/skins/default/toolbar/button.superscript.gif,
- editor/skins/default/toolbar/button.table.gif,
- editor/skins/default/toolbar/button.tabledeletecells.gif,
- editor/skins/default/toolbar/button.tabledeletecolumns.gif,
- editor/skins/default/toolbar/button.tabledeleterows.gif,
- editor/skins/default/toolbar/button.tableinsertcell.gif,
- editor/skins/default/toolbar/button.tableinsertcolumn.gif,
- editor/skins/default/toolbar/button.tableinsertrow.gif,
- editor/skins/default/toolbar/button.tablemergecells.gif,
- editor/skins/default/toolbar/button.tablesplitcell.gif,
- editor/skins/default/toolbar/button.textcolor.gif,
- editor/skins/default/toolbar/button.underline.gif,
- editor/skins/default/toolbar/button.undo.gif,
- editor/skins/default/toolbar/button.unlink.gif,
- editor/skins/default/toolbar/button.unorderedlist.gif,
- editor/skins/office2003/fck_contextmenu.css,
- editor/skins/office2003/fck_dialog.css,
- editor/skins/office2003/fck_editor.css,
- editor/skins/office2003/images/toolbar.bg.gif,
- editor/skins/office2003/images/toolbar.collapse.gif,
- editor/skins/office2003/images/toolbar.end.gif,
- editor/skins/office2003/images/toolbar.expand.gif,
- editor/skins/office2003/images/toolbar.separator.gif,
- editor/skins/office2003/images/toolbar.start.gif,
- editor/skins/office2003/toolbar/button.about.gif,
- editor/skins/office2003/toolbar/button.anchor.gif,
- editor/skins/office2003/toolbar/button.bgcolor.gif,
- editor/skins/office2003/toolbar/button.bold.gif,
- editor/skins/office2003/toolbar/button.button.gif,
- editor/skins/office2003/toolbar/button.checkbox.gif,
- editor/skins/office2003/toolbar/button.copy.gif,
- editor/skins/office2003/toolbar/button.cut.gif,
- editor/skins/office2003/toolbar/button.find.gif,
- editor/skins/office2003/toolbar/button.flash.gif,
- editor/skins/office2003/toolbar/button.fontstyleadv.gif,
- editor/skins/office2003/toolbar/button.form.gif,
- editor/skins/office2003/toolbar/button.hidden.gif,
- editor/skins/office2003/toolbar/button.image.gif,
- editor/skins/office2003/toolbar/button.imagebutton.gif,
- editor/skins/office2003/toolbar/button.indent.gif,
- editor/skins/office2003/toolbar/button.input.gif,
- editor/skins/office2003/toolbar/button.inserthorizontalrule.gif,
- editor/skins/office2003/toolbar/button.insertorderedlist.gif,
- editor/skins/office2003/toolbar/button.insertunorderedlist.gif,
- editor/skins/office2003/toolbar/button.italic.gif,
- editor/skins/office2003/toolbar/button.justifycenter.gif,
- editor/skins/office2003/toolbar/button.justifyfull.gif,
- editor/skins/office2003/toolbar/button.justifyleft.gif,
- editor/skins/office2003/toolbar/button.justifyright.gif,
- editor/skins/office2003/toolbar/button.link.gif,
- editor/skins/office2003/toolbar/button.mail.gif,
- editor/skins/office2003/toolbar/button.new.gif,
- editor/skins/office2003/toolbar/button.newpage.gif,
- editor/skins/office2003/toolbar/button.open.gif,
- editor/skins/office2003/toolbar/button.outdent.gif,
- editor/skins/office2003/toolbar/button.paste.gif,
- editor/skins/office2003/toolbar/button.pastetext.gif,
- editor/skins/office2003/toolbar/button.pasteword.gif,
- editor/skins/office2003/toolbar/button.preview.gif,
- editor/skins/office2003/toolbar/button.print.gif,
- editor/skins/office2003/toolbar/button.radio.gif,
- editor/skins/office2003/toolbar/button.redo.gif,
- editor/skins/office2003/toolbar/button.removeformat.gif,
- editor/skins/office2003/toolbar/button.replace.gif,
- editor/skins/office2003/toolbar/button.save.gif,
- editor/skins/office2003/toolbar/button.select.gif,
- editor/skins/office2003/toolbar/button.selectall.gif,
- editor/skins/office2003/toolbar/button.showdetails.gif,
- editor/skins/office2003/toolbar/button.showtableborders.gif,
- editor/skins/office2003/toolbar/button.smiley.gif,
- editor/skins/office2003/toolbar/button.source.gif,
- editor/skins/office2003/toolbar/button.specialchar.gif,
- editor/skins/office2003/toolbar/button.spellcheck.gif,
- editor/skins/office2003/toolbar/button.strikethrough.gif,
- editor/skins/office2003/toolbar/button.subscript.gif,
- editor/skins/office2003/toolbar/button.superscript.gif,
- editor/skins/office2003/toolbar/button.table.gif,
- editor/skins/office2003/toolbar/button.textarea.gif,
- editor/skins/office2003/toolbar/button.textcolor.gif,
- editor/skins/office2003/toolbar/button.underline.gif,
- editor/skins/office2003/toolbar/button.undo.gif,
- editor/skins/office2003/toolbar/button.universalkey.gif,
- editor/skins/office2003/toolbar/button.unlink.gif,
- editor/skins/silver/fck_contextmenu.css,
- editor/skins/silver/fck_dialog.css,
- editor/skins/silver/fck_editor.css,
- editor/skins/silver/images/toolbar.buttonbg.gif,
- editor/skins/silver/images/toolbar.collapse.gif,
- editor/skins/silver/images/toolbar.end.gif,
- editor/skins/silver/images/toolbar.expand.gif,
- editor/skins/silver/images/toolbar.separator.gif,
- editor/skins/silver/images/toolbar.start.gif,
- editor/skins/silver/toolbar/button.about.gif,
- editor/skins/silver/toolbar/button.bgcolor.gif,
- editor/skins/silver/toolbar/button.bold.gif,
- editor/skins/silver/toolbar/button.copy.gif,
- editor/skins/silver/toolbar/button.cut.gif,
- editor/skins/silver/toolbar/button.find.gif,
- editor/skins/silver/toolbar/button.image.gif,
- editor/skins/silver/toolbar/button.indent.gif,
- editor/skins/silver/toolbar/button.inserthorizontalrule.gif,
- editor/skins/silver/toolbar/button.insertorderedlist.gif,
- editor/skins/silver/toolbar/button.insertunorderedlist.gif,
- editor/skins/silver/toolbar/button.italic.gif,
- editor/skins/silver/toolbar/button.justifycenter.gif,
- editor/skins/silver/toolbar/button.justifyfull.gif,
- editor/skins/silver/toolbar/button.justifyleft.gif,
- editor/skins/silver/toolbar/button.justifyright.gif,
- editor/skins/silver/toolbar/button.link.gif,
- editor/skins/silver/toolbar/button.newpage.gif,
- editor/skins/silver/toolbar/button.outdent.gif,
- editor/skins/silver/toolbar/button.paste.gif,
- editor/skins/silver/toolbar/button.pastetext.gif,
- editor/skins/silver/toolbar/button.pasteword.gif,
- editor/skins/silver/toolbar/button.preview.gif,
- editor/skins/silver/toolbar/button.print.gif,
- editor/skins/silver/toolbar/button.redo.gif,
- editor/skins/silver/toolbar/button.removeformat.gif,
- editor/skins/silver/toolbar/button.save.gif,
- editor/skins/silver/toolbar/button.selectall.gif,
- editor/skins/silver/toolbar/button.showdetails.gif,
- editor/skins/silver/toolbar/button.showtableborders.gif,
- editor/skins/silver/toolbar/button.smiley.gif,
- editor/skins/silver/toolbar/button.source.gif,
- editor/skins/silver/toolbar/button.specialchar.gif,
- editor/skins/silver/toolbar/button.spellcheck.gif,
- editor/skins/silver/toolbar/button.strikethrough.gif,
- editor/skins/silver/toolbar/button.subscript.gif,
- editor/skins/silver/toolbar/button.superscript.gif,
- editor/skins/silver/toolbar/button.table.gif,
- editor/skins/silver/toolbar/button.textcolor.gif,
- editor/skins/silver/toolbar/button.underline.gif,
- editor/skins/silver/toolbar/button.undo.gif,
- editor/skins/silver/toolbar/button.unlink.gif,
- editor/skins/silver/toolbar/button.unorderedlist.gif: complete
- fckeditor addition
-
-2004-10-29 17:13 lems1
-
- * ChangeLog: [no log message]
</pre><pre class="diff" id="added">+ fckeditor.cfm, fckeditor.js, _documentation/Performance.html,
+ _documentation/fck_docs.css,
+ _documentation/Developers/ServerSideIntegration.html,
+ _documentation/Using FCKeditor/Javascript.html,
+ _samples/default.html, _samples/sample.css,
+ _samples/sampleslist.html, _samples/aspx/sample01.aspx,
+ _samples/aspx/sampleposteddata.aspx, _samples/cfm/sample01.cfm,
+ _samples/cfm/sample02_mx.cfm, _samples/html/sample01.html,
+ _samples/html/sample02.html, _samples/html/sample03.html,
+ _samples/html/sample04.html, _samples/html/sample05.html,
+ _samples/html/sampleposteddata.asp,
+ _samples/html/sampleposteddata.html, editor/fckdebug.html,
+ editor/fckdialog.html, editor/fckeditor.html,
+ editor/fckeditor.original.html,
+ editor/_source/classes/fckcontextmenugroup.js,
+ editor/_source/classes/fckcontextmenuitem.js,
+ editor/_source/classes/fckcontextmenuseparator.js,
+ editor/_source/classes/fckevents.js,
+ editor/_source/classes/fcktoolbar.js,
+ editor/_source/classes/fcktoolbarbutton.js,
+ editor/_source/classes/fcktoolbarcombo.js,
+ editor/_source/globals/fck_constants.js,
+ editor/_source/globals/fckeditorapi.js,
+ editor/_source/internals/fck.js, editor/_source/internals/fck_1.js,
+ editor/_source/internals/fck_1_gecko.js,
+ editor/_source/internals/fck_1_ie.js,
+ editor/_source/internals/fck_2.js,
+ editor/_source/internals/fck_2_gecko.js,
+ editor/_source/internals/fck_2_ie.js,
+ editor/_source/internals/fck_last.js,
+ editor/_source/internals/fck_onload.js,
+ editor/_source/internals/fckbrowserinfo.js,
+ editor/_source/internals/fckcommands.js,
+ editor/_source/internals/fckconfig.js,
+ editor/_source/internals/fckcontextmenu.js,
+ editor/_source/internals/fckcontextmenu_gecko.js,
+ editor/_source/internals/fckcontextmenu_ie.js,
+ editor/_source/internals/fckdebug.js,
+ editor/_source/internals/fckdialog.js,
+ editor/_source/internals/fckdialog_gecko.js,
+ editor/_source/internals/fckdialog_ie.js,
+ editor/_source/internals/fcklanguagemanager.js,
+ editor/_source/internals/fckscriptloader.js,
+ editor/_source/internals/fckselection.js,
+ editor/_source/internals/fckselection_gecko.js,
+ editor/_source/internals/fckselection_ie.js,
+ editor/_source/internals/fcktoolbaritems.js,
+ editor/_source/internals/fcktoolbarset.js,
+ editor/_source/internals/fcktools.js,
+ editor/_source/internals/fcktools_gecko.js,
+ editor/_source/internals/fcktools_ie.js,
+ editor/_source/internals/fckurlparams.js,
+ editor/_source/internals/fckxhtml.js,
+ editor/css/fck_editorarea.css, editor/dialog/fck_about.html,
+ editor/dialog/fck_image.html, editor/dialog/fck_link.html,
+ editor/dialog/fck_smiley.html, editor/dialog/fck_specialchar.html,
+ editor/dialog/fck_table.html,
+ editor/dialog/js/fck_dialog_common.js,
+ editor/dialog/js/fck_link.js,
+ editor/filemanager/browser/default/Browser.css,
+ editor/filemanager/browser/default/browser.html,
+ editor/filemanager/browser/default/frmactualfolder.html,
+ editor/filemanager/browser/default/frmcreatefolder.html,
+ editor/filemanager/browser/default/frmfolders.html,
+ editor/filemanager/browser/default/frmresourceslist.html,
+ editor/filemanager/browser/default/frmresourcetype.html,
+ editor/filemanager/browser/default/frmupload.html,
+ editor/filemanager/browser/default/js/common.js,
+ editor/filemanager/browser/default/js/fckxml.js,
+ editor/js/fck_startup.js, editor/js/fckeditorcode_gecko_1.js,
+ editor/js/fckeditorcode_gecko_2.js,
+ editor/js/fckeditorcode_ie_1.js, editor/js/fckeditorcode_ie_2.js,
+ editor/lang/ar.js, editor/lang/en.js, editor/lang/it.js,
+ editor/skins/default/fck_contextmenu.css,
+ editor/skins/default/fck_dialog.css,
+ editor/skins/default/fck_editor.css,
+ editor/skins/default/images/toolbar.buttonarrow.gif,
+ editor/skins/default/images/toolbar.collapse.gif,
+ editor/skins/default/images/toolbar.end.gif,
+ editor/skins/default/images/toolbar.expand.gif,
+ editor/skins/default/images/toolbar.separator.gif,
+ editor/skins/default/images/toolbar.start.gif,
+ editor/skins/default/toolbar/button.about.gif,
+ editor/skins/default/toolbar/button.bgcolor.gif,
+ editor/skins/default/toolbar/button.bold.gif,
+ editor/skins/default/toolbar/button.cell.gif,
+ editor/skins/default/toolbar/button.copy.gif,
+ editor/skins/default/toolbar/button.cut.gif,
+ editor/skins/default/toolbar/button.find.gif,
+ editor/skins/default/toolbar/button.image.gif,
+ editor/skins/default/toolbar/button.indent.gif,
+ editor/skins/default/toolbar/button.inserthorizontalrule.gif,
+ editor/skins/default/toolbar/button.insertorderedlist.gif,
+ editor/skins/default/toolbar/button.insertunorderedlist.gif,
+ editor/skins/default/toolbar/button.italic.gif,
+ editor/skins/default/toolbar/button.justifycenter.gif,
+ editor/skins/default/toolbar/button.justifyfull.gif,
+ editor/skins/default/toolbar/button.justifyleft.gif,
+ editor/skins/default/toolbar/button.justifyright.gif,
+ editor/skins/default/toolbar/button.link.gif,
+ editor/skins/default/toolbar/button.newpage.gif,
+ editor/skins/default/toolbar/button.outdent.gif,
</pre></pre>
<strong class="error">[truncated at 1000 lines; 5694 more skipped]</strong>
</div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.10</small></center>
</body></html>
|
|
From: Luis M <le...@us...> - 2004-11-23 22:13:17
|
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>phpslash-dev/contrib</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1"><span id="added">phpslash-apache-alias</span></a></tt></td><td align="right" id="added">+23</td><td></td><td nowrap="nowrap" align="right">added 1.1</td></tr>
</table>
<pre class="comment">
simple alias file for apache
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="added">phpslash-dev/contrib<br /></span>
<div class="fileheader" id="added"><big><b>phpslash-apache-alias</b></big> <small id="info">added at 1.1</small></div>
<pre class="diff"><small id="info">diff -N phpslash-apache-alias
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ phpslash-apache-alias 23 Nov 2004 22:13:06 -0000 1.1
@@ -0,0 +1,23 @@
</small></pre><pre class="diff" id="added">+# vim: ft=apache :
+# Luis Mondesi < lems1 __AT__ php-slash.org >
+# This is a sample alias for apache/apache2. To enable this
+# simple drop this file in your "conf.d" directory.
+#
+# It assumes that phpslash public_html directory has been
+# unpacked in "/usr/share/phpslash/public_html"
+#
+# ----------- Modify from here:
+Alias /phpslash "/usr/share/phpslash/public_html"
+<Directory /usr/share/phpslash/public_html>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+ # Uncomment these lines if needed:
+ # - do not allow trans session ids to show in the URL:
+ #php_flag session.use_trans_sid off
+ # - do not quote automagicly GET/POST variables:
+ #php_flag magic_quotes_runtime off
+ # - do not
+ #php_flag magic_quotes_gpc off
+</Directory>
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.10</small></center>
</body></html>
|