1
0
mirror of https://github.com/php/phd.git synced 2026-03-24 07:02:07 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Moacir de Oliveira Miranda Júnior
f6ad4a9ef8 Added support to the Format Factory. Now PHD_ENTERPRISE works with the --package option. 2009-05-28 20:01:58 +00:00
Rudy Nappée
9b5882eac0 * found another way to fix bug #42927 (missing aliases) without using a new parser
* fixed verbose msgs (now each one appears only once)
* fixed link in bigxhtml & clean createTOC() functions
2008-08-11 12:46:48 +00:00
Hannes Magnusson
6e9c124fa2 - Fix version (0.4.0-enterprise)
- Set default output dir to ./output/
- Set format output dirs to lowercased version of the format name
- Create output dirs if they don't already exist
- Register the format name to PhDFormat
- Fix index.sqlite file location
- Fix odd protos (same argument name twice?)
- Fix annoying E_NOTICE
2008-08-01 18:57:52 +00:00
Rudy Nappée
7f3c75d018 * fixed verbose flags issue
* a new indexing is required if .manual.xml has changed since the last one ('--index false' automatically choose if a new indexing have to be done __ maybe it could be the default option? __)
* added few verbose msgs
2008-08-01 14:55:19 +00:00
Rudy Nappée
30afcf9400 * removed no longer necessary files
* added name of format processed
* added color and version stuff from RESTRUCTURE branch
2008-08-01 11:02:04 +00:00
Rudy Nappée
ae2b3918d8 * now supports --index modifier
* TOC is now displayed fine on xhtml
* some fixes related to SQLite3 queries
* added helper functions in PhDFormat
2008-07-31 21:23:19 +00:00
Rudy Nappée
aa8dd87b97 * revert stupid adds in last commit 2008-07-30 12:27:27 +00:00
Rudy Nappée
3ec12b007e * migrating from sqlite_ functions to SQLite3 OO methods (needs pecl sqlite3 extension) 2008-07-30 12:17:21 +00:00
Rudy Nappée
019fd15cc9 * added HEAD PhDConfig class
* cleaned some stuff in render.php
2008-07-29 19:56:49 +00:00
Hannes Magnusson
8d68b60b48 Add these files to the correct branch 2008-07-28 22:47:59 +00:00