Commit Graph

1062 Commits

Author SHA1 Message Date
Pierre Schweitzer
646707dc85 [FORUM]
Update to phpBB 3.0.14

svn path=/trunk/; revision=904
2015-05-13 15:44:53 +00:00
Colin Finck
b905bda870 [DRUPAL]
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
2015-04-23 12:50:35 +00:00
Colin Finck
b2beb122a9 [WIKI]
Fix a warning in the AuthDrupal plugin occurring in MediaWiki 1.24.2.
This is still WIP, tested on Playground now.

svn path=/trunk/; revision=902
2015-04-23 12:48:26 +00:00
Colin Finck
9bc1c73ea9 [FORUM]
Move the top-level "phpbb" directory to "forum" as we always had it and still have on the web server.

svn path=/trunk/; revision=901
2015-04-20 12:54:12 +00:00
Colin Finck
5b8d2db5e8 [WIKI]
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
2015-04-20 12:20:01 +00:00
Colin Finck
03e4bb53c9 [WIKI]
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
2015-04-20 12:18:31 +00:00
Colin Finck
3f5bdb6d06 The big "Reclaim our subsystems" commit!
[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
2015-04-20 12:12:47 +00:00
Colin Finck
c73ac1fee2 - Put common styles for header and footer into a rosweb.css, and include this stylesheet in our Drupal design and Wiki skin.
- 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
2015-04-18 20:25:03 +00:00
Colin Finck
80559f2193 [ROSWEB]
- 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
2015-04-18 19:56:31 +00:00
Colin Finck
6dc3d8d5fc [WIKI]
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
2015-04-18 18:10:08 +00:00
Colin Finck
356eb01501 [WIKI]
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
2015-04-18 18:04:28 +00:00
Colin Finck
6fdb6886fc [WIKI]
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
2015-04-16 21:10:38 +00:00
Colin Finck
d1218013bb [WIKI]
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
2015-04-16 20:18:21 +00:00
Colin Finck
526b0d936a [WIKI]
- 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
2015-04-16 20:03:28 +00:00
Colin Finck
919470a467 Introduce the RosWeb class to cleanly connect a standalone website subsystem with our Drupal layout and user information.
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
2015-04-16 19:18:06 +00:00
Colin Finck
9bdf294b56 - Split the page.tpl.php into header, sidebar and footer and include the corresponding files from page.tpl.php again.
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
2015-04-16 19:14:37 +00:00
Colin Finck
56707046af Remove last remnants of our old Bugzilla
svn path=/trunk/; revision=888
2015-04-16 18:34:39 +00:00
Colin Finck
8915d1bef5 Move Drupal to the top-level www.reactos.org directory.
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
2015-04-16 18:27:07 +00:00
Amine Khaldi
b471c15d71 [TESTMAN] Blacklist gdi32:bitmap and urlmon:protocol.
svn path=/trunk/; revision=886
2015-03-20 19:19:07 +00:00
Kamil Hornicek
6e3bf13e2f [TESTMAN]
- fix the total failure count caption

svn path=/trunk/; revision=885
2015-03-16 13:43:36 +00:00
Colin Finck
08d23ba2c2 [TESTMAN]
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
2015-03-01 11:34:44 +00:00
Colin Finck
6cebad2f1c [TESTMAN]
Add a missing include that was forgotten during a cleanup in r712 in 2012

svn path=/trunk/; revision=883
2015-02-28 03:17:53 +00:00
Colin Finck
39269bddf8 [TESTMAN]
Fix a syntax error in r603 from 2011 :)

svn path=/trunk/; revision=882
2015-02-28 03:03:55 +00:00
Pierre Schweitzer
e13a6ada70 [TESTMAN]
Remove now stable tests from blacklist

svn path=/trunk/; revision=881
2015-02-18 11:07:22 +00:00
Amine Khaldi
e643218888 [WIKI] Change the link from the IGG page to the Community website.
svn path=/trunk/; revision=880
2015-02-10 18:47:47 +00:00
Amine Khaldi
54c287e426 [PHPBB] Change the link from the IGG page to the Community website.
svn path=/trunk/; revision=879
2015-02-10 18:46:33 +00:00
Amine Khaldi
d4b12aaab9 [DRUPAL] Change the link from the IGG page to the Community website.
svn path=/trunk/; revision=878
2015-02-10 18:44:31 +00:00
Kamil Hornicek
75b2f9f6fd [TESTMAN]
- try to fix the total testing time retrieval

svn path=/trunk/; revision=877
2015-02-08 14:09:46 +00:00
Amine Khaldi
de70953db1 * These seem to be no longer flaky/random.
svn path=/trunk/; revision=876
2014-11-15 14:51:54 +00:00
Pierre Schweitzer
9f5ed4542a [TESTMAN]
Blacklist gdiplus:graphicspath, gdiplus:region, msxml3:xmlview, user32:AttachThreadInput and user32:menu on Amine's request

svn path=/trunk/; revision=875
2014-11-15 13:39:33 +00:00
Kamil Hornicek
9b25b2d970 [TESTMAN]
- add a "Clear selection" button, so it's possible to unselect all tests at once without reloading the whole page

svn path=/trunk/; revision=874
2014-10-20 14:38:05 +00:00
Ziliang Guo
7dae9d8754 [DRUPAL]
- Update flags used for supported languages.
ONLINE-478

svn path=/trunk/; revision=873
2014-10-07 20:22:45 +00:00
Kamil Hornicek
614b763816 [TESTMAN]
- revert r862, it's not really helpful
ONLINE-477

svn path=/trunk/; revision=872
2014-10-01 13:20:14 +00:00
Colin Finck
34f66f60b5 [WIKI]
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
2014-06-19 15:31:59 +00:00
Colin Finck
ef6667c9fa [PHPBB]
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
2014-06-17 18:07:55 +00:00
Colin Finck
0f6d3dfe73 [WIKI]
Drop all unmodified MediaWiki files from our repository as well (along with remnants from previous versions).

svn path=/trunk/; revision=869
2014-06-17 14:16:03 +00:00
Colin Finck
e0c5bc4c29 [BUGZILLA]
We have moved to JIRA long time ago, drop Bugzilla from our repository as well.

svn path=/trunk/; revision=868
2014-06-17 10:35:16 +00:00
Colin Finck
2c05f57cb3 [DRUPAL]
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
2014-06-17 10:33:48 +00:00
Pierre Schweitzer
cbbd4d9c8a [DRUPAL]
- Removed dots before list entries in the Navigation menu.
- Enlarged font size by 1px

Patch by Fabian L.

svn path=/trunk/; revision=866
2014-05-23 08:47:46 +00:00
Christoph von Wittich
c3dca2d6c2 [TESTMAN]
remove user32:menu blacklisting

svn path=/trunk/; revision=865
2014-05-20 21:13:14 +00:00
Pierre Schweitzer
ebc20d5531 [DRUPAL]
[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
2014-05-20 09:01:08 +00:00
Pierre Schweitzer
dff60829d1 [DRUPAL]
Upgrade to Drupal 7.28
Thanks to Fabian L.

svn path=/trunk/; revision=863
2014-05-18 19:14:30 +00:00
Kamil Hornicek
e905261b33 [TESTMAN]
- reset the selected results list on each search

svn path=/trunk/; revision=862
2014-05-16 22:32:10 +00:00
Kamil Hornicek
cff3c80a13 [TESTMAN]
- 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
2014-05-16 19:54:31 +00:00
Kamil Hornicek
3fdb0614d7 [TESTMAN]
- get rid of the border on the comboedit control

svn path=/trunk/; revision=860
2014-04-20 12:18:56 +00:00
Kamil Hornicek
166d7a3610 [TESTMAN]
- fine tune the css so it better integrates with drupal

svn path=/trunk/; revision=859
2014-04-20 12:13:24 +00:00
Pierre Schweitzer
ab251a568a [DRUPAL]
Fix Drupal 404 page.

Patch by Fabian L.

svn path=/trunk/; revision=858
2014-04-19 11:10:05 +00:00
Kamil Hornicek
e093e839a7 [TESTMAN]
- 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
2014-04-17 17:37:43 +00:00
Kamil Hornicek
f6ae4c6173 [TESTMAN]
- try to distinguish between WINE/API tests in the detail page and produce valid links

svn path=/trunk/; revision=856
2014-04-17 17:20:39 +00:00
Kamil Hornicek
a3d42f2b21 [TESTMAN]
- allow underscores in file name / path

svn path=/trunk/; revision=855
2014-04-16 22:22:23 +00:00