Fix the path to the wiki-config-drupal.php file in Drupal's mediawikiauth module.
[FORUM]
Fix the path to the moved topgradient.png.
phpBB doesn't make use of RosWeb yet. I will integrate it when I have some more time.
svn path=/trunk/; revision=903
Now commit our modified version of VectorTemplate.php to show the small changes that were needed for integrating our Drupal design into the Wiki through RosWeb.
svn path=/trunk/; revision=900
Add the unmodified version of MediaWiki 1.24.2's VectorTemplate.php file.
This file also had to be modified for integrating our layout through RosWeb, but wasn't committed yet.
svn path=/trunk/; revision=899
[ROSWEB]
- Implement getLanguage and getLatestRevision to provide localization and SVN repository information for our standalone subsystems.
Implement getLanguageBox to provide a language box that looks and feels just like our Multilink box in Drupal, but can be used for standalone subsystems.
- Rename "rosweb-provider.php" to "rosweb-provider-drupal.php" and extend it to populate the left sidebar and provide localized menus.
This file should win a prize for Drupal abuse!
- Add an alternative "rosweb-provider-dummy.php" that provides static copies of the same header, footer and sidebar for local subsystem development without requiring a Drupal installation.
Dedicated to Kamil.
- Replace our "rosweb.css" file by two alternatives, "basic.css" and "full.css". The first one should be used for third-party subsystems like MediaWiki, which generally come with their own set of styles and only need our header. The latter one should be used for our custom subsystems. It provides the full set of styles of our Drupal theme, so the standalone subsystems look and feel just like Drupal ones.
- Add some images, JavaScript and language files that used to be in the "shared" directory in RosCMS times.
[GETBUILDS, TESTMAN]
- Get both subsystems out of Drupal, make them standalone again and easily hackable even when you're not familiar with Drupal.
- Convert the markup to simple HTML5 and apply a consistent formatting in many places.
- Adapt the used styles to our Drupal theme. Previously, we had e.g. two concurrent definitions for datatable.
- Get back localization for Testman.
[WIKI]
- Minor fixes to the Vector skin to integrate better into RosWeb's CSS styles.
[DRUPAL]
- Add a Lithuanian flag to flags.png, because we have such a translation in GetBuilds.
- Minor change to the sidebar template to make it extendable in RosWeb.
- Remove the now obsolete "reactos" module.
- Remove last remainders of our Bugzilla integration.
svn path=/trunk/; revision=898
- Prepend our element IDs in header and footer with "rosweb_" to prevent naming collisions when referencing them.
- Adapt the MediaWiki 1.24.2 Vector skin to the ReactOS design. Minimize differences to the original.
Our Wiki is now the first user of the RosWeb class for properly integrating the Drupal style.
svn path=/trunk/; revision=897
- Remove reliance on 127.0.0.1. This doesn't work reliably, because rosweb.php's HTTP request may also come from eth0's IP address.
- Set $base_url for Drupal to produce working URLs when RosWeb is used by subsystems located in subdirectories.
- Use __DIR__ instead of hardcoding an absolute path to Drupal.
- Fix a typo in rosweb.php that caused a PHP parsing error.
svn path=/trunk/; revision=896
Remove our old MediaWiki 1.17-based Vector skin and import the single file we need to change of the vanilla MediaWiki 1.24.2 Vector skin.
svn path=/trunk/; revision=895
Fix the path to the GNU FDL icon.
This is an unfixed bug from the LocalSettings.php generated by latest stable MediaWiki (see https://phabricator.wikimedia.org/T93505)
svn path=/trunk/; revision=894
Adapt LocalSettings.php to MediaWiki 1.24.3 and reduce diffs to a LocalSettings.php regenerated from scratch by this MediaWiki version.
Move the confidential $wgSecretKey and $wgUpgradeKey to the hidden wiki-config.php as well. They have already been updated on the server for maintaining security.
svn path=/trunk/; revision=893
Remove the added extensions again as they are either part of vanilla MediaWiki by now or even unused on our infrastructure (like LanguageSelector).
Also remove all SyntaxHighlight_GeSHi files, because our local modifications have made it into the official version by now.
svn path=/trunk/; revision=892
- Update LocalSettings.php with the version from our web server.
- Add empty folders for the numerous extensions we're using with our MediaWiki. This gives some pointers what needs to be imported apart from vanilla MediaWiki.
- Update the files for our locally modified extensions with the versions from the web server.
Apparently, we have even become the maintainer of the AuthDrupal extension :)
svn path=/trunk/; revision=891
This will allow us to easily integrate standalone subsystems into our website design and develop our own subsystems independent of Drupal.
Work in Progress, so not yet finished!
svn path=/trunk/; revision=890
This doesn't change anything for Drupal, but allows our upcoming class to provide header, sidebar and footer individually for a website subsystem.
- Set svn:eol-style native for the template .php files.
svn path=/trunk/; revision=889
This simplifies the Web server configuration, because it doesn't need to simulate Drupal being in the top-level directory.
svn path=/trunk/; revision=887
Feed the finish() method with dummy performance data when submitting results over the web service and not buildbot_aggregator.php
svn path=/trunk/; revision=884
The "Reactos" skin was a remnant from RosCMS times, we only use the "Vector" skin these days.
So delete the old one as well.
svn path=/trunk/; revision=871
Add a readme why we can't have nice things here.. :(
This needs a reevaluation in the future, because some of the added files (like the "embed" skins) aren't even used and a proper Drupal integration should also be possible without modifying half of phpBB..
svn path=/trunk/; revision=870
Finally drop all unmodified Drupal files from our repository and only leave the "sites" subdirectory with our modules and skins.
This is also explained in the new "ReactOS_Readme.txt".
svn path=/trunk/; revision=867
[WIKI]
[PHPBB]
Move unsecured content to HTTPS
ONLINE-454 #resolve #commit Thanks. Committed a "light" version (no change in links) of the patch in r864.
svn path=/trunk/; revision=864
- display the parameters of the initial (on load) search
- fix the local storage code, last used Source is now stored and used for the initial search
- fix searching for arbitrary revisions (blank revisions field]
- increase the maximum results for comparison to 8 (requested by Hermès)
- minor UI improvements
- dedicated to Christoph
svn path=/trunk/; revision=861
- convert the Source text box into an "editable select box" and store its value if local storage is available
- allow the user to search for any part of the Source string
ONLINE-354
svn path=/trunk/; revision=857