Wiki module to be included in Moodle 1.4

Wiki module to be included in Moodle 1.4

από Martin Dougiamas -
Αριθμός απαντήσεων: 5
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Moodle HQ Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers
I'm planning to include Wiki in Moodle 1.4, after making a few interface changes to it recently (I added tabs and cleaned up the info page).

One thing it still needs to do is to use format_text correctly for filters, security etc - this needs to be applied to all the Wiki output HTML (but not to all the other stuff like attachment listings, page info etc)

Mike? Someone?
Μέσος όρος βαθμολογίας: -
Σε απάντηση σε Martin Dougiamas

Re: Wiki module to be included in Moodle 1.4

από Mike Churchward -
Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers
I've fixed that problem Martin. Do you want me to upload to CVS? I know you asked us not to.

mike
Σε απάντηση σε Mike Churchward

Re: Wiki module to be included in Moodle 1.4

από Gustav W Delius -
Fixes should definitely go into CVS, into the MOODLE_14_STABLE branch. You are even allowed to submit new developments again, but only into the HEAD branch. If you do that you should also change the version name to 1.5 development.
Σε απάντηση σε Mike Churchward

Re: Wiki module to be included in Moodle 1.4

από Martin Dougiamas -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Moodle HQ Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers
Firstly, thanks for the prompt attention, Mike, but that's not quite the fix. The wiki function returns the whole page including all the attachments etc, and these are still being filtered. For an example of how filtering is being applied in the wrong place, see this page in the Documentation Wiki.

Secondly, yes, your fixes went into the trunk/HEAD. We've now branched a MOODLE_14_STABLE and all fixes should currently be going to that branch first, then merged across into the HEAD.  Don't worry about those ones now, though, I'll sort it out.

You should change your working Moodle to use MOODLE_14_STABLE by checking it out like this: cvs update -r MOODLE_14_STABLE then make your changes there, then any checkins you can make will actually go back into that branch by default. If you don't feel up to also merging these changes back into the trunk at this point don't worry - I can do a big merge of all changes in the branch around the same time as the release.

http://moodle.org/doc/?frame=cvs.html

Σε απάντηση σε Martin Dougiamas

Re: Wiki module to be included in Moodle 1.4

από Mike Churchward -
Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers
Okay, thanks for the info Martin.

I have just commited a change to CVS that should do the job properly. It filters only the wiki text after it has been wiki'ized by the wiki engine. That should be the fix you're looking for.

mike