https://bugzilla.wikimedia.org/show_bug.cgi?id=30051

--- Comment #3 from Florian Hackenberger <[email protected]> 2011-07-26 
13:42:01 UTC ---
Reedy:

Thanks for your comments. I have solved the following issues right away:

- $user is undefined
- while( ... ) is old coding style

Regarding the CollabWatchlist.js, how come you think it is unused? It's
included in includes/CollabWatchlistChangesList.php and the function
"onCollabWatchlistSelection" is set for onclick in
includes/CollabWatchlistChangesList.php

Regarding the function level comment blocks, those are just missing in
includes/SpecialCollabWatchlist.php. In all other php files there is
documentation for all public (and even most private) methods. For
SpecialCollabWatchlist.php the undocumented methods are just internal helper
methods to structure the code. However, I have added that documentation to
SpecialCollabWatchlist.php.

For the coding style, the major guidelines are all used. Tabs for indentation
and alignment, Encoding, curly braces at the correct place etc. I could only
spot several glitches regarding spaces between parenthesis. I'd assume those
are not showstoppers :-).

Those only major problem remaining are the MySQL 4 incompatible SQL statements
you have mentioned. Could you please elaborate on that. I need to know which
type of query is affected and why and which version of MySQL we need to
support. I have tried to find that information on wikimedia.org, but only found
[1], which points to a custom version of MySQL.

[1] http://wikitech.wikimedia.org/view/MySQL

PS: I just noticed that you already corrected the DB fetchObject issues in SVN,
thanks for that!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to