-
johnwebbcole committed patchset 1 of module BatchSplitter to the BatchSplitter CVS repository, changing 13 files.
2007-10-15 14:55:46 UTC in BatchSplitter
-
Renaming a page does not work in latest cvs version.
1) create a page called 'test'
2) go to the admin page and do a wikiadminselect on 'test'
3) rename the file to 'testrename'
The result is:
* Couldn't rename page 'test' to 'testrename'.
No pages renamed.
2006-06-19 17:11:03 UTC in PhpWiki
-
If you log in (either as admin or a user) and you hit
the log out button, you are shown to be logged out.
However, if you click on a link or refresh the page,
you are shown to be logged in as the user you were
before logging out.
2006-06-19 17:08:59 UTC in PhpWiki
-
I'm running the current CVS version with the following
USE_EXTERNAL_HTML2PDF
USE_EXTERNAL_HTML2PDF = "C:\Program Files\Easy Software
Products\HTMLDOC\htmldocd.exe --quiet --format pdf14
--no-toc --no-title --no-links --webpage %s"
Note: when run from the command line against a phpwiki
html dump file, this DOES create a valid pdf.
If you attempt to create a PDF via phpWiki, no page...
2006-06-19 17:06:37 UTC in PhpWiki
-
Logged In: YES
user_id=892481
I figured out my problem, I was comparing a VB file to a cvs
backup. This works as it should.
2005-09-06 15:36:37 UTC in WinMerge
-
Logged In: YES
user_id=892481
Here is a code snippet of a vb property that had its error
handler replaced and line numbers added. It would be nice
to show that the core code of the function was not changed
in WinMerge
--------------original---------------------
Public Property Let Parent_hWnd(ihWnd As Long)
On Error GoTo Error_Handler
m_Parent_hWnd = ihWnd.
2005-09-06 15:32:50 UTC in WinMerge
-
Color syntax highlighting is a GREAT feature, but when
you have line numbers in VB code, WinMerge doesn't
syntax highlight the line, though it does higlight
lines with tags.
Here is an example code snippet:
Public Property Let Parent_hWnd(ihWnd As Long)
10 On Error GoTo EH
20 m_Parent_hWnd = ihWnd
30 Exit Property
EH:
40 Select Case Err.Number
Case Else.
2005-09-06 15:30:13 UTC in WinMerge
-
We are using line numbers in our Visual Basic code for
use in error handlers. It would be a great help if win
merge could be told to ignore the line numbers when
comparing files.
For example, if you remove the line numbers (via a vb
addin) modify the code then add them back, the line
numbers won't be the same after the edit (if a line was
added/removed) and all the lines will show up...
2005-09-06 15:21:46 UTC in WinMerge
-
Logged In: YES
user_id=892481
+1 for this feature.
2005-05-25 22:18:09 UTC in TestLink
-
If you try to use wiki admin select using a wildcard
(for example jcole/Blog/*) it doesn't return anything.
This worked recently, but is broken in the current cvs
head.
2005-05-25 21:49:40 UTC in PhpWiki