Project

General

Profile

Actions

Patch #246

closed

CJK naming convention

Added by Hans Yoon about 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

CJK naming convention is LastName + FistName.

Too simple patch for CJK naming convention.

But it is not proper patch for all CJK environment.

Some pages the order is not property shown!

--- app/models/user.rb  (revision 1048)
+++ app/models/user.rb  (working copy)
@@ -108,7 +108,8 @@

   # Return user's full name for display
   def name
-    "#{firstname} #{lastname}" 
+    #"#{firstname} #{lastname}" 
+    "#{lastname} #{firstname}" 
   end

   def active?
Actions #1

Updated by Jean-Philippe Lang about 16 years ago

  • Status changed from New to Closed

See r1103.

Actions

Also available in: Atom PDF