Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Touhou Patch Center

Touhou Patch Center is a platform for translating the Touhou Project games by Team Shanghai Alice from Japanese into any language. It is built to automatically supply translation patches for your game, completely under the control of fans like you.
Collective - Host: opensource - https://opencollective.com/thpatch - Website: https://www.thpatch.net - Code: https://github.com/thpatch

Use MW_INSTALL_PATH for test path if defined

Change-Id: Ib4eedb61f37e3b8a5c834dc417342543771a2d33

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 243972403bc8b99a02d6c990eca9ae3b125aed6b authored over 11 years ago
Split log functions into a variadic and a va_list function.

github.com/thpatch/thcrap - 4ce0e9ee697f1aea9142a1923b67ec85560affbb authored over 11 years ago
Move submodule detour calls from thcrap_init() to a dedicated function.

github.com/thpatch/thcrap - d7d554825aea183454356a39b8c9297e38a9a1fb authored over 11 years ago
Introduce a "detour" naming convention for the IAT patch functions.

There are already way too many different things named "patch" in the engine. It has pretty much ...

github.com/thpatch/thcrap - 58797a645c37abe6bf8b1effb8af2db5e664df48 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I2337c1b10cc6968bca9b3fa5ec78713cd767498c

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 2eecc721a2e5b6d3c2d5311b296df0f2cdd9184d authored over 11 years ago
thcrap_tsa layout: Statically call the functions detoured for the main process.

The DLL still keeps its own function pointers to the system functions. These type definitions an...

github.com/thpatch/thcrap - 3a63f35752c6405a0108501b3b20653601513240 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I779330df5b3c3429629b370b2a03fbaea79a87ae

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 82a1758e87b300e612b554602695735ada53c512 authored over 11 years ago
Remove UTF-16 JSON and logging functions from the main engine.

Finally, everything is consistent. Encodings should never be mixed again.

github.com/thpatch/thcrap - 3568a6852c34c1b4f98f91cf421a8d9f61538785 authored over 11 years ago
thcrap_update: Add UTF-8 wrappers for the wininet functions used.

Sometimes, you just got to do the right thing... even if that means adding about 150 lines of co...

github.com/thpatch/thcrap - ab6d8319462c72445baa5e2a3f1c74abad095318 authored over 11 years ago
Simplify size calculation for translated Win32 dialogs.

Well, it always takes a while for me to get the best ideas.

github.com/thpatch/thcrap - d19e38da4b4cb78c19b7916fa2c57eff79ff7794 authored over 11 years ago
Cleanup.

That should have been all the whitespace issues.

github.com/thpatch/thcrap - 6cb7cf7c1373a4798611f19fd6f8293ef8d1aa3a authored over 11 years ago
Cleanup.

That should have been all the whitespace issues.

github.com/thpatch/win32_utf8 - 5d9457d5770bdf56cfeabcc8740b5983ee2d679c authored over 11 years ago
Merge "Moving shared code to mediawiki-selenium Ruby gem"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 35358268ba5a1ac4cfd00150f8a843a0082b770a authored over 11 years ago
Reformat file

Change-Id: I6f81f159550508718926e923631b9065650e8825

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - a9a55e1bee6e0fede2ff05c8b15208ff334a9d4e authored over 11 years ago
Moving shared code to mediawiki-selenium Ruby gem

Bug: 53579
Change-Id: I3164a9640ec878723b622f42c7684ffdeedf9d8c

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 613edd4a3c8e9555b6bd0e32db98d27e19c6bb83 authored over 11 years ago
Cleanup.

Some coding style and redundancy issues. Also, make the page save hook match its actual name and...

github.com/thpatch/TouhouPatchCenter - e96a95d1c911096ed31590d936998f7788dfe4ff authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I73ead2494acc39e6a463d910ca01b7d883e0b29c

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 47968cfb498b0d2383b2179ecdc470e9c3f71d7e authored over 11 years ago
TPCFmtString: Add parsing for ASCII-limited strings.

github.com/thpatch/TouhouPatchCenter - 9d4f30e3be36debf788dbf2115882eaf9976c5f8 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I7cdcd79941edff7f11e5f33121c3656846ca3f18

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 5686594cb9c56597f5a84f3aeefe39d2f6e403f1 authored over 11 years ago
Move DLL injection code to the main engine.

github.com/thpatch/thcrap - 1ae967e6fa4898fb3d021ec71ec0a0c504e64138 authored over 11 years ago
Moved Cucumber hooks to hooks.rb file

Bug: 49812
Change-Id: Ib927b824a8854d1c4257a17db582595a22d70470

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 5a808ef394eb5cc473e5c98ddee1bb4e170475d9 authored over 11 years ago
Updated ULS repository to the latest version of shared test files

Bug: 53579
Change-Id: I9828866f3a3db24a95324bb82942f2c59382f2c9

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 2c4a906889f0293abcebef76788c6dd521f77a5b authored over 11 years ago
Merge "Fix for IME menu integration tests"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - f74f7c6c4e53a40a595021d8c4028ac48e59af64 authored over 11 years ago
Fix for IME menu integration tests

Make sure to click only when Input Method indicator is available.

Change-Id: Ieff61d74a8ea5b8bc...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 2461d5722087a67a058943085365975c3cf93591 authored over 11 years ago
Merge "Localization update from upstream"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 24ca1e08b41494751389296495854b54efd82975 authored over 11 years ago
resetting all prefs on beta causes VE tests to fail

Change-Id: Ifdbe3e0d7513c7402b3c17cdb9ec654a25b55947

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - eae3ac7d3bc2ca8974e340e212135e3aa6837cdd authored over 11 years ago
Localization update from upstream

Change-Id: I9ac867e8b54b63119acf213e82f3171e7dee32fc

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - de57dadf332d34d9e90133fe5dd81b0daad65db3 authored over 11 years ago
Add json_array_from_wchar_array().

Not too happy about either naming or placement... but well, that code appeared in both the loade...

github.com/thpatch/thcrap - 68591f91ecb741e072399078dac922b7db84a657 authored over 11 years ago
thcrap_inject(): Determine the DLL name using GetModuleHandleEx().

Not only does this get rid of the #ifdef, it also allows the DLL to be renamed without changing ...

github.com/thpatch/thcrap - 417255e2947dded09c82e4e15335774b4eb6d331 authored over 11 years ago
Reset language and font while preview

If not reset, the font-family will persist for languages
without font preferences

Steps to repr...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - b4f794f9fed47a770c6143e7272415008bd5af90 authored over 11 years ago
Refactor all language, font change code to preview method

Avoids duplication of code and better organising language and font
change logic

Change-Id: I4e9...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 32bb03045fdb661f20f07297342f5a79d50081fa authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Id9dce158414758d93929ee1a9a01997b7184f46b

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - a6a06823bf14130bdc8ce7212c71efd85d441c41 authored over 11 years ago
thcrap_inject(): Determine the DLL directory using GetModuleFileNameU().

Necessary for chained injection, where the directory of a process executable may no longer be th...

github.com/thpatch/thcrap - 1681df6547e2015bd7b4c252d49530cddfccd4f8 authored over 11 years ago
Use the new json_pack() string concatenation syntax introduced in Jansson 2.5.

github.com/thpatch/thcrap - 620618f74bd7ea22c1d6165534fe11ca4c34b527 authored over 11 years ago
strings_vsprintf(): Don't replace the pointer if realloc() failed.

github.com/thpatch/thcrap - 9df854c91d295f44dc9b0b57fbe5bceac483cc0e authored over 11 years ago
Don't trigger namespaced events, it breaks VisualEditor

Code like $input.trigger( 'focus.ime' ); doesn't make any sense. Event
namespaces exist for bind...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - d6ae72eb9c8293f9e814edbe57b10e649ac7c035 authored over 11 years ago
Replace deprecated method

Change-Id: I1b79c172d032d96651d5b5c36cbf0c662081da28

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - d501ad89defe6a2d961385901e365dff4a6a7938 authored over 11 years ago
Integration tests for live preview of display language

Bug: 53255

Change-Id: I1506ddd0ef68217ac114bdf4c29c62cd071b1900

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 039c91d1d50f0282dd9ebb7e9d46a48633b249c2 authored over 11 years ago
Renamed ULSPage to PanelPage

To make class name consistent with file name

Change-Id: If4d0f0a24d2534c9b73cc6cbb0ee14ab8c124ed9

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 7706d97c8a6aaff93fc53548b58c560f3502f9fa authored over 11 years ago
Keep correct lang attribute when display settings closed

Bug: 54594
Change-Id: I15b12e17b5a922cce6717577bc0d56dfd80ccfee

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 2d8522d1ba701adf49cb6836ac670767fd7e893e authored over 11 years ago
Fixed "Unsupported input language" scenario

Tested on my machine, it now works on both Firefox and Chrome.

Change-Id: I8c810b355ed1407307b...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - fb56c5f12ca3f3251d50ffd019bacbf0959c42a2 authored over 11 years ago
Updated Ruby gems

Change-Id: Ic71cbcc10ca0b5a3b79933d9e0cf9f155c1b17d3

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - b085d38b13f07c88e328ed2b303809db80769fc9 authored over 11 years ago
Cleanup: removed ULS from file names and feature names

Change-Id: Id45289ba710b9b543744655f8fbd0f9483923956

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - e72a38e73f3c94830f6caa6e6de9df4d0d9e8b99 authored over 11 years ago
Add a macro for the most common StringToUTF16 use case.

github.com/thpatch/thcrap - 5767e7a3434bb7dda0ae3f9d550957053278c845 authored over 11 years ago
Add a macro for the most common StringToUTF16 use case.

github.com/thpatch/win32_utf8 - ee4108d48b200d188d33bd0922819d6a2e7da981 authored over 11 years ago
Store run configuration file name in the run configuration.

This will be necessary for chaining multiple injection-based patches together. And it's a one-li...

github.com/thpatch/thcrap - 4f2c45b252ef3765d97289e4d60f282f9f2ae4f9 authored over 11 years ago
TPCInfo: Parse patch dependencies.

github.com/thpatch/TouhouPatchCenter - 819843a03544c151654e1c108837c24216e566e0 authored over 11 years ago
TPCParse: Add a function for CSV parsing.

github.com/thpatch/TouhouPatchCenter - 6dfc5177beaa6a08e8b82392d8e7e3438950d2b4 authored over 11 years ago
Move multiline parsing to TPCParse.

... oh, wait, we do have a dedicated class for that. Almost forgot.

github.com/thpatch/TouhouPatchCenter - 42b9e18b64c0942a7b2cd86b2a25a492a94af368 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I4344955bde19655756089fb9b028ceab1086474c

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 0be0fcdd952cf79bb890c1ccc2f4d5b81e113146 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Ide785ae88cc6047396b7f9dc290758841789b0cd

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 883ec472e4f64f91ca4ec29901e02e8744b79877 authored over 11 years ago
Optionally exclude elements from applying webfonts

* Updates jquery.webfonts from upstream
* Introduces wgULSNoWebfontsSelectors configuration vari...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 3fbbf05c26a3f69c9e3904c52dd47b9d437b795b authored over 11 years ago
This scenario does not work with anon language selection

Change-Id: Ia54d6de807e81ccbbd062633a49ec7313c869fa7

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 06a386fa832b267010acc225f5240ef493b16466 authored over 11 years ago
Fix the test I broke

Change-Id: I3f8181f84b387ab811f5efc16c734800e3639a15

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 12f7f84edd44627ecd765f5fba0198c1b01c6587 authored over 11 years ago
Simplify tests

Change-Id: Ide435d4d11e9ab03c953ed91e949d55e46c5137e

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 3fc1c3299c62920bc4d99064689093b0f85041b3 authored over 11 years ago
Simplify test code

Change-Id: I65c3edc85ee8619c7e77cca7622e7025799bdcad

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 2d62e3e7f7ccb6828d7cd3a5dd4d7de07fd40eda authored over 11 years ago
Merge "Updated: Integration tests for off-screen IME selector"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - f1ab048bebadbce949ad766c9b4abd8429e1ca55 authored over 11 years ago
Updated: Integration tests for off-screen IME selector

1. Removed sleep 1.0, not needed,
2. Removed ascii_vector.rb and ascii_mono.rb as we use, using_...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 74e6ac4fc01e85a3dfdb73b3a4384a0f0b3748d9 authored over 11 years ago
Refactoring tests

Collaboratively

Change-Id: I6c5417a0681f9bb8596c36600a569df2ddd7bf9e

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - f43a00d5b86972a43978c00d612b380a41c7bad3 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I0ffaacae675278f24001f7ab66f43869c90b3cf1

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 6338d73c0e85fcaa38bfb5deabb3d0dcfd6f8eb2 authored over 11 years ago
Merge "Integration tests for off-screen IME selector."

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 6cc358ffa9e6a030a56a0f3f989f0d29a8b7050b authored over 11 years ago
Integration tests for off-screen IME selector.

Change-Id: I0b3253ba9cb19afae41612435ef0a9604814f3ed

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - e53f9176ce960ce0f098d47c3e0f0969a4d3f1f5 authored over 11 years ago
Update jquery.ime from upstream

Version: v0.1.0+20130914

Changes:
1. Improved Persian keyboard.
2. Show the menu correctly if i...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 9db73d2a114019c883b194c97ef45392012545c9 authored over 11 years ago
Fix typo in the fontname of Estrangelo Edessa

It was Estarngelo Edessa
Bug: 47229

Change-Id: I941c8c09bedcf58428f93231936f168f993cde8f

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - e0fa027b9f6ccf6149c1041edceaf29622941e1e authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Ib9fe7b42b15a910b82a3f98f60d3117b93e77db1

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - d2bfe31ead9e7f74c31642d54172662112f0d8ed authored over 11 years ago
Use three methods to determine the entry point of the game process.

These are:

1. Reading from EAX after the process has been created in suspended state (works on...

github.com/thpatch/thcrap - 80605dc4af2f12e3989a89d99c2c983c74a518ef authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Ice3eb63137e34a22d791704b09be8053971c6d97

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - ab138b61a308df9be1fa9048fad9775b527d003d authored over 11 years ago
Introduce a "Rx" syntax for hexadecimal addresses relative to the game's base address.

First half of #3. A lot cleaner than what I originally had in mind.

github.com/thpatch/thcrap - 569199b0141dd31f1f23428a408ec0393fe36fc0 authored over 11 years ago
Add json_object_hexkey_get().

Oh, if we just hadn't decided on JSON, but some other nonexistant widespread standard format tha...

github.com/thpatch/thcrap - 66f3b3833b6c63dec9817fe27679dce0e75074ac authored over 11 years ago
Refactor the main DLL injection function to match current coding standards.

Yup, finally got around to clean up this copy-pasta. Less redundancy, less fixed-size string buf...

github.com/thpatch/thcrap - 14037147912307ef15a84017860a0f85547d39c0 authored over 11 years ago
Describe the extended functionality of certain win32_utf8 functions in the readme file.

github.com/thpatch/thcrap - 85d800b65b0885b59e87efe5c142b5eb82faf387 authored over 11 years ago
Describe the extended functionality of certain win32_utf8 functions in the readme file.

github.com/thpatch/win32_utf8 - edc1a5290d7ff2d06e845d04286785029096ae91 authored over 11 years ago
GetModuleFileNameU(): Return the required length if NULL is passed.

Finally, we have the "GetCurrentDirectory functionality" the original function unfortunately lacks.

github.com/thpatch/win32_utf8 - a26632c77fea1da8835b253d3245d7edce917024 authored over 11 years ago
GetModuleFileNameU(): Return the required length if NULL is passed.

Finally, we have the "GetCurrentDirectory functionality" the original function unfortunately lacks.

github.com/thpatch/thcrap - 73ec3fd4ba366b6be80e01e7f3308c0fd366003c authored over 11 years ago
Replace magic numbers that imply 32-bit pointers with macros.

This will by far not be everything we'll need for 16-bit (PC-98) and 64-bit (the future) compati...

github.com/thpatch/thcrap - ea1c8a80fce7975048d1d023509b7e8298e96de7 authored over 11 years ago
Correctly determine the size of patched Win32 dialog items, once and for all.

In the end, the correct way ended up involving a healthy dose of RTFM and the use of an undocume...

github.com/thpatch/thcrap - bf745861f1347e4ddd734191bbb13369388a8aa4 authored over 11 years ago
strings_vsprintf(): Rewrite to work independently of string encoding.

Necessary to do this with ascii.anm... and less malloc() is always a good thing.

github.com/thpatch/thcrap - d5b903618ca45985de614efb1a2634cdfa9a2bc7 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I37b18a891d3597a35b1b475cfc875f655fc91bdc

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - b90a8fc02a5b15cdd0f3e9ba08e00c519b909f5d authored over 11 years ago
Merge "Make more tests pass in sandbox.translatewiki.net"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - a7904a6d011a3ab54177238f134880fd46a4149a authored over 11 years ago
Merge "Wait longer, so the preference is saved."

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 438e745c46a0fb970e2a85b0ca53df7975c67679 authored over 11 years ago
Wait longer, so the preference is saved.

Reported as bug 53772.

Change-Id: I8a0d6ae9d3cec06f953e6bb35abb9370e5551eec

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 813271b8a9d1d1e3f4a7c1ff85123091599d040b authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Ic5ee38507dc3f95c1cc0cbe3594505e2a501b627

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 9a6f05fe9e611557ace0684ffc259529cafe0fd7 authored over 11 years ago
Rename json_object_get_numkey() to json_object_numkey_get().

... wow, what the hell was I thinking when I named that function. Once you take a look at the fu...

github.com/thpatch/thcrap - c993da3205565ac483a072cb535446767cd0a1ea authored over 11 years ago
Redirect GetWindowLong and SetWindowLong to their W equivalents.

This is necessary because Windows otherwise silently converts certain text parameters for window...

github.com/thpatch/thcrap - f9edf6cb9e577bbdcc2f6a01ba60452e7ec05509 authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I70727242eb132b5422b134bbca32c9052cfb14ff

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 3ced6e24a0f97b0d1be34f42073e9fc9762c7cd3 authored over 11 years ago
Merge "Regression: Using [...] to change language does not activate apply button"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 38e3a403bf6326352200adb2fc72e10e8c7677d5 authored over 11 years ago
Regression: Using [...] to change language does not activate apply button

Bug: 53736
Change-Id: If52beb73f9f3f74cde63bd846974540682066ab6

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - e36d9b1cc330ca504694a1b345dc771b8791bcec authored over 11 years ago
Update jquery.ime from upstream

Version: v0.1.0+20130904
Changes:
1. Add Persian keyboard
2. In a ltr page with rtl input, if me...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 8250d946257cbeab109d2034e64c830288102008 authored over 11 years ago
Make more tests pass in sandbox.translatewiki.net

* When ULS is in personal, cancel opens the language selector
again but apply doesn't.
* Creat...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - bcb2dd8b823f3133a2d4bffcffdbfa6b28e86aad authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: Id0fa6b8fa377b1e1ba2cde0b2f0edf61aeac3df1

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - ba065b586c06bc7573f9b88736e6b2962411e7ff authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: If74a36af22c799e5b0c0780045a430a9f1090a48

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 172c184615b9c6c37ab2ed0734f61beaf53c437a authored over 11 years ago
Make the cancel and apply button applicable for all modules

If a user does changes in module A, does not save or cancel,
goes to module B, does some changes...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 3af403fee59ecc4c9991f5f142ceead8c7c3007f authored over 11 years ago
Merge "Cleanup and add documentation for tags"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 375c676fba0e624b406773b723d0e2653d4a4156 authored over 11 years ago
Cleanup and add documentation for tags

* Fixed one scenario to work with the default setting
* Fixed one typo in scenario
* Removed unu...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - 975e69d8803ebecacf576647676c67b8dd69e433 authored over 11 years ago
Merge changes Ie4f15f18,I4dbd9026

* changes:
(bug 49738) Use correct name for wiki content language
New scenario: Discarding a...

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - faf07138fdeabdcc689a8333554d66c04e52a677 authored over 11 years ago
Merge "Add test for language live preview cancellation"

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - f6ca5376c24fe05c0343a2731a02b18aaac7e1ca authored over 11 years ago
Localisation updates from http://translatewiki.net.

Change-Id: I4a3bdfa41509514a023a4de0b051cc1d4b661b06

github.com/thpatch/mediawiki-extensions-UniversalLanguageSelector - a7daed73031f67a07ce2383562e9e4923dd713e1 authored over 11 years ago
Patch Win32 dialog font sizes.

... which is only necessary because drywall messed up the font settings in custom_e.exe in the t...

github.com/thpatch/thcrap - cbac0328e749f49308075a8d760e6fa1ab7f30ee authored over 11 years ago