Update of /cvsroot/phpwiki/phpwiki/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27849/locale
Modified Files:
.exclude Makefile
Log Message:
minor fixes
Index: .exclude
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/.exclude,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -2 -b -p -d -r1.3 -r1.4
--- .exclude 29 Oct 2005 13:07:14 -0000 1.3
+++ .exclude 30 Oct 2005 16:38:14 -0000 1.4
@@ -23,3 +23,2 @@ themes/wikilens/templates/categorypage.t
themes/archX/
themes/film/
-themes/blog/templates/_info.tmpl
Index: Makefile
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -2 -b -p -d -r1.48 -r1.49
--- Makefile 29 Oct 2005 13:07:14 -0000 1.48
+++ Makefile 30 Oct 2005 16:38:14 -0000 1.49
@@ -178,4 +178,8 @@ ${POT_FILE}: ../lib/WikiUser/PersonalPag
${POT_FILE}: ../lib/WikiUser/Session.php
${POT_FILE}: ../lib/WikiUserNew.php
+${POT_FILE}: ../lib/WysiwygEdit.php
+${POT_FILE}: ../lib/WysiwygEdit/htmlarea2.php
+${POT_FILE}: ../lib/WysiwygEdit/htmlarea3.php
+${POT_FILE}: ../lib/WysiwygEdit/tinymce.php
${POT_FILE}: ../lib/XmlElement.php
${POT_FILE}: ../lib/XmlParser.php
@@ -189,5 +193,4 @@ ${POT_FILE}: ../lib/editpage.php
${POT_FILE}: ../lib/fortune.php
${POT_FILE}: ../lib/gif.php
-${POT_FILE}: ../lib/htmlarea.php
${POT_FILE}: ../lib/imagecache.php
${POT_FILE}: ../lib/install.php
@@ -310,5 +313,4 @@ ${POT_FILE}: ../lib/removepage.php
${POT_FILE}: ../lib/spam_babycart.php
${POT_FILE}: ../lib/stdlib.php
-${POT_FILE}: ../lib/tinymce.php
${POT_FILE}: ../lib/upgrade.php
${POT_FILE}: ../lib/wikilens/Buddy.php
@@ -395,4 +397,5 @@ ${POT_FILE}: ../themes/blog/templates/se
${POT_FILE}: ../themes/blog/templates/sidebar.tmpl
${POT_FILE}: ../themes/blog/templates/top.tmpl
+${POT_FILE}: ../themes/blog/templates/viewsource.tmpl
${POT_FILE}: ../themes/blog/templates/wikiblog.tmpl
${POT_FILE}: ../themes/blog/themeinfo.php
|