Issue Details (XML | Word | Printable)

Key: MDL-16072
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14589

File storage conversion Forum

Created: 16/Aug/08 10:40 PM   Updated: 17/Mar/09 05:44 PM
Return to search
Component/s: Forum
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Dongsheng Cai, Eloy Lafuente (stronk7), Martin Dougiamas and Petr Skoda
Security Level: None
Resolved date: 19/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda made changes - 16/Aug/08 10:40 PM
Field Original Value New Value
Status Open [ 1 ] In Progress [ 3 ]
Petr Skoda committed 7 files to 'Moodle CVS' - 17/Aug/08 05:24 AM
MDL-16072 File storage conversion Forum
MODIFY mod/forum/post.php   Rev. 1.171    (+4 -7 lines)
MODIFY mod/forum/discuss.php   Rev. 1.128    (+2 -2 lines)
MODIFY mod/forum/rsslib.php   Rev. 1.28    (+2 -9 lines)
MODIFY mod/forum/post_form.php   Rev. 1.28    (+1 -4 lines)
MODIFY mod/forum/lib.php   Rev. 1.704    (+254 -232 lines)
MODIFY mod/forum/db/upgrade.php   Rev. 1.23    (+73 -1 lines)
MODIFY mod/forum/version.php   Rev. 1.77    (+3 -3 lines)
Petr Skoda added a comment - 17/Aug/08 05:25 AM
should be finished

Petr Skoda made changes - 17/Aug/08 05:25 AM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Petr Skoda committed 2 files to 'Moodle CVS' - 17/Aug/08 05:31 PM
MDL-16072 memory related improvements
MODIFY mod/forum/lib.php   Rev. 1.706    (+2 -2 lines)
MODIFY mod/forum/db/upgrade.php   Rev. 1.24    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 17/Aug/08 08:00 PM
MDL-16072 converted forum reset
MODIFY mod/forum/lib.php   Rev. 1.707    (+7 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 17/Aug/08 08:06 PM
MDL-16072 converted forum reset
MODIFY mod/forum/lib.php   Rev. 1.708    (+13 -14 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 18/Aug/08 02:33 AM
MDL-16072 fixed html type attachemnt embedding
MODIFY mod/forum/lib.php   Rev. 1.709    (+2 -2 lines)
Eloy Lafuente (stronk7) added a comment - 18/Aug/08 11:29 PM
Reopening because of MDL-15904

Eloy Lafuente (stronk7) made changes - 18/Aug/08 11:29 PM
Resolution Fixed [ 1 ]
Status Resolved [ 5 ] Reopened [ 4 ]
Petr Skoda committed 2 files to 'Moodle CVS' - 19/Aug/08 06:31 AM
MDL-16072 fixed pg problem
MODIFY mod/forum/db/upgrade.php   Rev. 1.25    (+3 -4 lines)
MODIFY mod/forum/version.php   Rev. 1.79    (+1 -1 lines)
Petr Skoda added a comment - 19/Aug/08 06:31 AM
thanks

Petr Skoda made changes - 19/Aug/08 06:31 AM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Resolved [ 5 ]
Petr Skoda committed 3 files to 'Moodle CVS' - 19/Aug/08 06:36 AM
MDL-16075, MDL-16072, MDL-15094 fixing last commit, missed version bumps in upgrade.php
MODIFY mod/assignment/db/upgrade.php   Rev. 1.27    (+3 -3 lines)
MODIFY mod/forum/db/upgrade.php   Rev. 1.26    (+3 -3 lines)
MODIFY mod/glossary/db/upgrade.php   Rev. 1.16    (+3 -3 lines)
Martin Dougiamas added a comment - 03/Sep/08 01:18 PM
This now works using the new filepicker too.

Petr Skoda committed 2 files to 'Moodle CVS' - 08/Sep/08 06:37 AM
MDL-16072 adding missing lang strings
MODIFY mod/forum/lib.php   Rev. 1.731    (+2 -2 lines)
MODIFY lang/en_utf8/forum.php   Rev. 1.45    (+2 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Sep/08 07:22 AM
MDL-16072 fixed area browsing
MODIFY mod/forum/lib.php   Rev. 1.732    (+21 -1 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 08/Sep/08 12:57 PM
MDL-9683 - Removed a translated string for error based on lang/en_utf8 removal.
MDL-16072 - Translated a new string for forum.
MDL-16075 - Translated a new string for glossary.
MDL-14589, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/forum.php   Rev. 1.77    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.19    (+7 -0 lines)
MODIFY ja_utf8/glossary.php   Rev. 1.44    (+2 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.94    (+0 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 14/Sep/08 09:34 PM
MDL-16072 new string translated
MODIFY fr_utf8/forum.php   Rev. 1.54    (+2 -1 lines)
Dongsheng Cai added a comment - 17/Mar/09 05:44 PM
Petr, I noticed the forum post_form using htmleditor currently which doesn't support draft id yet, should we start convert htmleditor to new editor element?

On a related note, does the files in editor using the same draftareaid as forum attachments? And What will happen when editing forum post, should we move files to draftarea again? (I am talking about the pictures in html editor)

Regards,
Dongsheng