Looks like we can't fulfill our own rules here due to the way we're integrated into Drupal.
So use an absolute path for ROOT_PATH and explicitly mark this as a HACK..
svn path=/trunk/; revision=847
Fix our path constants. 3 rules are important here:
* We only use relative pathes
* All constants contain pathes relative to the current directory
* All path constants end with a trailing slash
svn path=/trunk/; revision=846
Time to get the database schema file back on track, also including Kamil's changes of r832.
Always update this file as well when modifying the database schema! SHOW CREATE TABLE is your friend :)
svn path=/trunk/; revision=844
- Sync zen_reactos with webserver contents (there are some changes which went in without being committed), part 2: delete files which accidentally left from previous commit.
svn path=/trunk/; revision=835
- Bring in updates reactos-style.css from playground (its formatting is totally f.cked up, so please REDO IT WITHOUT TABS->SPACES at least!).
- Add top-level Kickstarter banner.
svn path=/trunk/; revision=834
- Start logging and displaying total time and total testing time.
- Take todo tests into account. Mark successful test with non zero todo count.
- Improve the Detail page a bit, show todo count, testing time.
svn path=/trunk/; revision=832
- zehnvor: Fix the texts "create new account" and "create new password" o the frontpage whichw were somehow warped.
- zehnvor: Fix ONLINE-378 issue (comments in blog section are ugly).
svn path=/trunk/; revision=826
By zehnvor:
- Fix the view of lists (e.g. here: http://www.reactos.org/node/663 - the dots are too far left), reactos-style.css
- Remov some senseless definitions (to improve load performance a bit, but more to make it better readable).
svn path=/trunk/; revision=822
IE10 appears to follow the standards, so skip the "hack" with IE >= 10.
This fixes compare display with IE10.
Patch by Christoph von Wittich
svn path=/trunk/; revision=820
Make compare page pass XHTML 1.0 Transitional validator.
This doesn't fix IE10 display though.
Patch by Christoph von Wittich
svn path=/trunk/; revision=819
- zehnvor: Changed the order of the definitions in the css file and found some double code that I removed. I detected a problem: lists (<ul> and <ol>) were displayed with wrong line height. So this had to be adjusted manually, but now, this should be fixed.
svn path=/branches/WebsiteRevamp/; revision=815
zehnvor:
- Add some space between the blue box and the "legend" box.
- Fix some little typos in german translation.
svn path=/branches/WebsiteRevamp/; revision=813
zehnvor:
- Added the explanation text (by hbelusca) (+ german translation - others are still needed !!!). Russian translation by abragin.
- Use the blue heading style instead of the grey in getbuilds.
- Fix a typo in german translation.
- Moved the information text (latest version).
svn path=/branches/WebsiteRevamp/; revision=810
- Add SyntaxHighlight_GeSHi extension (with removed "gesih/docs" dir), which was already available at the old website.
svn path=/branches/WebsiteRevamp/; revision=809
- Fix css, it has to be in the different dir, and it's loaded automatically by the script. This fixes 404 problem.
svn path=/branches/WebsiteRevamp/; revision=805