[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 405802dc3615572306cef4b1d466cd70ce43e936

Franck VILLAUME nerville at fusionforge.org
Thu Jan 30 10:21:16 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  405802dc3615572306cef4b1d466cd70ce43e936 (commit)
       via  5d5a195e4785fce887c7c0c50357b20432f958ce (commit)
      from  19b6087af94a60732bcef6b9b4d6ee697bdbd874 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 405802dc3615572306cef4b1d466cd70ce43e936
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Jan 30 10:20:39 2014 +0100

    people: add required field flag

diff --git a/src/www/people/editjob.php b/src/www/people/editjob.php
index 802c791..6538346 100644
--- a/src/www/people/editjob.php
+++ b/src/www/people/editjob.php
@@ -160,16 +160,16 @@ array($group_id, user_getid(), htmlspecialchars($title), htmlspecialchars($descr
 		<form action="'.getStringFromServer('PHP_SELF').'" method="post">
 		<input type="hidden" name="group_id" value="'.$group_id.'" />
 		<input type="hidden" name="job_id" value="'.$job_id.'" />
-		<strong>'._('Category').'</strong><br />
+		<strong>'._('Category').'</strong>'.utils_requiredField().'<br />
 		'. people_job_category_box('category_id',db_result($result,0,'category_id')) .'
 		<p>
-		<strong>'._('Status').'</strong><br />
+		<strong>'._('Status').'</strong>'.utils_requiredField().'<br />
 		'. people_job_status_box('status_id',db_result($result,0,'status_id')) .'</p>
 		<p>
-		<strong>'._('Short Description')._(':').'</strong><br />
+		<strong>'._('Short Description')._(':').'</strong>'.utils_requiredField().'<br />
 		<input type="text" name="title" value="'. db_result($result,0,'title') .'" size="40" maxlength="60" required="required" /></p>
 		<p>
-		<strong>'._('Long Description')._(':').'</strong><br />
+		<strong>'._('Long Description')._(':').'</strong>'.utils_requiredField().'<br />
 		<textarea name="description" rows="10" cols="60" required="required" >'. db_result($result,0,'description') .'</textarea></p>
 		<p>
 		<input type="submit" name="update_job" value="'._('Update Descriptions').'" /></p>

commit 5d5a195e4785fce887c7c0c50357b20432f958ce
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Jan 30 10:20:19 2014 +0100

    people: translate string

diff --git a/src/www/people/people_utils.php b/src/www/people/people_utils.php
index a834c60..29b7d13 100644
--- a/src/www/people/people_utils.php
+++ b/src/www/people/people_utils.php
@@ -6,7 +6,7 @@
  * Copyright 2002-2004 (c) GForge Team
  * Copyright 2010 (c) Franck Villaume
  * Copyright (C) 2010 Alain Peyrat - Alcatel-Lucent
- * Copyright 2013, Franck Villaume - TrivialDev
+ * Copyright 2013-2014, Franck Villaume - TrivialDev
  * http://fusionforge.org/
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -219,7 +219,7 @@ VALUES ($1, $2, $3, $4)', array($job_id, $skill_id, $skill_level_id, $skill_year
 		}
 
 	} else {
-		echo '<p class="error">You must be logged in first</p>';
+		echo '<p class="error">'._('You must be logged in first').'</p>';
 	}
 }
 

-----------------------------------------------------------------------

Summary of changes:
 src/www/people/editjob.php      |    8 ++++----
 src/www/people/people_utils.php |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list