[Rt-commit] r10775 - in rt/branches/3.999-DANGEROUS: . etc html/Elements html/Search/Elements lib/RT lib/RT/Interface/Web lib/RT/Model lib/RT/Report lib/RT/Shredder/Plugin sbin t

jesse at bestpractical.com jesse at bestpractical.com
Fri Feb 8 18:09:21 EST 2008


Author: jesse
Date: Fri Feb  8 18:09:20 2008
New Revision: 10775

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
   rt/branches/3.999-DANGEROUS/html/Elements/ColumnMap
   rt/branches/3.999-DANGEROUS/html/Elements/SelectDateType
   rt/branches/3.999-DANGEROUS/html/Search/Elements/BuildFormatString
   rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Session.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ACE.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Attribute.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/CachedGroupMember.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomField.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomFieldValue.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/GroupCollection.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Link.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomField.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValue.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Queue.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripAction.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripCondition.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Template.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/TicketCollection.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Transaction.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/WebSession.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Record.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Report/Tickets.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Tickets.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Users.pm
   rt/branches/3.999-DANGEROUS/sbin/rt-dump-database.in
   rt/branches/3.999-DANGEROUS/share/po/cs.po
   rt/branches/3.999-DANGEROUS/share/po/da.po
   rt/branches/3.999-DANGEROUS/share/po/de.po
   rt/branches/3.999-DANGEROUS/share/po/es.po
   rt/branches/3.999-DANGEROUS/share/po/fi.po
   rt/branches/3.999-DANGEROUS/share/po/fr.po
   rt/branches/3.999-DANGEROUS/share/po/he.po
   rt/branches/3.999-DANGEROUS/share/po/hu.po
   rt/branches/3.999-DANGEROUS/share/po/id.po
   rt/branches/3.999-DANGEROUS/share/po/it.po
   rt/branches/3.999-DANGEROUS/share/po/ja.po
   rt/branches/3.999-DANGEROUS/share/po/nl.po
   rt/branches/3.999-DANGEROUS/share/po/no.po
   rt/branches/3.999-DANGEROUS/share/po/pl.po
   rt/branches/3.999-DANGEROUS/share/po/pt_br.po
   rt/branches/3.999-DANGEROUS/share/po/ru.po
   rt/branches/3.999-DANGEROUS/share/po/sv.po
   rt/branches/3.999-DANGEROUS/share/po/tr.po
   rt/branches/3.999-DANGEROUS/share/po/zh_cn.po
   rt/branches/3.999-DANGEROUS/share/po/zh_tw.po
   rt/branches/3.999-DANGEROUS/t/savedsearch.t

Log:
 r27526 at 31b:  jesse | 2008-02-08 14:00:58 -0500
 * update from clkao to improve postgres compat.
 LastUpdated -> last_updated
 LastUpdatedBy -> last_updated_by
 


Modified: rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/RT_Config.pm	(original)
+++ rt/branches/3.999-DANGEROUS/etc/RT_Config.pm	Fri Feb  8 18:09:20 2008
@@ -598,7 +598,7 @@
    '<small>__Requestors__</small>',
    '<small>__CreatedRelative__</small>',
    '<small>__ToldRelative__</small>',
-   '<small>__LastUpdatedRelative__</small>',
+   '<small>__last_updatedRelative__</small>',
    '<small>__time_left__</small>'}
 );
 

Modified: rt/branches/3.999-DANGEROUS/html/Elements/ColumnMap
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Elements/ColumnMap	(original)
+++ rt/branches/3.999-DANGEROUS/html/Elements/ColumnMap	Fri Feb  8 18:09:20 2008
@@ -28,18 +28,18 @@
         title => 'Created By',
         value     => sub  { return $_[0]->creator_obj->name }
     },
-    LastUpdated => {
-        attribute => 'LastUpdated',
+    last_updated => {
+        attribute => 'last_updated',
         title     => 'Last Updated',
         value     => sub  { return $_[0]->last_updated_obj->as_string }
     },
-    LastUpdatedRelative => {
-        attribute => 'LastUpdated',
+    last_updatedRelative => {
+        attribute => 'last_updated',
         title     => 'Last Updated',
         value     => sub  { return $_[0]->last_updated_obj->age_as_string }
     },
-    LastUpdatedBy => {
-        attribute => 'LastUpdatedBy',
+    last_updated_by => {
+        attribute => 'last_updated_by',
         title     => 'Last Updated By',
         value     => sub  { return $_[0]->last_updated_by_obj->name }
     },

Modified: rt/branches/3.999-DANGEROUS/html/Elements/SelectDateType
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Elements/SelectDateType	(original)
+++ rt/branches/3.999-DANGEROUS/html/Elements/SelectDateType	Fri Feb  8 18:09:20 2008
@@ -50,7 +50,7 @@
 <option value="Started"><&|/l&>Started</&></option>
 <option value="resolved"><&|/l&>Resolved</&></option>
 <option value="Told"><&|/l&>Last Contacted</&></option>
-<option value="LastUpdated"><&|/l&>Last Updated</&></option>
+<option value="last_updated"><&|/l&>Last Updated</&></option>
 <option value="starts"><&|/l&>starts</&></option>
 <option value="Due"><&|/l&>Due</&></option>
 <option value="Updated"><&|/l&>Updated</&></option>

Modified: rt/branches/3.999-DANGEROUS/html/Search/Elements/BuildFormatString
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Search/Elements/BuildFormatString	(original)
+++ rt/branches/3.999-DANGEROUS/html/Search/Elements/BuildFormatString	Fri Feb  8 18:09:20 2008
@@ -78,7 +78,7 @@
     starts      startsRelative
     Started     StartedRelative
     Created     CreatedRelative
-    LastUpdated LastUpdatedRelative
+    last_updated last_updatedRelative
     Told        ToldRelative
     Due         DueRelative
     resolved    ResolvedRelative

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Session.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Session.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Session.pm	Fri Feb  8 18:09:20 2008
@@ -156,7 +156,7 @@
 sub _ids_db {
     my ( $self, $dbh ) = @_;
     my $ids = $dbh->selectcol_arrayref(
-        "SELECT id FROM sessions order BY LastUpdated DESC");
+        "SELECT id FROM sessions order BY last_updated DESC");
     die "couldn't get ids: " . $dbh->errstr if $dbh->errstr;
     return $ids;
 }
@@ -188,7 +188,7 @@
         my $date = POSIX::strftime( "%Y-%m-%d %H:%M",
             localtime( time - int $older_than ) );
 
-        my $sth = $dbh->prepare("DELETE FROM sessions WHERE LastUpdated < ?");
+        my $sth = $dbh->prepare("DELETE FROM sessions WHERE last_updated < ?");
         die "couldn't prepare query: " . $dbh->errstr unless $sth;
         $rows = $sth->execute($date);
         die "couldn't execute query: " . $dbh->errstr unless defined $rows;

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ACE.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ACE.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ACE.pm	Fri Feb  8 18:09:20 2008
@@ -78,16 +78,16 @@
     column
         principal_type => max_length is 25,
         type is 'varchar(25)', default is '';
-    column principal_id => type is 'int(11)', default is '0';
+    column principal_id => type is 'int', default is '0';
     column
         right_name => max_length is 25,
         type is 'varchar(25)', default is '';
     column
         object_type => max_length is 25,
         type is 'varchar(25)', default is '';
-    column object_id     => type is 'int(11)', default is '0';
-    column delegated_by   => type is 'int(11)', default is '0';
-    column delegated_from => type is 'int(11)', default is '0';
+    column object_id     => type is 'int', default is '0';
+    column delegated_by   => type is 'int', default is '0';
+    column delegated_from => type is 'int', default is '0';
 };
 
 use vars qw (

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm	Fri Feb  8 18:09:20 2008
@@ -33,11 +33,11 @@
 use Jifty::DBI::Record schema {
     column
         transaction_id => max_length is 11,
-        type is 'int(11)', default is '0';
+        type is 'int', default is '0';
     column
         message_id => max_length is 200,
         type is 'varchar(200)', default is '';
-    column parent => max_length is 11, type is 'int(11)', default is '0';
+    column parent => max_length is 11, type is 'int', default is '0';
     column
         content_type => max_length is 200,
         type is 'varchar(200)', default is '';
@@ -51,8 +51,8 @@
     column content         => type is 'blob', default is '';
     column content_encoding => type is 'blob', default is '';
     column headers         => type is 'blob', default is '';
-    column creator => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime';
+    column creator => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Attribute.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Attribute.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Attribute.pm	Fri Feb  8 18:09:20 2008
@@ -59,7 +59,7 @@
 use base 'RT::Record';
 use Jifty::DBI::Schema;
 use Jifty::DBI::Record schema {
-    column object_id => max_length is 11, type is 'int(11)', default is '0';
+    column object_id => max_length is 11, type is 'int', default is '0';
     column name => max_length is 200, type is 'varchar(200)', default is '';
     column
         object_type => max_length is 200,
@@ -152,7 +152,7 @@
   varchar(255) 'content'.
   varchar(16) 'content_type',
   varchar(64) 'object_type'.
-  int(11) 'object_id'.
+  int 'object_id'.
 
 You may pass a C<object> instead of C<object_type> and C<object_id>.
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/CachedGroupMember.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/CachedGroupMember.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/CachedGroupMember.pm	Fri Feb  8 18:09:20 2008
@@ -45,7 +45,7 @@
   'immediate_parent' is the RT::Model::Principal of the group that this 
   principal belongs to to get here
 
-  int(11) 'via' is an internal reference to CachedGroupMembers->id of
+  int 'via' is an internal reference to CachedGroupMembers->id of
   the "parent" record of this cached group member. It should be empty if 
   this member is a "direct" member of this group. (In that case, it will 
   be set to this cached group member's id after creation)

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomField.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomField.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomField.pm	Fri Feb  8 18:09:20 2008
@@ -64,22 +64,22 @@
 
     column name => max_length is 200, type is 'varchar(200)', default is '';
     column type => max_length is 200, type is 'varchar(200)', default is '';
-    column max_values => max_length is 11, type is 'int(11)', default is '0';
+    column max_values => max_length is 11, type is 'int', default is '0';
     column pattern => type is 'longtext', default is '';
     column repeated => max_length is 6, type is 'smallint(6)', default is '0';
     column
         description => max_length is 255,
         type is 'varchar(255)', default is '';
-    column sort_order => max_length is 11, type is 'int(11)', default is '0';
+    column sort_order => max_length is 11, type is 'int', default is '0';
     column
         lookup_type => max_length is 255,
         type is 'varchar(255)', default is '';
-    column creator => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+    column creator => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
     column
         last_updated_by => max_length is 11,
-        type is 'int(11)', default is '0';
-    column last_updated => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column last_updated => type is 'timestamp';
     column disabled => max_length is 6, type is 'smallint(6)', default is '0';
 };
 
@@ -170,11 +170,11 @@
 
   varchar(200) 'name'.
   varchar(200) 'type'.
-  int(11) 'max_values'.
+  int 'max_values'.
   varchar(255) 'pattern'.
   smallint(6) 'repeated'.
   varchar(255) 'description'.
-  int(11) 'sort_order'.
+  int 'sort_order'.
   varchar(255) 'lookup_type'.
   smallint(6) 'disabled'.
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomFieldValue.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomFieldValue.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/CustomFieldValue.pm	Fri Feb  8 18:09:20 2008
@@ -58,14 +58,14 @@
 sub table {'CustomFieldValues'}
 use Jifty::DBI::Schema;
 use Jifty::DBI::Record schema {
-    column creator => type is 'int(11)', max_length is 11, default is '0';
+    column creator => type is 'int', max_length is 11, default is '0';
     column
-        last_updated_by => type is 'int(11)',
+        last_updated_by => type is 'int',
         max_length is 11, default is '0';
-    column sort_order   => type is 'int(11)', max_length is 11, default is '0';
-    column custom_field => type is 'int(11)', max_length is 11, default is '0';
-    column created     => type is 'datetime', default is '';
-    column last_updated => type is 'datetime', default is '';
+    column sort_order   => type is 'int', max_length is 11, default is '0';
+    column custom_field => type is 'int', max_length is 11, default is '0';
+    column created     => type is 'timestamp';
+    column last_updated => type is 'timestamp';
     column name => type is 'varchar(200)', max_length is 200, default is '';
     column
         description => type is 'varchar(255)',

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/GroupCollection.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/GroupCollection.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/GroupCollection.pm	Fri Feb  8 18:09:20 2008
@@ -92,7 +92,6 @@
         order  => 'ASC'
     );
 
-    warn "joining!";
     # XXX: this code should be generalized
     $self->{'princalias'} = $self->join(
         alias1  => 'main',

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Link.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Link.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Link.pm	Fri Feb  8 18:09:20 2008
@@ -77,15 +77,15 @@
 use Jifty::DBI::Record schema {
     column target => type is 'varchar(240)', max_length is 240, default is '';
     column base   => type is 'varchar(240)', max_length is 240, default is '';
-    column local_target => type is 'int(11)', max_length is 11, default is '0';
-    column creator     => type is 'int(11)', max_length is 11, default is '0';
+    column local_target => type is 'int', max_length is 11, default is '0';
+    column creator     => type is 'int', max_length is 11, default is '0';
     column type => type is 'varchar(20)', max_length is 20, default is '';
     column
-        last_updated_by => type is 'int(11)',
+        last_updated_by => type is 'int',
         max_length is 11, default is '0';
-    column created => type is 'datetime', default is '';
-    column local_base => type is 'int(11)', max_length is 11, default is '0';
-    column last_updated => type is 'datetime', default is '';
+    column created => type is 'timestamp';
+    column local_base => type is 'int', max_length is 11, default is '0';
+    column last_updated => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomField.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomField.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomField.pm	Fri Feb  8 18:09:20 2008
@@ -57,15 +57,15 @@
 sub table {'ObjectCustomFields'}
 use Jifty::DBI::Schema;
 use Jifty::DBI::Record schema {
-    column custom_field => type is 'int(11)', max_length is 11, default is '0';
-    column creator     => type is 'int(11)', max_length is 11, default is '0';
-    column object_id   => type is 'int(11)', max_length is 11, default is '0';
+    column custom_field => type is 'int', max_length is 11, default is '0';
+    column creator     => type is 'int', max_length is 11, default is '0';
+    column object_id   => type is 'int', max_length is 11, default is '0';
     column
-        last_updated_by => type is 'int(11)',
+        last_updated_by => type is 'int',
         max_length is 11, default is '0';
-    column sort_order => type is 'int(11)', max_length is 11, default is '0';
-    column created     => type is 'datetime', default is '';
-    column last_updated => type is 'datetime', default is '';
+    column sort_order => type is 'int', max_length is 11, default is '0';
+    column created     => type is 'timestamp';
+    column last_updated => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValue.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValue.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValue.pm	Fri Feb  8 18:09:20 2008
@@ -61,22 +61,22 @@
         content_type => type is 'varchar(80)',
         max_length is 80, default is '';
     column large_content => type is 'blob', default is '';
-    column Creator => type is 'int(11)', max_length is 11, default is '0';
-    column object_id => type is 'int(11)', max_length is 11, default is '0';
+    column Creator => type is 'int', max_length is 11, default is '0';
+    column object_id => type is 'int', max_length is 11, default is '0';
     column
-        last_updated_by => type is 'int(11)',
+        last_updated_by => type is 'int',
         max_length is 11, default is '0';
     column disabled => type is 'smallint(6)', max_length is 6, default is '0';
-    column sort_order => type is 'int(11)', max_length is 11, default is '0';
-    column Created => type is 'datetime', default is '';
-    column custom_field => type is 'int(11)', max_length is 11, default is '0';
+    column sort_order => type is 'int', max_length is 11, default is '0';
+    column Created => type is 'timestamp';
+    column custom_field => type is 'int', max_length is 11, default is '0';
     column
         content => type is 'varchar(255)',
         max_length is 255, default is '';
     column
         content_encoding => type is 'varchar(80)',
         max_length is 80, default is '';
-    column LastUpdated => type is 'datetime', default is '';
+    column last_updated => type is 'timestamp';
     column
         object_type => type is 'varchar(255)',
         max_length is 255, default is '';

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Queue.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Queue.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Queue.pm	Fri Feb  8 18:09:20 2008
@@ -94,19 +94,19 @@
         type is 'varchar(120)', default is '';
     column
         initial_priority => max_length is 11,
-        type is 'int(11)', default is '0';
+        type is 'int', default is '0';
     column
         final_priority => max_length is 11,
-        type is 'int(11)', default is '0';
+        type is 'int', default is '0';
     column
         default_due_in => max_length is 11,
-        type is 'int(11)', default is '0';
-    column Creator => max_length is 11, type is 'int(11)', default is '0';
-    column Created => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column Creator => max_length is 11, type is 'int', default is '0';
+    column Created => type is 'timestamp';
     column
         last_updated_by => max_length is 11,
-        type is 'int(11)', default is '0';
-    column last_updated => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column last_updated => type is 'timestamp';
     column disabled => max_length is 6, type is 'smallint(6)', default is '0';
 };
 our @DEFAULT_ACTIVE_STATUS   = qw(new open stalled);

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripAction.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripAction.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripAction.pm	Fri Feb  8 18:09:20 2008
@@ -82,12 +82,12 @@
     column description => type is 'text';
     column exec_module  => type is 'text';
     column argument    => type is 'text';
-    column creator     => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+    column creator     => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
     column
         last_updated_by => max_length is 11,
-        type is 'int(11)', default is '0';
-    column last_updated => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column last_updated => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripCondition.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripCondition.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ScripCondition.pm	Fri Feb  8 18:09:20 2008
@@ -83,12 +83,12 @@
     column exec_module           => type is 'text';
     column argument             => type is 'text';
     column applicable_trans_types => type is 'text';
-    column creator => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+    column creator => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
     column
         last_updated_by => max_length is 11,
-        type is 'int(11)', default is '0';
-    column last_updated => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column last_updated => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Template.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Template.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Template.pm	Fri Feb  8 18:09:20 2008
@@ -31,15 +31,15 @@
 use base qw'RT::Record';
 use Jifty::DBI::Schema;
 use Jifty::DBI::Record schema {
-    column queue => max_length is 11,  type is 'int(11)',      default is '0';
+    column queue => max_length is 11,  type is 'int',      default is '0';
     column name  => max_length is 200, type is 'varchar(200)', default is '';
     column description => max_length is 255, type is 'varchar(255)', default is '';
     column type     => max_length is 16, type is 'varchar(16)', default is '';
     column content     => type is 'blob',     default is '';
-    column last_updated => type is 'datetime', default is '';
-    column last_updated_by => max_length is 11, type is 'int(11)', default is '0';
-    column creator => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+    column last_updated => type is 'timestamp';
+    column last_updated_by => max_length is 11, type is 'int', default is '0';
+    column creator => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
 
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm	Fri Feb  8 18:09:20 2008
@@ -77,34 +77,34 @@
 use Jifty::DBI::Schema;
 use Jifty::DBI::Record schema {
 
-    column effective_id => max_length is 11, type is 'int(11)', default is '0';
+    column effective_id => max_length is 11, type is 'int', default is '0';
     column queue       => references RT::Model::Queue;
     column type => max_length is 16, type is 'varchar(16)', default is '';
     column issue_statement => max_length is 11,
-        type is 'int(11)', default is '0';
-    column resolution => max_length is 11, type is 'int(11)', default is '0';
-    column owner      => max_length is 11, type is 'int(11)', default is '0';
+        type is 'int', default is '0';
+    column resolution => max_length is 11, type is 'int', default is '0';
+    column owner      => max_length is 11, type is 'int', default is '0';
     column subject => max_length is 200, type is 'varchar(200)', default is '';
-    column initial_priority => max_length is 11, type is 'int(11)', default is '0';
-    column final_priority => max_length is 11, type is 'int(11)', default is '0';
-    column priority => max_length is 11, type is 'int(11)', default is '0';
+    column initial_priority => max_length is 11, type is 'int', default is '0';
+    column final_priority => max_length is 11, type is 'int', default is '0';
+    column priority => max_length is 11, type is 'int', default is '0';
     column
         time_estimated => max_length is 11,
-        type is 'int(11)', default is '0';
-    column time_worked => max_length is 11, type is 'int(11)', default is '0';
+        type is 'int', default is '0';
+    column time_worked => max_length is 11, type is 'int', default is '0';
     column status => max_length is 10, type is 'varchar(10)', default is '';
-    column time_left => max_length is 11, type is 'int(11)', default is '0';
-    column told     => type is 'datetime', default is '';
-    column starts   => type is 'datetime', default is '';
-    column started  => type is 'datetime', default is '';
-    column due      => type is 'datetime', default is '';
-    column resolved => type is 'datetime', default is '';
+    column time_left => max_length is 11, type is 'int', default is '0';
+    column told     => type is 'timestamp';
+    column starts   => type is 'timestamp';
+    column started  => type is 'timestamp';
+    column due      => type is 'timestamp';
+    column resolved => type is 'timestamp';
     column
         last_updated_by => max_length is 11,
-        type is 'int(11)', default is '0';
-    column last_updated => type is 'datetime', default is '';
-    column creator => max_length is 11,   type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+        type is 'int', default is '0';
+    column last_updated => type is 'timestamp';
+    column creator => max_length is 11,   type is 'int', default is '0';
+    column created => type is 'timestamp';
     column disabled => max_length is 6, type is 'smallint(6)', default is '0';
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/TicketCollection.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/TicketCollection.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/TicketCollection.pm	Fri Feb  8 18:09:20 2008
@@ -124,7 +124,7 @@
     Started         => [ 'DATE'         => 'Started', ],
     Due             => [ 'DATE'         => 'Due', ],
     resolved        => [ 'DATE'         => 'resolved', ],
-    LastUpdated     => [ 'DATE'         => 'LastUpdated', ],
+    last_updated     => [ 'DATE'         => 'last_updated', ],
     Created         => [ 'DATE'         => 'Created', ],
     subject         => [ 'STRING', ],
     content         => [ 'TRANSFIELD', ],
@@ -214,7 +214,7 @@
     queue subject
     owner Created Due starts Started
     Told
-    resolved LastUpdated priority time_worked time_left);
+    resolved last_updated priority time_worked time_left);
 
 =head2 SortFields
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Transaction.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Transaction.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Transaction.pm	Fri Feb  8 18:09:20 2008
@@ -25,8 +25,8 @@
     column
         object_type => max_length is 64,
         type is 'varchar(64)', default is '';
-    column object_id => max_length is 11, type is 'int(11)', default is '0';
-    column time_taken => max_length is 11, type is 'int(11)', default is '0';
+    column object_id => max_length is 11, type is 'int', default is '0';
+    column time_taken => max_length is 11, type is 'int', default is '0';
     column type  => max_length is 20, type is 'varchar(20)', default is '';
     column field => max_length is 40, type is 'varchar(40)', default is '';
     column
@@ -38,11 +38,11 @@
     column
         reference_type => max_length is 255,
         type is 'varchar(255)', default is '';
-    column old_reference => max_length is 11, type is 'int(11)', default is '';
-    column new_reference => max_length is 11, type is 'int(11)', default is '';
+    column old_reference => max_length is 11, type is 'int', default is '';
+    column new_reference => max_length is 11, type is 'int', default is '';
     column data => max_length is 255, type is 'varchar(255)', default is '';
-    column creator => max_length is 11, type is 'int(11)', default is '0';
-    column created => type is 'datetime', default is '';
+    column creator => max_length is 11, type is 'int', default is '0';
+    column created => type is 'timestamp';
 
 };
 
@@ -66,7 +66,7 @@
 =head2 object_id
 
 Returns the current value of object_id. 
-(In the database, object_id is stored as int(11).)
+(In the database, object_id is stored as int.)
 
 
 
@@ -75,7 +75,7 @@
 
 Set object_id to value. 
 Returns (1, 'Status message') on success and (0, 'Error Message') on failure.
-(In the database, object_id will be stored as a int(11).)
+(In the database, object_id will be stored as a int.)
 
 
 =cut
@@ -83,7 +83,7 @@
 =head2 time_taken
 
 Returns the current value of time_taken. 
-(In the database, time_taken is stored as int(11).)
+(In the database, time_taken is stored as int.)
 
 
 
@@ -92,7 +92,7 @@
 
 Set time_taken to value. 
 Returns (1, 'Status message') on success and (0, 'Error Message') on failure.
-(In the database, time_taken will be stored as a int(11).)
+(In the database, time_taken will be stored as a int.)
 
 
 =cut
@@ -185,7 +185,7 @@
 =head2 old_reference
 
 Returns the current value of old_reference. 
-(In the database, old_reference is stored as int(11).)
+(In the database, old_reference is stored as int.)
 
 
 
@@ -194,7 +194,7 @@
 
 Set old_reference to value. 
 Returns (1, 'Status message') on success and (0, 'Error Message') on failure.
-(In the database, old_reference will be stored as a int(11).)
+(In the database, old_reference will be stored as a int.)
 
 
 =cut
@@ -202,7 +202,7 @@
 =head2 new_reference
 
 Returns the current value of new_reference. 
-(In the database, new_reference is stored as int(11).)
+(In the database, new_reference is stored as int.)
 
 
 
@@ -211,7 +211,7 @@
 
 Set new_reference to value. 
 Returns (1, 'Status message') on success and (0, 'Error Message') on failure.
-(In the database, new_reference will be stored as a int(11).)
+(In the database, new_reference will be stored as a int.)
 
 
 =cut
@@ -236,7 +236,7 @@
 =head2 creator
 
 Returns the current value of creator. 
-(In the database, creator is stored as int(11).)
+(In the database, creator is stored as int.)
 
 
 =cut

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/WebSession.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/WebSession.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/WebSession.pm	Fri Feb  8 18:09:20 2008
@@ -8,7 +8,7 @@
 
 use Jifty::DBI::Record schema {
     column a_session   => type is 'blob';
-    column LastUpdated => type is 'datetime';
+    column last_updated => type is 'timestamp';
     column id          => type is 'varchar(32)';
 };
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Record.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Record.pm	Fri Feb  8 18:09:20 2008
@@ -364,7 +364,7 @@
 
 # There is room for optimizations in most of those subs:
 
-# {{{ LastUpdatedObj
+# {{{ last_updatedObj
 
 sub last_updated_obj {
     my $self = shift;
@@ -400,7 +400,7 @@
 
 # }}}
 
-# {{{ LastUpdatedAsString
+# {{{ last_updatedAsString
 
 # TODO this should be deprecated
 
@@ -503,11 +503,11 @@
 
 # }}}
 
-# {{{ sub _setLastUpdated
+# {{{ sub _setlast_updated
 
-=head2 _setLastUpdated
+=head2 _setlast_updated
 
-This routine updates the LastUpdated and last_updated_by columns of the row in question
+This routine updates the last_updated and last_updated_by columns of the row in question
 It takes no options. Arguably, this is a bug
 
 =cut
@@ -518,7 +518,7 @@
     $now->set_to_now();
 
     my ( $msg, $val ) = $self->__set(
-        column => 'LastUpdated',
+        column => 'last_updated',
         value  => $now->iso
     );
     ( $msg, $val ) = $self->__set(
@@ -549,9 +549,9 @@
 
 # }}}
 
-# {{{ sub LastUpdatedByObj
+# {{{ sub last_updated_byObj
 
-=head2 LastUpdatedByObj
+=head2 last_updated_byObj
 
   Returns an RT::Model::User object of the last user to touch this object
 
@@ -559,11 +559,11 @@
 
 sub last_updated_by_obj {
     my $self = shift;
-    unless ( exists $self->{LastUpdatedByObj} ) {
-        $self->{'LastUpdatedByObj'} = RT::Model::User->new;
-        $self->{'LastUpdatedByObj'}->load( $self->last_updated_by );
+    unless ( exists $self->{last_updated_byObj} ) {
+        $self->{'last_updated_byObj'} = RT::Model::User->new;
+        $self->{'last_updated_byObj'}->load( $self->last_updated_by );
     }
-    return $self->{'LastUpdatedByObj'};
+    return $self->{'last_updated_byObj'};
 }
 
 # }}}

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Report/Tickets.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Report/Tickets.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Report/Tickets.pm	Fri Feb  8 18:09:20 2008
@@ -69,9 +69,9 @@
         CreatedDaily
         CreatedMonthly
         CreatedAnnually
-        LastUpdatedDaily
-        LastUpdatedMonthly
-        LastUpdatedAnnually
+        last_updatedDaily
+        last_updatedMonthly
+        last_updatedAnnually
         StartedDaily
         StartedMonthly
         StartedAnnually

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Tickets.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Tickets.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Tickets.pm	Fri Feb  8 18:09:20 2008
@@ -62,7 +62,7 @@
 Search tickets with query string.
 Examples:
   queue = 'my queue' AND ( Status = 'deleted' OR Status = 'rejected' )
-  LastUpdated < '2003-12-31 23:59:59'
+  last_updated < '2003-12-31 23:59:59'
 
 B<Hint:> You can construct query with the query builder in RT's web
 interface and then open advanced page and copy query string.

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Users.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Users.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Plugin/Users.pm	Fri Feb  8 18:09:20 2008
@@ -135,7 +135,7 @@
     # XXX: we want preload only things we need, but later while
     # logging we need all data, TODO envestigate this
     # $objs->columns(qw(id name email lang timezone
-    #                   Creator Created LastUpdated last_updated_by));
+    #                   Creator Created last_updated last_updated_by));
     if ( my $s = $self->{'opt'}{'status'} ) {
         if ( $s eq 'any' ) {
             $objs->{'find_disabled_rows'} = 1;

Modified: rt/branches/3.999-DANGEROUS/sbin/rt-dump-database.in
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-dump-database.in	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-dump-database.in	Fri Feb  8 18:09:20 2008
@@ -62,7 +62,7 @@
 my %RV;
 my %Ignore = (
     All => [qw(
-	id Created Creator LastUpdated LastUpdatedBy
+	id Created Creator last_updated last_updated_by
     )],
     Templates => [qw(
 	TranslationOf
@@ -93,7 +93,7 @@
 
     if ($LocalOnly) {
         next if $class eq 'ACL'; # XXX - would go into infinite loop - XXX
-	$objects->limit( column => 'LastUpdatedBy', operator => '!=', value => $system_userId )
+	$objects->limit( column => 'last_updated_by', operator => '!=', value => $system_userId )
 	    unless $class eq 'Groups';
 	$objects->limit( column => 'id', operator => '!=', value => $system_userId )
 	    if $class eq 'Users';
@@ -103,7 +103,7 @@
 
     my %fields;
     while (my $obj = $objects->next) {
-	next if $obj->can('LastUpdatedBy') and $obj->LastUpdatedBy == $system_userId;
+	next if $obj->can('last_updated_by') and $obj->last_updated_by == $system_userId;
 
 	if (!%fields) {
 	    %fields = map { $_ => 1 } keys %{$obj->_ClassAccessible};

Modified: rt/branches/3.999-DANGEROUS/share/po/cs.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/cs.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/cs.po	Fri Feb  8 18:09:20 2008
@@ -2661,7 +2661,7 @@
 msgstr "Naposledy aktualizován"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "Naposledy aktualizoval(a)"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/da.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/da.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/da.po	Fri Feb  8 18:09:20 2008
@@ -3004,7 +3004,7 @@
 msgstr "Sidst opdateret"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "SidstOpdateretAf"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/de.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/de.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/de.po	Fri Feb  8 18:09:20 2008
@@ -2323,7 +2323,7 @@
 msgstr "Zuletzt Aktualisiert"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "ZuletztBearbeitetVon"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/es.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/es.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/es.po	Fri Feb  8 18:09:20 2008
@@ -2843,11 +2843,11 @@
 msgstr "Actualizado por ultima vez"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
-msgstr "LastUpdated"
+msgid "last_updated"
+msgstr "last_updated"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/fi.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/fi.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/fi.po	Fri Feb  8 18:09:20 2008
@@ -2677,7 +2677,7 @@
 msgstr "Viimeksi päivitetty"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/fr.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/fr.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/fr.po	Fri Feb  8 18:09:20 2008
@@ -2168,7 +2168,7 @@
 msgstr "Date dernière MAJ"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "DernièreMAJPar"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/he.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/he.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/he.po	Fri Feb  8 18:09:20 2008
@@ -2247,7 +2247,7 @@
 msgstr "עדכון אחרון"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/hu.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/hu.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/hu.po	Fri Feb  8 18:09:20 2008
@@ -2171,7 +2171,7 @@
 msgstr "Utoljára aktualizálva"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "Utoljára aktualizálta"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/id.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/id.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/id.po	Fri Feb  8 18:09:20 2008
@@ -2337,7 +2337,7 @@
 msgstr "Pembaharuan Terakhir"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "Pembaharuan Terakhir Oleh"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/it.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/it.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/it.po	Fri Feb  8 18:09:20 2008
@@ -2924,15 +2924,15 @@
 msgstr "Modificato Da"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "UltimaModifica"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "ModificatoPerUltimoDa"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdatedRelative"
+msgid "last_updatedRelative"
 msgstr "TempoDaUltimoAggiornamento"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/ja.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/ja.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/ja.po	Fri Feb  8 18:09:20 2008
@@ -2545,7 +2545,7 @@
 msgstr "最終更新日時"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/nl.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/nl.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/nl.po	Fri Feb  8 18:09:20 2008
@@ -2683,7 +2683,7 @@
 msgstr "Laatst Ververst"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "LaatstVerverstDoor"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/no.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/no.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/no.po	Fri Feb  8 18:09:20 2008
@@ -2888,11 +2888,11 @@
 msgstr "Sist Oppdatert"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "SistOppdatert"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/pl.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/pl.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/pl.po	Fri Feb  8 18:09:20 2008
@@ -2939,11 +2939,11 @@
 msgstr "Ostatnio zaktualizowane"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "OstAktualiz"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "OstAktPrzez"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/pt_br.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/pt_br.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/pt_br.po	Fri Feb  8 18:09:20 2008
@@ -2868,11 +2868,11 @@
 msgstr "Atualizado em"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
-msgstr "LastUpdated"
+msgid "last_updated"
+msgstr "last_updated"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr ""
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/ru.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/ru.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/ru.po	Fri Feb  8 18:09:20 2008
@@ -2930,11 +2930,11 @@
 msgstr "Последнее изменение"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "Последнее изменение"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "Последний раз изменено"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/sv.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/sv.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/sv.po	Fri Feb  8 18:09:20 2008
@@ -2418,7 +2418,7 @@
 msgstr "Senast uppdaterad"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "SenastUppdateradAv"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/tr.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/tr.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/tr.po	Fri Feb  8 18:09:20 2008
@@ -2140,7 +2140,7 @@
 msgstr "Son Güncelleme"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "SonGüncelleyen"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/zh_cn.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/zh_cn.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/zh_cn.po	Fri Feb  8 18:09:20 2008
@@ -3835,11 +3835,11 @@
 msgstr "上次更新"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "上次更新"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "上次更新者"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/share/po/zh_tw.po
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/po/zh_tw.po	(original)
+++ rt/branches/3.999-DANGEROUS/share/po/zh_tw.po	Fri Feb  8 18:09:20 2008
@@ -3835,11 +3835,11 @@
 msgstr "上次更新"
 
 #: NOT FOUND IN SOURCE
-msgid "LastUpdated"
+msgid "last_updated"
 msgstr "上次更新"
 
 #: html/Search/Elements/PickBasics:103
-msgid "LastUpdatedBy"
+msgid "last_updated_by"
 msgstr "上次更新者"
 
 #: html/Ticket/Elements/ShowBasics:68

Modified: rt/branches/3.999-DANGEROUS/t/savedsearch.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/savedsearch.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/savedsearch.t	Fri Feb  8 18:09:20 2008
@@ -60,7 +60,7 @@
 \'<small>__Requestors__</small>\',
 \'<small>__CreatedRelative__</small>\',
 \'<small>__ToldRelative__</small>\',
-\'<small>__LastUpdatedRelative__</small>\',
+\'<small>__last_updatedRelative__</small>\',
 \'<small>__time_left__</small>\'';
 
 my $curruser = RT::CurrentUser->new(id => $searchuser->id);


More information about the Rt-commit mailing list