1
0
mirror of https://github.com/php/phd.git synced 2026-03-29 10:32:20 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Hannes Magnusson
dc74f794c1 - Fix colspan logic
- Fix regression in last commit
- Implement tfoot
- Add test
2007-08-05 18:54:57 +00:00
Hannes Magnusson
1830ab602f Improve CALS table rendering 2007-08-05 17:47:09 +00:00
Hannes Magnusson
8ba0752ab3 Import PhD rev2 2007-08-05 14:49:55 +00:00
Gwynne Raskind
5d1adc402b Revert my last commit. It was dumb. 2007-07-28 23:58:06 +00:00
Gwynne Raskind
1b76543271 Beginnings of a new implementation. This code DOES NOT WORK, and is very incomplete. The last set of working code has been tagged in the repository. 2007-07-28 14:27:32 +00:00
Gwynne Raskind
ea73385a54 I'm a very sad panda; I made a booboo in adding & to $this for callback arrays. Undoing it makes me a happy panda. 2007-07-27 23:49:12 +00:00
Gwynne Raskind
7706f18618 Semicolons at the end of class definitions mess up vim folding. 2007-07-27 23:32:11 +00:00
Gwynne Raskind
f51800ee87 whole bunch of stuff:
- A number of WS changes in bjori's code (nothing against bjori, but I can't read such compressed code)
- Added license information and vim modelines to most files
- Added a TODO with some initial thoughts
- The test build.php now depends on a config.php existing (create it with setup/setup.php)
- Change the includes a little.
- The base PhDReader class is now abstract and declares abstract methods for themes to implement.
- Added __construct() and __destruct() skeletons where needed; it's good style.
- Use NULL, TRUE, FALSE in all capitals, again readable style.
- Use ${} syntax in strings instead of {$} syntax. Improves syntax highlighting in some editors.
- Use references to $this in callback arrays, why not?
- Documented a few functions a little.
- Did I mention vim modelines? There's a lot of those :).
2007-07-27 23:09:28 +00:00
Hannes Magnusson
f21ed674f6 Initial commit of PhDReader and PhDXHTMLReader 2007-07-27 21:37:08 +00:00
Gwynne Raskind
7962ca6651 Initial import of PhD sources. Note that these files currently are under the MIT license; this may change in the near future and we politely ask that until a final decision is made, the code not be used elsewhere. 2007-07-25 04:52:54 +00:00