Hi everybody! Laurent Alquier wrote: > As for Ajax vs HTTP, I would favor keeping it as simple as possible. > There are already many conflicts between javascript from multiple > extensions (headertabs, maps, forms, etc...).
As I said, I want to give the user/the admin an option to disable JavaScript for this extension. That should both make it possible to avoid such conflicts AND make the extension user/admin-friendly. Classical win-win situation. ;-) CNIT wrote: > I believe that everyone are encouraged to use jQuery which will be > included into future releases of MW. Ah, I didn't know that... but that's good news! Still, concerning my original problem with having to find out if a field of the selected pages is exactly the same on every single page; are there no other ideas yet? Are ask queries that just query a very specific set of pages not possible (yet)? I took a closer look at the database structure... from what I've seen, an SQL query like this could do the job: SELECT COUNT(value_xsd) FROM smw_atts2 WHERE p_id={$id_of_property_to_check} AND s_id IN ({$comma_seperated_list_of_ids_of_selected_pages}); Is it somehow possible to make the SFStore* classes generate such a query? If not, do you think that a patch to the original Semantic MediaWiki software which would pretty do this has a chance to be put into the SVN? Or do you have any completely other ideas or suggestions concerning this problem? Thanks a lot! Hauke ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Semediawiki-devel mailing list Semediawiki-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/semediawiki-devel