Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Unmerged files.

Development:Unmerged files: Difference between revisions

From MoodleDocs
No edit summary
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Files with MOODLE_17_MERGED tag not updated - Tue Nov 18 00:28:42 CET 2008 ==
__NOEDITSECTION__
==Unmerged Files Report==


none!
__UNMERGED_FILES_REPORT__
 
==Files with MOODLE_18_MERGED tag not updated - Tue Nov 18 00:28:58 CET 2008 ==
 
RCS file: [http://cvs.moodle.org/moodle/admin/settings/security.php /cvsroot/moodle/admin/settings/security.php]
 
RCS file: [http://cvs.moodle.org/moodle/lang/en_utf8/qtype_calculated.php /cvsroot/moodle/lang/en_utf8/qtype_calculated.php]
 
RCS file: [http://cvs.moodle.org/moodle/mnet/remote_client.php /cvsroot/moodle/mnet/remote_client.php]
 
RCS file: [http://cvs.moodle.org/moodle/search/documents/physical_pdf.php /cvsroot/moodle/search/documents/physical_pdf.php]
 
RCS file: [http://cvs.moodle.org/moodle/search/documents/physical_xml.php /cvsroot/moodle/search/documents/physical_xml.php]
 
==Files with MOODLE_19_MERGED tag not updated - Tue Nov 18 00:27:44 CET 2008 ==
 
RCS file: [http://cvs.moodle.org/moodle/admin/uploaduser.php /cvsroot/moodle/admin/uploaduser.php]
< <?php  // $Id: uploaduser.php,v 1.68.2.13 2008/09/26 09:10:20 scyrma Exp $
> <?php  // $Id: uploaduser.php,v 1.68.2.14 2008/10/18 00:10:00 arborrow Exp $
 
RCS file: [http://cvs.moodle.org/moodle/admin/roles/assign.php /cvsroot/moodle/admin/roles/assign.php]
< <?php // $Id: assign.php,v 1.63.2.13 2008/07/23 16:09:14 skodak Exp $
> <?php // $Id: assign.php,v 1.63.2.14 2008/11/11 07:23:37 tjhunt Exp $
 
RCS file: [http://cvs.moodle.org/moodle/filter/tex/texed.php /cvsroot/moodle/filter/tex/texed.php]
< <?PHP // $Id: texed.php,v 1.7.2.1 2007/12/19 17:38:42 skodak Exp $
> <?PHP // $Id: texed.php,v 1.7.2.2 2008/11/11 18:35:42 mjollnir_ Exp $
 
RCS file: [http://cvs.moodle.org/moodle/grade/edit/outcome/edit_form.php /cvsroot/moodle/grade/edit/outcome/edit_form.php]
< <?php  //$Id: edit_form.php,v 1.5.2.2 2008/03/03 10:21:42 nicolasconnault Exp $
> <?php  //$Id: edit_form.php,v 1.5.2.3 2008/10/22 09:09:32 nicolasconnault Exp $
 
RCS file: [http://cvs.moodle.org/moodle/grade/edit/tree/outcomeitem_form.php /cvsroot/moodle/grade/edit/tree/outcomeitem_form.php]
< <?php  //$Id: outcomeitem_form.php,v 1.12.2.13 2008/10/17 14:01:07 nicolasconnault Exp $
> <?php  //$Id: outcomeitem_form.php,v 1.12.2.14 2008/10/22 09:09:32 nicolasconnault Exp $
 
RCS file: [http://cvs.moodle.org/moodle/lang/en_utf8/grades.php /cvsroot/moodle/lang/en_utf8/grades.php]
< <?PHP // $Id: grades.php,v 1.111.2.58 2008/10/17 14:32:44 nicolasconnault Exp $
> <?PHP // $Id: grades.php,v 1.111.2.59 2008/10/22 09:09:32 nicolasconnault Exp $
 
RCS file: [http://cvs.moodle.org/moodle/lib/accesslib.php /cvsroot/moodle/lib/accesslib.php]
 
RCS file: [http://cvs.moodle.org/moodle/lib/formslib.php /cvsroot/moodle/lib/formslib.php]
< <?php // $Id: formslib.php,v 1.129.2.17 2008/10/13 19:38:49 skodak Exp $
> <?php // $Id: formslib.php,v 1.129.2.18 2008/10/22 09:09:31 nicolasconnault Exp $
<  * @version $Id: formslib.php,v 1.129.2.17 2008/10/13 19:38:49 skodak Exp $
>  * @version $Id: formslib.php,v 1.129.2.18 2008/10/22 09:09:31 nicolasconnault Exp $
 
RCS file: [http://cvs.moodle.org/moodle/lib/weblib.php /cvsroot/moodle/lib/weblib.php]
< <?php // $Id: weblib.php,v 1.970.2.113 2008/10/07 02:09:51 jerome Exp $
> <?php // $Id: weblib.php,v 1.970.2.114 2008/10/20 17:47:52 arborrow Exp $
<  * @version  $Id: weblib.php,v 1.970.2.113 2008/10/07 02:09:51 jerome Exp $
>  * @version  $Id: weblib.php,v 1.970.2.114 2008/10/20 17:47:52 arborrow Exp $


==To generate this information yourself==
==To generate this information yourself==
Line 59: Line 8:
Run the following commandline at the top level of your CVS sandbox:
Run the following commandline at the top level of your CVS sandbox:


  cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] \/\/ \$Id)' > unmergedfiles.txt; cat unmergedfiles.txt
  cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] *\/\/ *\$Id)' > unmergedfiles.txt; cat unmergedfiles.txt


==Some useful links==
==Some useful links==

Latest revision as of 15:49, 8 January 2009

Unmerged Files Report

__UNMERGED_FILES_REPORT__

To generate this information yourself

Run the following commandline at the top level of your CVS sandbox:

cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] *\/\/ *\$Id)' > unmergedfiles.txt; cat unmergedfiles.txt

Some useful links

  • Tracker Task MDL-8912: Progress in the Moodle Tracker about these unmerged files.