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
mNo edit summary
No edit summary
 
(468 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==Files with MOODLE_15_MERGED tag not updated - Thu Oct 12 13:49:16 CEST 2006 ==
__NOEDITSECTION__
 
==Unmerged Files Report==
RCS file: /cvsroot/moodle/moodle/lang/en/docs/Attic/release.html,v
 
< $Id: release.html,v 1.83.2.18 2006/02/06 09:59:38 moodler Exp $
__UNMERGED_FILES_REPORT__
> $Id: release.html,v 1.83.2.20 2006/05/21 07:59:15 moodler Exp $
 
 
==To generate this information yourself==
RCS file: /cvsroot/moodle/moodle/lib/editor/Attic/htmlarea.php,v
 
< // $Id: htmlarea.php,v 1.60.2.9 2006/01/25 23:41:11 julmis Exp $
Run the following commandline at the top level of your CVS sandbox:
> // $Id: htmlarea.php,v 1.60.2.10 2006/05/14 09:22:24 urs_hunkler Exp $
 
  cvs diff -kkv -r MOODLE_19_MERGED -r MOODLE_19_STABLE | egrep '^(RCS|[<>] <\?[Pp][Hh][Pp] *\/\/ *\$Id)' > unmergedfiles.txt; cat unmergedfiles.txt
  RCS file: /cvsroot/moodle/moodle/mod/hotpot/lib.php,v
 
< <?PHP  // $Id: lib.php,v 1.6.2.6 2006/05/02 05:57:13 moodler Exp $
==Some useful links==
> <?PHP  // $Id: lib.php,v 1.6.2.7 2006/08/31 21:36:32 gbateson Exp $
 
 
* [[:en:Development:CVS for developers|Moodle CVS for developers]]: explains how to work with the Moodle code in CVS.
RCS file: /cvsroot/moodle/moodle/mod/hotpot/report.php,v
* [http://moodle.org/mod/forum/discuss.php?d=43267 Review Unmerged files, please...] discussion from moodle.org forums.
< <?PHP  // $Id: report.php,v 1.1.2.2 2006/08/10 15:51:48 skodak Exp $
 
> <?PHP  // $Id: report.php,v 1.1.2.3 2006/08/29 06:34:23 gbateson Exp $
* Tracker Task MDL-8912: Progress in the Moodle Tracker about these unmerged files.
 
 
RCS file: /cvsroot/moodle/moodle/mod/hotpot/report/fullstat/report.php,v
[[Category:Developer|Unmerged files]]
< <?php  // $Id: report.php,v 1.1.2.1 2005/12/06 03:41:22 gbateson Exp $
> <?php  // $Id: report.php,v 1.1.2.2 2006/08/29 08:26:24 gbateson Exp $
 
RCS file: /cvsroot/moodle/moodle/mod/hotpot/report/overview/report.php,v
< <?php  // $Id: report.php,v 1.1.2.1 2005/12/06 03:41:22 gbateson Exp $
> <?php  // $Id: report.php,v 1.1.2.2 2006/08/29 08:26:24 gbateson Exp $
 
RCS file: /cvsroot/moodle/moodle/mod/hotpot/report/simplestat/report.php,v
< <?php  // $Id: report.php,v 1.1.2.1 2005/12/06 03:41:22 gbateson Exp $
> <?php  // $Id: report.php,v 1.1.2.2 2006/08/29 08:26:24 gbateson Exp $
 
RCS file: /cvsroot/moodle/moodle/mod/scorm/mod.html,v
 
RCS file: /cvsroot/moodle/moodle/mod/scorm/db/mysql.php,v
< <?php // $Id: mysql.php,v 1.29 2006/04/24 09:10:36 vyshane Exp $
> <?php // $Id: mysql.php,v 1.19.2.2 2006/06/05 08:11:29 bobopinna Exp $
 
RCS file: /cvsroot/moodle/moodle/mod/scorm/db/mysql.sql,v
 
RCS file: /cvsroot/moodle/moodle/mod/scorm/db/postgres7.php,v
< <?php // $Id: postgres7.php,v 1.40 2006/05/17 06:42:57 martinlanghoff Exp $
> <?php // $Id: postgres7.php,v 1.28.2.2 2006/06/05 08:11:29 bobopinna Exp $
 
RCS file: /cvsroot/moodle/moodle/mod/scorm/db/postgres7.sql,v

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.