| | 1 | 2006-11-22 Benoit Grégoire <bock@step.polymtl.ca> |
| | 2 | * Major schema update (this one is going to make your database grind for a while, sorry |
| | 3 | about that...) |
| | 4 | Fix a long standing design problem with the node table, where the ID could be changed. |
| | 5 | This caused performance problems when replacing gateways, and caused problems when |
| | 6 | exporting data to other systems. Among other things, it will allow us to finally |
| | 7 | finish the JiWire output. |
| | 8 | * Stylesheet.php: New content type. Takes advantage of two pass content display to create stylesheets to be used only at a specific node, or with a specific content. |
| | 9 | |