Timeline


and

09/26/08:

10:33 Changeset [395] by szabgab
change version to v0.02 add documentation
00:51 Changeset [394] by adamk
A vaste swatch of refactoring goodness. Started creating some uniformity …

09/25/08:

00:59 Changeset [393] by adamk
Adding the first pass at Cloudfiguration

09/24/08:

22:22 Changeset [392] by szabgab
turn the color definition into a hash
22:00 Changeset [391] by szabgab
stop importing everything from Wx for the Editor
21:50 Changeset [390] by szabgab
stop importing everything from Wx for the Preferences
21:48 Changeset [389] by szabgab
stop importing everything from Wx for the Menu
21:41 Changeset [388] by szabgab
stop importing everything from Wx for the FindDialog?
21:36 Changeset [387] by szabgab
stop importing everything from Wx for the Bookmarks
21:31 Changeset [386] by szabgab
move the Project related (unused) gui code out of the way in a separate …
21:27 Changeset [385] by szabgab
separate out the on_goto method in its own file
20:12 Changeset [384] by szabgab
separate out the unused code for right-click handling

09/23/08:

13:23 Changeset [383] by szabgab
let the colour picker return an array ref with the 3 RGB values
13:21 Changeset [382] by szabgab
add colour picker
13:10 Changeset [381] by szabgab
add date picker method
11:29 Changeset [380] by szabgab
add file picker method and slightly refactor dialog window
11:14 Changeset [379] by szabgab
add single choice and directory picker
03:13 Changeset [378] by adamk
Removed dependency on Class::Accessor. Moved all database functionality to …

09/22/08:

21:27 Changeset [377] by szabgab
stop loading the English module. It was not even used…
05:55 Download edited by szabgab
(diff)
05:51 Changeset [376] by szabgab
tag Padre 0.10
05:47 Changeset [375] by szabgab
change version number to 0.10 dos2unix Changes

09/21/08:

22:03 Changeset [374] by szabgab
set mimetype and lexer after save_as and possibly changing file extension
22:03 Changeset [373] by szabgab
fix ->page to ->editor
21:40 Changeset [372] by szabgab
slight refactoring in padre_setup
21:31 Changeset [371] by szabgab
factor out the guess_mimetype method
21:15 Changeset [370] by szabgab
make the default mime-type for new files to be perl
21:10 Changeset [369] by szabgab
indicate the mime-type on the status bar
21:05 Changeset [368] by szabgab
dos2unix two files
21:02 Changeset [367] by szabgab
move the stc related event handlers to Padre::Wx::Editor
20:57 Changeset [366] by szabgab
rename Padre::Wx::Text to Padre::Wx::Editor
20:50 Changeset [365] by szabgab
remove unused get_page_text method
20:49 Changeset [364] by szabgab
remove unused _buffer_changed method
20:45 Changeset [363] by szabgab
show list of subs event when the file is first opened
20:29 Changeset [362] by szabgab
fix double click in the goto subroutine event
20:22 Ticket #35 (no image handler for type 9 defined) closed by szabgab
fixed
20:02 Changeset [361] by szabgab
update changes
18:02 Changeset [360] by szabgab
add Pir support
17:10 Changeset [359] by szabgab
add pasm and Perl6 syntax highlighting
13:11 Changeset [358] by adamk
Various changes to move event handlers unrelated to the MainWindow? out of …
03:19 Changeset [357] by szabgab
return if no document

09/20/08:

09:54 Changeset [356] by szabgab
add most of the mime-types and the lexer values that were in the %SYNTAX …
09:28 Changeset [355] by szabgab
setup yaml mimetype add colouring for all the types we have at least a …
09:13 Changeset [354] by szabgab
some indentation cleanup move the autocomplete method to the Document base …

09/19/08:

22:02 Changeset [353] by szabgab
eliminate unused _get_page_text _set_page_text methods
21:56 Changeset [352] by szabgab
remove unused _lexer cunction and the SYNTAX hash from the MainWindow?
21:53 Changeset [351] by szabgab
some cleanup
21:48 Changeset [350] by szabgab
move several functions over from MainWindow? to Document
21:16 Changeset [349] by szabgab
use _DOCUMENT in run_in_padre
21:14 Changeset [348] by szabgab
move run_in_padre function to MainWindow?
14:15 Changeset [347] by szabgab
move the calltip keywords to the Document::Perl subclass
14:08 Changeset [346] by szabgab
setup syntax highlighting based on mimetype
13:59 Changeset [345] by szabgab
split up the new method of Wx::Text to have a padre_setup method
13:52 Changeset [344] by szabgab
some cleanup move the call to the lexer from the Wx::Text for the …
13:42 Changeset [343] by szabgab
rename page to editor in the Document class
13:37 Changeset [342] by szabgab
eliminate page_id from the Document class as a document can belong to …
13:20 Changeset [341] by szabgab
fix most visible bugs introduced in previous change
13:02 Changeset [340] by szabgab
eliminating the _set_filename and get_filename methods from the main …
12:36 Changeset [339] by szabgab
stop keping the newline_type information in the editor objct and move it …
12:09 Changeset [338] by szabgab
add minimum perl to some files
12:07 Changeset [337] by szabgab
create Document object when page is loaded and cache it in the editor …
11:57 Changeset [336] by szabgab
no need to specify size
10:43 Changeset [335] by szabgab
todo and avoid crash in Menu
10:43 Changeset [334] by szabgab
factor out the load_file method from the setup_editor method
10:26 Changeset [333] by szabgab
rename function dealing with file_type to talk about newline_type
10:13 Changeset [332] by szabgab
replace leading spaces by leading tabs in some of the files
10:12 Changeset [331] by szabgab
shortcuts on find dialog
10:02 Changeset [330] by szabgab
replace leading spaces by leading tabs in some of the files
09:41 Changeset [329] by szabgab
replace leading spaces by leading tabs in some of the files
09:40 Changeset [328] by szabgab
allow the use of \t in the replace part of search and replace
09:21 Changeset [327] by szabgab
allow searches to start with
09:12 Changeset [326] by szabgab
fix the goto subroutine code that was broken when the search dialog was …
07:26 Changeset [325] by adamk
Updating Padre::DB, ORLite dependency is now 0.13. Use the new tables …
07:04 Changeset [324] by szabgab
manifest update

09/18/08:

10:16 Changeset [323] by adamk
Split out the Toolbar
09:24 Changeset [322] by szabgab
add super experimental menu option to allow the user to run the code in …
09:10 Changeset [321] by szabgab
add replace all button and implement it as a transaction
07:50 Changeset [320] by szabgab
finish search and replace implementation for single item
06:42 Changeset [319] by szabgab
further refactor the search dialog
06:24 Changeset [318] by szabgab
further refactoring search dialog. Add replace button
05:35 Changeset [317] by szabgab
refactor search dialog

09/17/08:

22:09 Changeset [316] by szabgab
Add Shift-F3 to search in the opposite direction
22:03 Changeset [315] by szabgab
implement backward search
21:30 Changeset [314] by szabgab
add utility function for search
19:43 Changeset [313] by szabgab
separate the regex building code in the search dialog
19:31 Changeset [312] by szabgab
start using the close on hit checkbox on the search dialog
19:07 Changeset [311] by szabgab
change the search dialog not to be modal
17:45 Changeset [310] by szabgab
report when file could not be saved and keep it as "unsaved" #74
17:39 Changeset [309] by szabgab
refactoring the Find dialog
17:36 Changeset [308] by szabgab
refactoring the Find dialog
17:15 Ticket #74 (Padre pretends to save read-only files) created by manni
If a file is read-only, Padre will not issue an error message. In fact, it …
13:52 Changeset [307] by szabgab
some steps in the direction of creating executable on windows
13:24 Changeset [306] by szabgab
separate the Padre::Install module from Build.PL
12:43 Ticket #41 (line endings) closed by szabgab
fixed
12:26 Download edited by szabgab
(diff)
12:25 Changeset [305] by szabgab
tag v0.09 of Padre
12:24 Changeset [304] by szabgab
update version numbers to 0.09, release Padre v0.09
12:15 Changeset [303] by szabgab
ensure that we include and then find the shared files when building …
11:52 Changeset [302] by szabgab
include missing files in MANIFEST
10:20 Changeset [301] by szabgab
use File::ShareDir::PAR
09:38 Changeset [300] by szabgab
add stack trace and recursive unit test
09:13 Changeset [299] by szabgab
set some of the buttons to be the default on dialogs
06:45 Changeset [298] by szabgab
fixing recently introduced bug: save the list of the currently opened …
05:56 Changeset [297] by szabgab
make the buttons the same size on the preference window
01:07 Changeset [296] by adamk
Adding temporary dumping ground Padre::PPI. Adding a demonstration "Find …

09/16/08:

09:54 Projects created by szabgab
09:38 Changeset [295] by szabgab
tag v0.04 of Debug::Client
09:04 Changeset [294] by szabgab
release v0.04 of Debug::Client
08:54 Changeset [293] by szabgab
update the Changes file and the ->buffer method
08:48 Changeset [292] by szabgab
rename to Debug::Client rename module rename to Debug::Client
07:16 Changeset [291] by adamk
Got save/save_all/close/close_all/exit all behaving correctly with regards …
05:50 Changeset [290] by adamk
Change Edit->Setup to Edit->Preference and added a menu seperator. Move …
05:07 Changeset [289] by adamk
Improving the About dialog to show the configuration directory. Make the …
03:44 Changeset [288] by adamk
Function --> Method
03:42 Changeset [287] by adamk
Bug fix
03:39 Changeset [286] by adamk
Keep experimental setting on menu reflow
03:37 Changeset [285] by adamk
Don't run exit if fork() on Win32, it crashes Padre
03:28 Changeset [284] by adamk
Bug fix
03:13 Changeset [283] by adamk
Making experimental a configuration flag
01:32 Changeset [282] by adamk
Adding Padre::Wx. Adding Padre::Document::Perl Getting experimental reflow …

09/15/08:

18:16 Changeset [281] by szabgab
add breakpoints add some more tests start using Test::Deep stop checking …
16:55 Changeset [280] by szabgab
fork when padre is launched to go to background
16:54 Changeset [279] by szabgab
remove Ctrl-Shift-Z from redo as Ctrl-Y already works
08:32 Changeset [278] by szabgab
fix missing change from Menu refactoring
06:03 Changeset [277] by szabgab
add run method and unit tests

09/14/08:

22:55 Ticket #73 (Padre 0.08 crashes on Windows XP) created by j1n3l0
I just upgraded to version 0.08 of Padre and I cannot seem to start Padre …

09/13/08:

19:10 Changeset [276] by szabgab
v0.03 of debugger released
18:14 Changeset [275] by szabgab
release v0.03 or the debugger
18:12 Changeset [274] by szabgab
add more tests for step out in various contexts
17:29 Changeset [273] by szabgab
add debugging output to failed tests
09:34 Changeset [272] by szabgab
release v0.02 of the Padre::Debugger module
09:34 Changeset [271] by szabgab
set version number to 0.02
09:16 Changeset [270] by szabgab
set the highlighting color for qr
09:15 Changeset [269] by szabgab
add method step_out
08:33 Changeset [268] by szabgab
testing step over
08:29 Changeset [267] by szabgab
add get_value method to fetch the value of a scalar variable
07:49 Changeset [266] by szabgab
more tests
07:41 Changeset [265] by szabgab
refactor tests to use the LIST context interface
06:59 Changeset [264] by szabgab
in list context split up the data returned from the debugger
06:45 Changeset [263] by szabgab
more code to test module
06:34 Changeset [262] by szabgab
move common test related code to t::lib::Debugger
06:20 Changeset [261] by szabgab
add testing subs
05:44 Changeset [260] by szabgab
fix the test regex, escaping the literal |
05:23 Changeset [259] by szabgab
some test script cleanup
05:21 Changeset [258] by szabgab
rename step to step_in, add show_line method
05:14 Changeset [257] by adamk
Reorganised some of the menus. Adding more code to Padre::Document

09/12/08:

21:18 Changeset [256] by szabgab
release v0.01 of the debugger
21:16 Changeset [255] by szabgab
fix pod
21:14 Changeset [254] by szabgab
add more files needed for the first distribution, add docs
20:56 Changeset [253] by szabgab
add some basic code for the debugger API
08:26 Articles edited by szabgab
(diff)
08:23 Download edited by renormalist
tpyo (diff)

09/11/08:

17:51 Changeset [252] by szabgab
try to clean up the searching code by moving most of it to …
15:56 Changeset [251] by szabgab
fix typo
14:24 Screenshots edited by szabgab
(diff)
14:23 padre_0.08_on_ubuntu.png attached to Screenshots by szabgab
14:05 Ticket #72 (Sub name navigation and text searching broken for UTF8-containing files) created by patspam
Clicking on sub name in right panel sub list generates the following error …
06:59 Download edited by szabgab
(diff)
06:58 Changeset [250] by szabgab
release 0.08 of Padre
06:56 Changeset [249] by szabgab
update version number to 0.08

09/10/08:

17:41 Changeset [248] by szabgab
give more values to the calltip, make it the default
17:24 Changeset [247] by szabgab
update Changes file
17:23 Changeset [246] by szabgab
implement basic CallTips? and add menu option to enable/disable them
15:29 Download edited by szabgab
(diff)
13:38 Changeset [245] by szabgab
remove comments
12:59 Changeset [244] by szabgab
load bookmarked file if it is not in the memory yet
12:56 Changeset [243] by szabgab
find bookmarked file if it is already in memory
12:27 Changeset [242] by szabgab
goto bookmark works now, within the same session as long as the page has …
11:58 Changeset [241] by szabgab
cleanup of the bookmark dialog
11:32 Changeset [240] by szabgab
separate the list_bookmarks function
11:22 Changeset [239] by szabgab
allow deleting a bookmark
10:53 Changeset [238] by szabgab
adding bookmarks
07:18 Changeset [237] by szabgab
add single_choice and a sample script with it

09/09/08:

21:25 Changeset [236] by szabgab
Start writing Padre::Wx::Bookmarks that handles setting bookmarks and then …
17:12 Changeset [235] by szabgab
dont crash when opening a file while no other file is open yet
05:15 Changeset [234] by szabgab
open file sould open in the directory where the current file is

09/08/08:

20:48 Changeset [233] by szabgab
in search, escape the $ only if we are using it as a regex
20:32 Changeset [232] by szabgab
set a simple icon to be the icon of Padre for now
20:08 Changeset [231] by szabgab
update the list of methods when switching tabs using Alt-n
19:53 Changeset [230] by szabgab
make sure the toolbar is Realized on windows as well.
16:32 Changeset [229] by szabgab
enable/disable use of regex in search
16:24 Changeset [228] by szabgab
stop crashing when we cannot build the regex from search term
16:19 Changeset [227] by szabgab
stop crashing when we cannot build the regex from the prefix used for …
16:05 Changeset [226] by szabgab
add menu option to convert file line ending type
15:51 Changeset [225] by szabgab
comment out the project menu as it is not yet in use
15:47 Changeset [224] by szabgab
add toolbar back
15:38 Changeset [223] by szabgab
replace relative path with full path if opening file on the command line
15:07 Ticket #3 (In "open file" show filenames without extension as well) closed by szabgab
fixed
14:52 Ticket #24 (Always save full path in opened-files history) closed by szabgab
fixed
12:15 Changeset [222] by szabgab
color some more of the perl constructs
12:02 Changeset [221] by szabgab
let Ctrl-Shift-O open also files even if only the module name was selected
11:53 Changeset [220] by szabgab
add Ctrl-Shift-O to open file based on the current selection in the …
11:07 Changeset [219] by szabgab
some ack improvement

09/07/08:

18:36 Changeset [218] by szabgab
move all the Ack related code to Padre::Wx::Ack
18:30 Changeset [217] by szabgab
move the ack related code to a separate file called App::Ack and fix the …
18:00 Ticket #5 (Allow for changing font size) closed by szabgab
fixed: zoom-in/zoom-out is a service of scintilla Menu options were added already …
17:28 Ticket #71 (search within a function) created by szabgab
allow the search to be limited to the current function or enclosing block …
12:54 Changeset [216] by szabgab
use real Wx:AboutDialogInfo widget for the about box
12:01 Changeset [215] by szabgab
hide command line
11:35 Changeset [214] by szabgab
hide method names when they dont start on the first column as a …
11:09 Changeset [213] by szabgab
add menu option to close all buffers
10:34 Download edited by szabgab
(diff)
08:03 Changeset [212] by szabgab
escape $ signs by default so they will not interpolate during search

09/05/08:

09:52 Changeset [211] by adamk
Allow the reflow of the menu to disable the entire Run menu
08:48 Changeset [210] by adamk
Starting the reflow functionality
08:45 Changeset [209] by adamk
Whitepage niggly
08:34 Changeset [208] by adamk
Fleshing out some more methods

09/04/08:

17:40 Changeset [207] by szabgab
dos2unix MANIFES
17:33 Changeset [206] by szabgab
v0.07 of Padre released
17:31 Changeset [205] by szabgab
change version numbers to 0.07
17:24 Changeset [204] by szabgab
move exporting code out from pod
17:24 Changeset [203] by szabgab
update MANIFEST preparing for release
17:23 Changeset [202] by szabgab
update Changes preparing for release
17:23 Changeset [201] by szabgab
add Wx::Perl::Dialog as prereq
17:06 Changeset [200] by szabgab
add the Ack dialog
17:05 Changeset [199] by szabgab
remove the ack menu item for now
07:27 Download edited by szabgab
(diff)
06:19 Ticket #70 (CPAN integration) created by szabgab
Integrate Padre with searching CPAN, displaying documentation from there …

09/03/08:

11:44 Ticket #69 (Automatically chdir to the perl script) created by levengli
Many scripts assume that they are located at a given place and try to …
11:19 Download edited by szabgab
(diff)
01:57 Changeset [198] by adamk
Simplify the code needed to find the current Perl interpreter. Moved the …
01:55 Changeset [197] by adamk
Remove unneeded imports
01:54 Changeset [196] by adamk
Whitespace removal
01:52 Changeset [195] by adamk
A little more work on the Document and Project abstractions
01:51 Changeset [194] by adamk
META.yml shouldn't be in the manifest

09/02/08:

13:38 Download edited by szabgab
ActivePerl? (diff)

09/01/08:

18:29 Changeset [193] by szabgab
describe SVN tree
18:10 Changeset [192] by szabgab
Wx-Perl-Dialog 0.01 released
18:07 Changeset [191] by szabgab
move Padre::Demo to be a separate project called Wx::Perl::Dialog
09:16 Changeset [190] by szabgab
point to the mailing list from META.yml
09:09 Changeset [189] by szabgab
show/hide the status bar according to previous setting was broken. Now it …
08:21 Changeset [188] by szabgab
stop jumping on selection movement in the list of methods frame as Alias …
08:05 Changeset [187] by szabgab
update the status when the mouse is moved
07:31 Changeset [186] by szabgab
require threaded perl
06:40 Changeset [185] by szabgab
add depend on App::Ack
04:27 Download edited by szabgab
(diff)

08/31/08:

12:36 Download edited by alexm
added installation steps for ubuntu hardy (diff)
11:54 Changeset [184] by tsee
make ./Build exe work on systems other than Gabor's
11:11 Changeset [183] by szabgab
add experimental thread support, on the way to include background jobs …
05:15 Download edited by szabgab
(diff)

08/30/08:

17:30 Changeset [182] by szabgab
thanks to Steffen
17:23 Features edited by szabgab
(diff)
17:14 Ticket #29 (Add autocompletion) closed by szabgab
fixed
16:24 Changeset [181] by szabgab
add TSEE to Changes some white spaces after =cut
15:01 Changeset [180] by tsee
implement creation of executables from temporary files. Use multi-arg …
14:23 Changeset [179] by tsee
Add documentation, add plugin_config accessor for accessing one's own …
14:22 Changeset [178] by tsee
test for plugins section in configuration
14:21 Changeset [177] by tsee
whitespace fix: newline after =cut
14:20 Changeset [176] by tsee
small logic glitch: reverse order of is_deeply arguments
14:03 Changeset [175] by tsee
add configuration section for plugins
13:08 Ticket #68 (Move the plugin code to its own class) closed by tsee
fixed
13:07 Ticket #66 (Add support for plugins loaded from within PAR files) closed by tsee
fixed
13:06 Changeset [174] by tsee
The plugins hash lives in the plugin manager now, not in the main object
13:04 Changeset [173] by tsee
Move plugin code to its own class, add an instance of that 'PluginManager?' …
13:02 Changeset [172] by tsee
Depend on PAR for plugins
13:01 Changeset [171] by tsee
Add logic to determine the default user plugin directory.
11:54 Changeset [170] by szabgab
Add Zoom-reset menu options to change the zoom on all documents
11:25 Changeset [169] by szabgab
Add Zoom-in/Zoom-out menu options to change the zoom on all documents
11:05 Changeset [168] by szabgab
Allow spliting windows to see two parts of the same document
10:13 Changeset [167] by szabgab
split the setup_editor function to too trying to add split_window …
09:38 Download edited by szabgab
(diff)
08:49 Ticket #68 (Move the plugin code to its own class) created by tsee
In the wake of adding the plugin-from-PAR functionality, it struck me that …

08/29/08:

22:09 Ticket #67 (Ctrl-P/Ctrl-N autocompletion) created by tsee
The current Ctrl-p autocompletion is modeled after what vim does. That's …
22:03 Ticket #66 (Add support for plugins loaded from within PAR files) created by tsee
Instead of expecting the user to perform a plugin installation using the …
21:26 Changeset [166] by szabgab
localize _in_setup_editor
21:06 Features edited by szabgab
(diff)
21:05 Ticket #65 (Add capability to run the unit tests of a project) created by szabgab
21:03 Ticket #64 (Split view) created by szabgab
Allow to see and edit the same document at two different areas.
21:00 Ticket #63 (Code browser) created by szabgab
A tool to show the layout (class, methods, functions, etc.)
20:59 Ticket #62 (Var tree) created by szabgab
show the list of variables used in the code make sure we recognize that …
20:57 Ticket #61 (Add code folding) created by szabgab
20:56 Ticket #60 (Add Incremental search) created by szabgab
17:21 Download edited by szabgab
(diff)
16:01 Changeset [165] by szabgab
add menu option to SetIndentationGuides?
15:41 Changeset [164] by szabgab
move around some functions on_run when showing the output window, also …
14:52 Changeset [163] by szabgab
move some code to Padre::Wx::Help
14:13 Changeset [162] by szabgab
separate out the code of Padre::Wx::Execute
13:49 Download edited by szabgab
(diff)
13:39 Changeset [161] by szabgab
separate code to the Padre::Wx::Menu module
11:20 Changeset [160] by szabgab
allow the user to change the width ot TABs as they are displayed
10:26 Changeset [159] by szabgab
move the content of create_exe into Build.PL
08:08 Changeset [158] by szabgab
typo fix

08/28/08:

18:04 Changeset [157] by szabgab
separate the code to show the preferences window to the …
14:20 Changeset [156] by szabgab
update the exe creation script
14:19 Download edited by szabgab
(diff)
14:05 Articles edited by szabgab
(diff)
12:51 Download edited by szabgab
v0.06 released (diff)
12:46 Changeset [155] by szabgab
tag release 0.06 of Padre
12:46 Changeset [154] by szabgab
changes in 0.06
12:42 Changeset [153] by szabgab
Add dir_selector to Padre::Demo
10:04 Changeset [152] by szabgab
fix Padre::Demo add password entry function
09:43 Changeset [151] by szabgab
turning some function calls to be method calls just for the sake of OOP
08:54 Changeset [150] by szabgab
jump to search text after selecting checkbox
08:11 Changeset [149] by szabgab
stop updating status when in the middle of deleting an editor operation
07:38 Changeset [148] by szabgab
limit the max number of recent files to 20
07:31 Changeset [147] by szabgab
add /m to search regex replace titles of NA buffers with names in the …

08/27/08:

21:24 Changeset [146] by szabgab
move the Alt-n calls to be menu items including the full filename
20:12 Changeset [145] by szabgab
make commenting out and uncommenting out atomic in the undo buffer
20:03 Changeset [144] by szabgab
factor out on_set_mark and on_jumpto_mark
19:54 Changeset [143] by szabgab
remove some unused code
19:44 Changeset [142] by szabgab
move on_uncomment_block to menu option
19:39 Changeset [141] by szabgab
eliminate the need to specially catch Ctrl-Shitf-Z
19:31 Changeset [140] by szabgab
remove Ctrl-Shift-H from the on_key sub as it is being handled by the menu …
19:28 Changeset [139] by szabgab
move brace matching to be a menu option
19:22 Changeset [138] by szabgab
change the FindDialog? in preparation of the find an replace operation
16:13 Changeset [137] by szabgab
replace string search by regex search #2
14:05 Changeset [136] by szabgab
add t/lib/Padre.pm to MANIFEST
13:37 Changeset [135] by szabgab
set version to 0.06 in all the perl modules add release.pl script to aid …
13:23 Changeset [134] by szabgab
add copyright statement
12:35 Changeset [133] by szabgab
Include authors tests for Perl critic and POD in xt/ directory
06:05 Changeset [132] by szabgab
move remaining TODOs from POD to Trac
06:02 Ticket #59 (Indexing PODs) created by szabgab
Indexing the words of all the pod files? (Search engine?) Indexing the …
06:01 Ticket #58 (clickable links in Podviewer) created by szabgab
When displaying pod allow for clicking on names of other modules to be …
06:00 Ticket #57 (Show only modules with POD in them) created by szabgab
If a file exists but no pod in there, don't show just a white page.
05:59 Ticket #56 (indexing pods from within Padre) created by szabgab
Enabled (re)indexing PODs from within the application.
05:42 Changeset [131] by szabgab
remove the Padre::Demo related tests
05:35 Changeset [130] by szabgab
dos2unix to fix broken line ending
Note: See TracTimeline for information about the timeline view.