https://bugzilla.wikimedia.org/show_bug.cgi?id=22881
--- Comment #20 from Vitaliy Filippov <[email protected]> 2011-05-20 11:23:15 UTC --- Oh, thanks, sorry for the delay. I've seen your changes now. One remark: I've also seen there is now base64 export added? I understand this is for the sake of backwards compatibility, but it's not very optimal. Maybe leave it as an option? > Perhaps, but changing this may lead to unexpected breakage, > which I don't feel inclined to search for. What for example? Or is it completely :) unexpected so you have no idea about it? --- Also, I recently made some changes in the page selection mechanism. The use cases were: - deny export of pages marked with some category - allow "incremental" export, i.e. correct export of pages which were changed since given time. So, changes were: - moved used image, template and page links selection into page selection box (and rewritten the code optimizing it - each title is no more loaded ); so that export exports ONLY pages that are in textbox now, and link selection is done using "add pages"; - added a "NOT-category" filter for page selection box ("Add pages:"), which is applied AFTER selection of image, template and page links, and which is applied to the full list in the textbox, not only to added pages; - changed the behaviour of modification date filter - it is now also applied after all, just like "NOT-category". So it allows to build page lists for incremental replication/export. All this can be seen on, for example, http://wiki.4intra.net/ as an example. --- I'll try to rebase the patch against the new trunk with your WIP. -- 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
