Re: [MediaWiki-l] Side-by-side Preview tab (edit page) vs. AJAX extensions?

2013-12-08 Thread Bartosz Dziewoński
On Mon, 02 Dec 2013 16:33:25 +0100, Daniel Barrett wrote: Some of our custom wiki extensions use AJAX to render article content. This content renders fine with the standard "Show Preview" button but not with the AJAX-based "Preview" tab ("side-by-side preview" in Preferences). I imagine the p

Re: [MediaWiki-l] Links to Filesystem not work after Update

2013-12-12 Thread Bartosz Dziewoński
You will need to add the file:// protocol to $wgUrlProtocols. https://www.mediawiki.org/wiki/Manual:$wgUrlProtocols#Modification_.28MW_1.6.2B.29 (We should probably add this to FAQ if it's not already there, I've seen this question asked a few times.) -- Matma Rex

Re: [MediaWiki-l] Upgrade from 1.21.3 to 1.22.0 produces "Uncommitted DB writes"

2014-01-03 Thread Bartosz Dziewoński
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375 https://bugzilla.wikimedia.org/show_bug.cgi?id=56269 -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] How to redirect the Privacy Policy to an External link in other website?

2014-01-08 Thread Bartosz Dziewoński
On Tue, 07 Jan 2014 07:28:21 +0100, sanjeet kumar wrote: How to redirect the Privacy Policy (in the footer) to an external link in other website? I am using Mediawiki 1.20 please reply soon. This doesn't seem to be currently possible. You can change the contents of MediaWiki:Privacypage on

Re: [MediaWiki-l] Purging spam users from site

2014-01-16 Thread Bartosz Dziewoński
https://www.mediawiki.org/wiki/Manual:RemoveUnusedAccounts.php -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Issue with template calls

2014-01-16 Thread Bartosz Dziewoński
You do not have a Portal: namespace defined. See https://www.mediawiki.org/wiki/Manual:Using_custom_namespaces -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] vector subskin ignoring my screen.css

2014-01-20 Thread Bartosz Dziewoński
On Mon, 20 Jan 2014 22:15:57 +0100, Bill Traynor wrote: Does my CSS have to be LESS now in 1.22? No, you can just use CSS. Only .less files are considered to contain LESS code and compiled. (Also, all valid CSS is also valid LESS.) -- Matma Rex

Re: [MediaWiki-l] How to set font size and type for display and not for print

2014-01-23 Thread Bartosz Dziewoński
On Thu, 23 Jan 2014 19:10:23 +0100, Ryan Kaldari wrote: You can override the font settings for print in /skins/common/commonPrint.css. Or [[MediaWiki:Print.css]]… -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://li

Re: [MediaWiki-l] Media Wiki Problem: Database Error

2014-01-29 Thread Bartosz Dziewoński
See https://www.mediawiki.org/wiki/Manual:How_to_debug for information how to make MediaWiki print detailed error information – you might be able to fix the issue once you have that (or at least file a useful bug someone else can fix for you :) – https://www.mediawiki.org/wiki/How_to_report_a_b

Re: [MediaWiki-l] Windows AD integration/authentication

2014-02-07 Thread Bartosz Dziewoński
On Fri, 07 Feb 2014 16:47:47 +0100, wrote: My old users can no longer log in. This means I no longer have an admin user. Is there any way I can use both the AD users and local users? No idea about this, but you can promote users to admins from command-line: https://www.mediawiki.org/wiki/Ma

Re: [MediaWiki-l] Problem with math formatting.

2014-02-12 Thread Bartosz Dziewoński
On Wed, 12 Feb 2014 21:54:13 +0100, Alexander Dubbs wrote: On several pages recently, the math has not been formatted correctly, such as in the "Selberg integral" page. It just shows lots of big red code. Probably a good way to search for problems is to search for entries in math with red te

Re: [MediaWiki-l] Syntax highlighting for Mediawiki code

2014-02-28 Thread Bartosz Dziewoński
You can try using this: https://www.mediawiki.org/wiki/User:Remember_the_dot/Syntax_highlighter -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Older patches for 1.19?

2014-03-01 Thread Bartosz Dziewoński
You can generate them yourself with git, or even online with our GitHub mirror. https://github.com/wikimedia/mediawiki-core/compare/1.19.4...1.19.12 https://github.com/wikimedia/mediawiki-core/compare/1.19.4...1.19.12.diff (Warning, these pages are surprisingly large thanks to i18n updates.) --

Re: [MediaWiki-l] (kein Betreff)

2014-03-05 Thread Bartosz Dziewoński
There is an importImages.php maintenance script, does that fit your needs? https://www.mediawiki.org/wiki/Manual:ImportImages.php -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/me

Re: [MediaWiki-l] Error message is new to me during FileUpload

2014-03-07 Thread Bartosz Dziewoński
On Fri, 07 Mar 2014 16:21:33 +0100, Alastair Sherringham wrote: Open perms (777) etc. are a security risk. 700 would be better. But what is : mwstore://local-backend/local-public/5/55 Looking at the "mwstore://" syntax, is this folder on a Windows share? Or samba? Is the wiki running on Win

Re: [MediaWiki-l] Getting a very strange error with Special:Gadgets on MW 1.22.3

2014-03-12 Thread Bartosz Dziewoński
The 1.22.3 tarball is hopelessly broken beyond repair. Don't use it. https://bugzilla.wikimedia.org/show_bug.cgi?id=62101 -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-

Re: [MediaWiki-l] mw-editsection appear only on hover?

2014-03-21 Thread Bartosz Dziewoński
.mw-headline and .mw-editsection are sibling elements; the syntax you're using would only match if the former was an ancestor of the latter. (Or in other words, vs .) You would normally use the CSS sibling selector: `.mw-headline:hover + .mw-editsection { … }` (note the '+'), however that is n

Re: [MediaWiki-l] Problem with [[File:Foo.jpg]] funtionality

2014-04-02 Thread Bartosz Dziewoński
Another wild guess would be that you have set $wgUrlProtocols in an incompatible way; see the large red "Warning" box on https://www.mediawiki.org/wiki/Manual:$wgUrlProtocols for a possible fix. -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@l

Re: [MediaWiki-l] Custom Namespace Pages Only Showing Up In Main

2014-04-13 Thread Bartosz Dziewoński
Was the page created before the namespace was created? If yes, running the namespaceDupes.php maintenance script will resolve this. https://www.mediawiki.org/wiki/Manual:NamespaceDupes.php If not, then I have no idea what could be wrong, but I'd try running that script anyway. ;) -- Matma Rex

Re: [MediaWiki-l] Upgrade from 1.15 to 1.22

2014-06-02 Thread Bartosz Dziewoński
Do these instructions help? https://www.mediawiki.org/wiki/Upgrading#Files_remaining_that_may_cause_errors -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Fatal Error after upgrade and broken Javascript

2014-06-11 Thread Bartosz Dziewoński
This error apparently appears when another error happens during extension initialization (which is a bit silly, but oh well). Can you provide a backtrace for the original error? -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.or

Re: [MediaWiki-l] Feature request, confirm navigation while editing content

2014-06-23 Thread Bartosz Dziewoński
Such a feature is available since MediaWiki 1.22. Please upgrade :) -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Feature request, confirm navigation while editing content

2014-06-23 Thread Bartosz Dziewoński
On Mon, 23 Jun 2014 23:30:31 +0200, Max Semenik wrote: [[Special:Verson]], you have 1.21.9. That's Special:Version, of course :) https://www.owasp.org/index.php/Special:Version -- Matma Rex ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia

Re: [MediaWiki-l] Can an extension automatically add wiki pages

2014-07-10 Thread Bartosz Dziewoński
On Thu, 10 Jul 2014 10:56:28 +0200, Sigbert Klinke wrote: for my extension I also deliver some test pages. Currently I'am exporting the test pages into a XML file and the wiki adminstrator could import them with importDump.php. Is there a way that the extension automatically integrates some

Re: [MediaWiki-l] Forms inside the wiki

2014-07-11 Thread Bartosz Dziewoński
https://www.mediawiki.org/wiki/Extension:Semantic_Forms ? Note that this is quite a beastie and it requires installing quite a bunch of other stuff. -- Matma Rex ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailma

Re: [MediaWiki-l] PHP 5.5 kills older Wikis

2014-07-22 Thread Bartosz Dziewoński
Probably due to . This bug was fixed in MW 1.23, as well as in point releases of 1.19.x, 1.21.x and 1.22.x. -- Matma Rex ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimed

Re: [MediaWiki-l] Mediawiki error creating thumbnail invalid thumbnail parameters

2014-07-30 Thread Bartosz Dziewoński
On Wed, 30 Jul 2014 10:12:34 +0200, Seitz Andreas wrote: Hi, i have a Problem with the Mediawiki Version 1.23.1. (PHPV. 5.5.9; mysql:5.6.16) After the Update from 1.15.4 to 1.23.1 some Thumbnails displays a Error: "error creating thumbnail invalid thumbnail parameters". On the 1.15.4 i

Re: [MediaWiki-l] [Wikitech-l] MediaWiki Security and Maintenance Releases: 1.22.10 and 1.23.3

2014-08-28 Thread Bartosz Dziewoński
There weren't actually any security patches in these releases, were there? -- Matma Rex ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] WebSite Problem :-( Please help me...

2014-09-06 Thread Bartosz Dziewoński
On Sat, 06 Sep 2014 19:40:18 +0200, Yudi Wijaya wrote: Dear Dave, I tried to fix it, i follow patch on https://gerrit.wikimedia.org/r/#/c/122450/1/includes/MagicWord.php The error message is gone now, but why i can not see my wiki content? http://www.indopancing.com/wiki/Main_Page But if i c

Re: [MediaWiki-l] Corner case: template producing "*" at the beginning, without automatic newline

2014-10-11 Thread Bartosz Dziewoński
That probably only works when Tidy is enabled. https://www.mediawiki.org/wiki/Manual:$wgUseTidy -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] PHP-error from code of master-source?

2014-10-21 Thread Bartosz Dziewoński
function for it to have a chance of working. This code was last touched in 2011: http://mediawiki.org/wiki/Special:Code/MediaWiki/85421 -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] script for SQLite installation

2014-10-22 Thread Bartosz Dziewoński
. What I am missing is the script to generate the SQLite database and the Sysops access. Is there somewhere a model I could copy? Thanks to anyone who could help! Jefsey Have you tried using the install.php maintenance script? -- Bartosz Dziewoński

Re: [MediaWiki-l] Restoring MediaWiki after the Drupal exploit?

2014-11-02 Thread Bartosz Dziewoński
that needs it. https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Google Code-in: First week achievements!

2014-12-11 Thread Bartosz Dziewoński
. You can't avoid writing PHP entirely when creating a skin (it's not a real "templating" language), but you don't need to write a lot of it and you can copy-paste samples. https://www.mediawiki.org/wiki/Manual:Skinning is helpful

Re: [MediaWiki-l] Special:UserLogin

2014-12-22 Thread Bartosz Dziewoński
gain in https://gerrit.wikimedia.org/r/#/c/161465/ (allowing you to view the form and displaying appropriate message, as seen on Wikimedia wikis), but that patch didn't make the 1.24 release. -- Bartosz Dziewoński ___ MediaWiki-l mailing lis

Re: [MediaWiki-l] users blocked from viewing -> redirect to login page?

2014-12-29 Thread Bartosz Dziewoński
e modifying the PermissionsError class to work a bit more like the UserNotLoggedIn class. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Special page error - mediawiki 1.24

2015-01-13 Thread Bartosz Dziewoński
Hah, that was a tiny bug in MediaWiki that was fixed with https://gerrit.wikimedia.org/r/#/c/163247/ , but this change didn't make it into 1.24. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedi

Re: [MediaWiki-l] Saving a topic on a mediawiki "talk" page

2015-01-15 Thread Bartosz Dziewoński
Whatever the issue with editing is, maybe you could just post the question to this list? -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Problems with Special:ActiveUsers since update from 1.22 to 1.24

2015-01-28 Thread Bartosz Dziewoński
smaller ones a bit. (I have no answer to your problems, just saying this. :( Perhaps it helps someone else help you.) -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Upgrade vom 1.12.0 to current version

2015-02-02 Thread Bartosz Dziewoński
htdocs/wiki/mw-config/index.php(38): wfInstallerMain() #12 /srv/www/htdocs/wiki/mw-config/index.php5(26): require('/srv/www/htdocs...') #13 {main} Purging caches...done. That looks like an exception traceback, but where are #1 to #8? All the interesting stuff would be in these ite

Re: [MediaWiki-l] Password Reset Trouble

2015-02-09 Thread Bartosz Dziewoński
You need to set `$wgPasswordResetRoutes['email'] = true;` first to be able to trigger password reset by email rather than by username. https://www.mediawiki.org/wiki/Manual:$wgPasswordResetRoutes (No need to update MediaWiki for this.) -- Bartosz

Re: [MediaWiki-l] Correcting errors

2015-02-18 Thread Bartosz Dziewoński
ug=1 …the warning message should give you some more useful information about where it comes from. https://www.mediawiki.org/wiki/ResourceLoader/Features#Debug_mode -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Adding Special:PrefixIndex/FULLPAGENAME to tools section of sidebar

2015-02-24 Thread Bartosz Dziewoński
parameters by the server, rather than page title. The simplest way to fix this is to use query parameters yourself: var url = 'http://127.0.0.1/mediawiki/index.php?title=' + encodeURIComponent( 'Special:PrefixIndex/' + page ); -- Bartosz Dziewoński _

Re: [MediaWiki-l] Alternatives for [[Project:Support desk]], Q&A sites

2015-03-29 Thread Bartosz Dziewoński
On Sun, 29 Mar 2015 19:34:22 +0200, Max Semenik wrote: Ewww, let's not mix support requests with bugs and work tasks, that will make searching impossible. No reason to mix them. If we do this, they should have a separate project or a few. -- Bartosz Dziew

Re: [MediaWiki-l] Need help with VisualEditor under MediaWiki 1.24.1

2015-03-31 Thread Bartosz Dziewoński
commit -am "LOCAL HACK: Cherry-pick fix for T73418" -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Need help with VisualEditor under MediaWiki 1.24.1

2015-04-02 Thread Bartosz Dziewoński
/MediaWiki_1.25: "The 1.25.0 stable release is expected to come out on Wednesday, May 25, 2015." …May 25 is actually a Monday. Hrmph. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailma

Re: [MediaWiki-l] Help with skins after upgarde

2015-04-12 Thread Bartosz Dziewoński
Does this affect only the main page? Can your copy-paste the entire error message? W dniu sobota, 11 kwietnia 2015 Steve VanSlyck napisał(a): > I took a risk and proceeded with my upgrade and all seems to've gone well > except my main page told me, > > If you have just upgraded MediaWiki > Medi

Re: [MediaWiki-l] Help with skins after upgarde

2015-04-12 Thread Bartosz Dziewoński
That looks like an error message for some entirely different bug… (probably something wrong with your server configuration and not MediaWiki). -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org

Re: [MediaWiki-l] Wiki - Scrolling updates

2015-04-20 Thread Bartosz Dziewoński
While it will not update in real time, you can embed Special:RecentChanges or Special:NewPages inside any other page. https://www.mediawiki.org/wiki/Help:Recent_changes https://www.mediawiki.org/wiki/Help:New_pages -- Bartosz Dziewoński

Re: [MediaWiki-l] Wiki disregarding "returnto"

2015-05-07 Thread Bartosz Dziewoński
w to me. The "page you last visited" is probably actually a link to the 'returnto' page. The link was changed to an automatic redirect in MediaWiki 1.24 (https://gerrit.wikimedia.org/r/#/c/148144/ / d0439af89f6b254cea09b3773ab139f04f81a97d). -- Bartosz Dziewoński _

Re: [MediaWiki-l] How would I convert LQT namespaces to Flow pages on a localhost wiki

2015-06-03 Thread Bartosz Dziewoński
You'll probsbly want to ask Flow developers, I suggest #wikimedia-collaboration on IRC. By the way, this message landed in the spam folder for me (I've only seen it because I have a separate filter for mailing lists), which might explain the lack of replies. W dniu wtorek, 26 maja 2015 Arcane 2

Re: [MediaWiki-l] Misinterpreted symbols in templates

2015-06-23 Thread Bartosz Dziewoński
uot; is not a valid page title, and "{{:}}" is not valid syntax. A page title cannot start with a colon, as that'd interfere with the {{:Foo}} syntax for transclusion on main namespace pages.) Other than you can also use : to generate a colon via HTML entity, but then it

Re: [MediaWiki-l] Special::Memcached page not working

2015-08-08 Thread Bartosz Dziewoński
You can also change it to grant the permission to all administrators, by adding `$wgGroupPermissions['sysop']['memcached'] = true;` in your LocalSettings.php. (See https://www.mediawiki.org/wiki/Manual:User_rights#List_of_groups) -- Bartosz Dziewoński __

Re: [MediaWiki-l] Latest MW (1.25.2): How to disable condensed view in Recent Changes?

2015-08-14 Thread Bartosz Dziewoński
t $wgDefaultUserOptions['usenewrc'] = false;. https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] newbie help?

2015-08-19 Thread Bartosz Dziewoński
r run maintenance/importImages.php afterwards if you have shell access, otherwise MediaWiki will not be aware that the image exists. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/medi

Re: [MediaWiki-l] CSS media designations on IE9

2015-08-20 Thread Bartosz Dziewoński
ia screen { … }`.) [1] http://caniuse.com/#feat=css-mediaqueries -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Login info

2015-08-24 Thread Bartosz Dziewoński
escription linked below). https://www.mediawiki.org/wiki/Manual:User_table#user_touched -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] how to make mediawiki make TOC with less than 4 sections ?

2015-10-15 Thread Bartosz Dziewoński
here a way to do it ? Sadly no, it's hardcoded in Parser.php. # if there are fewer than 4 headlines in the article, do not show TOC # unless it's been explicitly enabled. $enoughToc = $this->mShowToc && ( ( $numMatches >= 4 ) || $this->mForce

Re: [MediaWiki-l] Updating a 2007 MediaWiki?

2015-10-17 Thread Bartosz Dziewoński
As long as you manage to upgrade MySQL and PHP to a compatible version, that is :) https://www.mediawiki.org/wiki/Compatibility#Software_required_to_run_MediaWiki -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists

Re: [MediaWiki-l] Template calls

2015-10-19 Thread Bartosz Dziewoński
;TemplateData" of the current page, assuming that its namespace allows subpages. For example, if you place this on a page called "Foo", it will embed "Foo/TemplateData". -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsu

Re: [MediaWiki-l] Template calls

2015-10-19 Thread Bartosz Dziewoński
reason. See <https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages> on how to enable them. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Upgrading from v1.16.5 to 1.25.3 resulting in corruption of multi-byte article titles & articles

2015-11-13 Thread Bartosz Dziewoński
le (do not convert or re-encode the data, it's correct, just marked wrong) and try to re-export and re-import that table. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Troubleshooting stuck Apache requests

2015-11-19 Thread Bartosz Dziewoński
d get rid of it after you debug the problem, so that people don't DOS your wiki by forcing it to profile things.) In LocalSettings: if ( isset( $_GET['secretprofileparameter'] ) ) { $wgProfiler = ... } Then visit https://yourwiki.example/.../?secretprofilepara

Re: [MediaWiki-l] Allowing JavaScript on Restricted Pages

2015-11-26 Thread Bartosz Dziewoński
in (or in some extension), and not in MediaWiki pages. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Links to subpages problem

2015-11-30 Thread Bartosz Dziewoński
Are both of your example pages in the same namespace? If not: not all namespaces have subpages enabled by default, which is required for this kind of links to work. https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages#Enabling_for_a_namespace -- Bartosz Dziewoński

Re: [MediaWiki-l] What PHP version do you use?

2015-12-08 Thread Bartosz Dziewoński
7;s likely that one of the patches after 1.21.1 fixed your problems. (https://phabricator.wikimedia.org/T60640 is a big one I recall from that time.) -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikime

Re: [MediaWiki-l] My wiki stopped working

2015-12-29 Thread Bartosz Dziewoński
r the old ones and run the update.php maintenance script (or the web updater, if you don't have shell access and your wiki is small). https://www.mediawiki.org/wiki/Manual:Upgrading explains it all rather well, and also notes the various corner cases run into (but probably won't

Re: [MediaWiki-l] Consensus on update process?

2015-12-30 Thread Bartosz Dziewoński
upload in their place all the files for the new version of MediaWiki and the extensions and skins you use, then run the update.php maintenance script or the web updater. https://www.mediawiki.org/wiki/Manual:Upgrading -- Bartosz Dziewoński ___ M

Re: [MediaWiki-l] Consensus on update process?

2015-12-30 Thread Bartosz Dziewoński
iki/Hosting_services), but they generally don't give you the kind of flexibility you probably want if you choose to run MediaWiki yourself. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] My wiki stopped working

2015-12-31 Thread Bartosz Dziewoński
And if your wiki is down and you can't check Special:Version, the README should have the version too. -- Matma Rex ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Consensus on update process?

2015-12-31 Thread Bartosz Dziewoński
On 2015-12-31 22:34, Gordon Joly wrote: Interesting: I always delete the/cache/ directory. Well, it *is* cache, it probably can be deleted. But I mentioned both directories that can contain anything that is not MediaWiki source code, just in case :) -- Bartosz Dziewoński

Re: [MediaWiki-l] mise à jour MW 1.26.2

2015-12-31 Thread Bartosz Dziewoński
ould. Where did you download MediaWiki from? A completely blank page usually indicates a fatal PHP error. You can enable detailed error information: https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page -- Bartosz Dziewoński ___

Re: [MediaWiki-l] mise à jour MW 1.26.2

2016-01-01 Thread Bartosz Dziewoński
Yay! Good to hear the upgrade went smoothly now :) -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] My wiki stopped working

2016-01-02 Thread Bartosz Dziewoński
the README file had this date between MediaWiki 1.6 and 1.12 - so it's at least modern history and not antiquity ;) , hopefully you'll have no trouble upgrading. The RELEASE-NOTES file should have the version for real. -- Bartosz Dziewoński __

Re: [MediaWiki-l] Making article wikitext appear as an SVG image file in another page

2016-01-02 Thread Bartosz Dziewoński
with Extension:Graph), which renders images from wikitext and uploads them back to the wiki as regular files in File: namespace. Perhaps one of these will serve as inspiration :) -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to:

Re: [MediaWiki-l] search inside wiki shows page wiki markup (templates, params, etc.) in search results summary

2016-01-03 Thread Bartosz Dziewoński
esult HTML, among other things. https://www.mediawiki.org/wiki/Extension:CirrusSearch -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] MediaWiki 1.26.2

2016-01-09 Thread Bartosz Dziewoński
;re showing any error messages. You might need to tweak some PHP or MediaWiki settings for the errors to be displayed: https://www.mediawiki.org/wiki/Manual:How_to_debug#PHP_errors -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscrib

Re: [MediaWiki-l] Error: Something went wrong

2016-01-17 Thread Bartosz Dziewoński
or custom error codes from TitleBlacklist, and was fixed on master a few months (?) ago. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] More Lua stuff not working

2016-02-01 Thread Bartosz Dziewoński
e all available in the history, but it's going to be tedious). -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Broken categories management after upgrading from 1.25.3 to 1.27.0-wmf.10

2016-02-15 Thread Bartosz Dziewoński
This code now runs from the job queue (CategoryMembershipChangeJob). Perhaps the job adding code can't handle your job queue setup (or perhaps your setup is broken and doesn't run jobs at all). -- Bartosz Dziewoński ___ MediaWiki-l maili

Re: [MediaWiki-l] Does $wgOpenSearchDefaultLimit work?

2016-02-15 Thread Bartosz Dziewoński
Search without the 'wg': https://github.com/wikimedia/mediawiki/blob/master/includes/api/ApiOpenSearch.php#L276 It apparently only affects the default limit, which as you say is overridden for the search box code. I don't know why, just noting. -- Bar

[MediaWiki-l] A second, Duplicate Wiki

2016-02-16 Thread Bartosz Dziewoński
It's not that crazy a thing to do. Wikimedia cluster has https://wikitech-static.wikimedia.org/, a read-only copy of https://wikitech.wikimedia.org/, acting as a backup copy of documentation in case of a catastrophic outage. According to https://wikitech.wikimedia.org/wiki/wikitech-static, it's se

Re: [MediaWiki-l] Post Save notification

2016-03-18 Thread Bartosz Dziewoński
This page has a CSS solution: https://meta.wikimedia.org/wiki/Post-edit_feedback There's some more documentation on https://www.mediawiki.org/wiki/Post-edit_feedback and linked pages. -- Bartosz Dziewoński ___ MediaWiki-l mailing li

Re: [MediaWiki-l] Please help

2016-04-18 Thread Bartosz Dziewoński
Looks like you con configure it with $wgTransactionalTimeLimit. https://www.mediawiki.org/wiki/Manual:$wgTransactionalTimeLimit -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo

Re: [MediaWiki-l] After moving and upgrading the Beta features HoverCards, WikiEditor, and Reference Tooltips extensions stopped working, js error suspected

2016-04-29 Thread Bartosz Dziewoński
You should probably also upgrade the extensions, if you didn't. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] [mwstake] Discussion about a MediaWiki organisation

2016-05-06 Thread Bartosz Dziewoński
What was the outcome of the discussion? Are there minutes/notes available? -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] MobileFrontend problems

2016-06-22 Thread Bartosz Dziewoński
will also require PHP 5.5 (https://www.mediawiki.org/wiki/Compatibility#PHP). -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Vektor Skin

2016-07-19 Thread Bartosz Dziewoński
an extension. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Specific search page

2016-07-25 Thread Bartosz Dziewoński
You could probably take over the core Special:Search entirely and replace it with your own special page with the 'SpecialPage_initList' hook from SpecialPageFactory. (I didn't test that it works.) -- Bartosz Dziewoński ___ MediaWiki

Re: [MediaWiki-l] Specific search page

2016-07-25 Thread Bartosz Dziewoński
No, I mean killing the original Special:Search page and callings yours Special:Search. Using that hook you should my able to set `$list['Search'] = 'MySpecialSearchWhatever'`. -- Bartosz Dziewoński ___ MediaWiki-l mailing list T

Re: [MediaWiki-l] API edit token question

2016-08-03 Thread Bartosz Dziewoński
No. You can do it from JavaScript code, if you have set up both wikis to allow CORS. See: <https://www.mediawiki.org/wiki/Manual:CORS>. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/m

Re: [MediaWiki-l] Page move results in deletion

2016-08-28 Thread Bartosz Dziewoński
The logging is new: https://gerrit.wikimedia.org/r/#/c/225284/ ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Timestamping template

2016-09-06 Thread Bartosz Dziewoński
something like "19:07, 6 September 2016 (UTC)". Perhaps your users can just use that? -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] MediaWiki 1.27.1

2016-09-21 Thread Bartosz Dziewoński
The script passed to the Html::inlineScript() call in CSS.php has to first be wrapped in ResourceLoader::makeInlineScript(). -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo

Re: [MediaWiki-l] MediaWiki 1.27.1 Extension CSS

2016-09-26 Thread Bartosz Dziewoński
I don't have any practical examples handy, but the documentation is here: https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29#Inline_scripts It was discussed on wikitech-l a couple months ago: http://www.gossamer-threads.com/lists/wiki/wikitech/665178 __

Re: [MediaWiki-l] Moved site providers and now my URLs are /wiki/index.php?title=page

2016-09-30 Thread Bartosz Dziewoński
.htaccess and rewrite rules would be needed for short URLs like http://terminals-wiki.org/wiki/Category:DEC (without the 'index.php' part). -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.o

Re: [MediaWiki-l] Help with link to file

2016-10-10 Thread Bartosz Dziewoński
at <https://www.mediawiki.org/wiki/Help:Links#Internal_links>. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Help with link to file

2016-10-10 Thread Bartosz Dziewoński
it on your server to use VisualEditor. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] jQuery vs. CSS

2016-10-20 Thread Bartosz Dziewoński
eport the exact error message, because not everyone has magic guessing powers like I do ;) -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] OOjs UI help needed

2016-11-02 Thread Bartosz Dziewoński
user clicks the buttons. So after the second time the (for example) "add comment" button is clicked, `commentInSection.constructor` will no longer be equal to `CommentInSection`. This could cause hard-to-debug problems in the future. -- Bar

  1   2   3   >