[Logilogi-svn] SF.net SVN: logilogi:[1674] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-01-28 20:35:36
|
Revision: 1674
http://logilogi.svn.sourceforge.net/logilogi/?rev=1674&view=rev
Author: wybow
Date: 2010-01-28 20:35:29 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
Updated release-system for developer snapshots, and various smaller
fixes.
Modified Paths:
--------------
trunk/app/views/annotations/edit.html.erb
trunk/app/views/changes/_list.html.erb
trunk/app/views/external_links/edit.html.erb
trunk/app/views/links/edit.html.erb
trunk/config/environment.rb
trunk/config/routes.rb
trunk/doc/README_FOR_APP
trunk/lib/capistrano/logilogi.rb
trunk/lib/tasks/dev.rake
trunk/test/fixtures/users.yml
Added Paths:
-----------
trunk/public/do/magick_corners/
trunk/public/do/magick_corners/box.146.400.16.0.ffffff.0.png
trunk/public/do/magick_corners/box.149.400.16.0.ffffff.0.png
trunk/public/do/magick_corners/box.236.400.16.4.ffffff.e0e1f3.png
trunk/public/do/magick_corners/box.459.400.16.0.ffffff.0.png
trunk/public/do/magick_corners/box.460.400.16.4.ffffff.989cd7.png
trunk/public/do/magick_corners/box.484.1200.16.4.ffffff.55679e.png
trunk/public/do/magick_corners/box.484.400.16.4.ffffff.989cd7.png
trunk/public/do/magick_corners/box.484.400.16.4.ffffff.e0e1f3.png
trunk/public/do/magick_corners/box.484.800.16.4.ffffff.55679e.png
trunk/public/do/magick_corners/box.488.400.16.0.ffffff.0.png
trunk/public/do/magick_corners/box.981.400.16.0.e0e1f3.0.png
trunk/public/do/magick_corners/image.400.36.mirrored_notice_cloud.svg.10.south_west.png
trunk/public/do/magick_corners/image.400.36.notice_cloud.svg.10.south_east.png
trunk/public/do/magick_corners/image.484.400.wizzard_cloud.svg.20.north_west.png
trunk/public/do/magick_corners/image.484.400.wizzard_step_cloud.svg.20.north_west.png
trunk/public/do/magick_corners/image.486.400.popover_cloud.svg.42.north_west.png
trunk/public/do/magick_corners/image.490.400.logi_current.svg.32.north_west.png
trunk/public/do/magick_corners/scaled_image.21.height.add_tag.svg.png
trunk/public/do/magick_corners/scaled_image.21.height.link_tag.svg.png
trunk/public/do/magick_corners/scaled_image.23.height.add_tag.svg.png
trunk/public/do/magick_corners/scaled_image.23.height.link_tag.svg.png
trunk/public/do/magick_corners/scaled_image.24.height.link_tag.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.add_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.add_tag.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.back_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.cancel_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.go_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.insert_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.link_tag.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.ok_button.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.remove_tag.svg.png
trunk/public/do/magick_corners/scaled_image.27.height.unfold_button.svg.png
trunk/public/do/magick_corners/scaled_image.30.height.author_tag.svg.png
trunk/public/do/magick_corners/scaled_image.30.height.link_tag.svg.png
trunk/public/do/magick_corners/scaled_image.30.height.remove_tag.svg.png
trunk/public/do/magick_corners/scaled_image.31.height.add_tag.svg.png
trunk/public/do/magick_corners/scaled_image.31.height.link_tag.svg.png
Modified: trunk/app/views/annotations/edit.html.erb
===================================================================
--- trunk/app/views/annotations/edit.html.erb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/app/views/annotations/edit.html.erb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -25,8 +25,9 @@
<% @annotations.order_by_created_at.each do |annotation| %>
<li id="r_<%= annotation.id.to_s %>">
<a href="javascript:logiInsertsRemove('<%= annotation.id.to_s %>',
- t('defaults.delete_l'), t('defaults.undo_l'));">
- [ <span class="action"> t 'defaults.delete_l' %></span>
+ '<%= t('defaults.delete_l') %>',
+ '<%= t('defaults.undo_l') %>');">
+ [ <span class="action"><%= t 'defaults.delete_l' %></span>
<%= image_tag 'remove_cross.png' %> ]
</a>
<%= popover_listing(truncate(annotation.message, :length => 35),
Modified: trunk/app/views/changes/_list.html.erb
===================================================================
--- trunk/app/views/changes/_list.html.erb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/app/views/changes/_list.html.erb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -31,7 +31,7 @@
<span class="user"><%= user_ll_link(
logi.current_logi_version.editor) %></span>
<span class="link">
- <%= t('v.changes.at') + logi_ll_link(logi, :show => :link,
+ <%= t('v.changes.at') + ' ' + logi_ll_link(logi, :show => :link,
:length => 60) %>
</span>
</li>
Modified: trunk/app/views/external_links/edit.html.erb
===================================================================
--- trunk/app/views/external_links/edit.html.erb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/app/views/external_links/edit.html.erb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -24,7 +24,8 @@
<% @external_links.order_by_created_at.each do |external_link| %>
<li id="r_<%= external_link.id.to_s %>">
<a href="javascript:logiInsertsRemove('<%= external_link.id.to_s %>',
- t('defaults.delete_l'), t('defaults.undo_l'));">
+ '<%= t('defaults.delete_l') %>',
+ '<%= t('defaults.undo_l') %>');">
[ <span class="action"><%= t 'defaults.delete_l' %></span>
<%= image_tag 'remove_cross.png' %> ]
</a>
Modified: trunk/app/views/links/edit.html.erb
===================================================================
--- trunk/app/views/links/edit.html.erb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/app/views/links/edit.html.erb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -24,8 +24,9 @@
<% @links.order_by_created_at.each do |link| %>
<li id="r_<%= link.id.to_s %>">
<a href="javascript:logiInsertsRemove('<%= link.id.to_s %>',
- t('defaults.delete_l', t('defaults.undo_l'));">
- [ <span class="action"><%= t 'defaults.delete_l' %></span>
+ '<%= t('defaults.delete_l') %>',
+ '<%= t('defaults.undo_l') %>');">
+ [ <span class="action"><%= t 'defaults.delete_l' %></span>
<%= image_tag 'remove_cross.png' %> ]
</a>
<%= popover_listing(pre_truncate(link.to_s(:for => :show),
Modified: trunk/config/environment.rb
===================================================================
--- trunk/config/environment.rb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/config/environment.rb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -17,7 +17,8 @@
# Because installing without RMagick should be possible.
#
# Used below, in models, etc...
-INSTALLED_RMAGICK = Gem.cache.search(Gem::Dependency.new(/rmagick/, Gem::Requirement.default)).size > 0
+INSTALLED_RMAGICK = Gem.cache.search(Gem::Dependency.new(/rmagick/,
+ Gem::Requirement.default)).size > 0
FALL_THROUGH = true
NO_BOTS = false
FORM_HASH_SECRET = "sdfsffrgdghfghfhwe34535ttgdasdskjjfsfhrgsvrtdgfsdfsdfdfhhjfgefscecs"
Modified: trunk/config/routes.rb
===================================================================
--- trunk/config/routes.rb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/config/routes.rb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -1,12 +1,6 @@
ActionController::Routing::Routes.draw do |map|
# The priority is based upon order of creation: first created -> highest priority.
- map.with_options(:controller => 'translate') do |t|
- t.translate_list 'do/translate'
- t.translate 'do/translate/translate', :action => 'translate'
- t.translate_reload 'do/translate/reload', :action => 'reload'
- end
-
#enable javascript gzip-compression for all.js
map.js_gzip 'javascripts/:js_file.js',
:controller => 'javascript_compression',
Modified: trunk/doc/README_FOR_APP
===================================================================
--- trunk/doc/README_FOR_APP 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/doc/README_FOR_APP 2010-01-28 20:35:29 UTC (rev 1674)
@@ -56,20 +56,54 @@
== Installation
-You can install LogiLogi in 3 steps.
+You can install LogiLogi in 3 steps. For the first step you can choose
+between two ways downloading a developer-snapshot (A) and the slightly
+more complicated manual installlation (B).
=== Step 1: Getting it
-First install the stable ruby version (1.8.2 or 1.8.4), mysql,
-libopenssl for ruby, the xapian search-lib, gettext, and subversion
-(for getting the code). If you are using Ubuntu or Debian as your
-OS see the notes at the bottom for which packages you need.
+For both the the developer snapshot and the manual install, the
+first few things are the same:
-You can install Ruby gems by downloading it from here:
+LogiLogi requires ruby, and a few other things. So you first need to
+install the stable ruby version, mysql, libopenssl for ruby, and the
+xapian search-library.
+
+(If you are using Ubuntu or Debian as your OS see the notes at the
+bottom for which packages you need).
+
+For the manual install, subversion is used for getting the code,
+and for the snapshot install, it is used to keep it up-to-date.
+So it's best if you install subversion if you don't have it yet.
+
+Then you need to install Ruby Gems. You can install it by downloading
+it from here:
http://rubyforge.org/frs/?group_id=126 (the newest)
then untar with tar -xzvf rubygems*.tgz
and install it with cd rubygems*; ruby setup.rb (as root)
+==== Way A: Developer snapshot
+
+Next you download the newest developer snapshot from SourceForge:
+ https://sourceforge.net/projects/logilogi/files/ (the newest)
+ then untar with tar -xzvf logilogi*.tgz
+
+It contains LogiLogi, Ruby on Rails and all gems that LogiLogi needs.
+
+Skip to step 2.
+
+As a side-note, note that it does not include RMagick, which is
+used to generate new images for the user interface. This is not
+a problem, unless you want to change things in the UI (and you
+can always do the manual installation later).
+
+==== Way B: Manual install
+
+You can get Manta directly from our
+{Subversion repository}[http://sourceforge.net/svn/?group_id=78643]
+
+ svn co https://logilogi.svn.sourceforge.net/svnroot/logilogi/trunk
+
LogiLogi Manta requires Rails[http://www.rubyonrails.org].
You can install Rails with:
@@ -95,9 +129,6 @@
ya2yaml[http://rubyforge.org/projects/ya2yaml/],
gems[http://rubyforge.org/projects/rubygems] (version >= 1.0).
-Also see the Installation Notes at the bottom for how to meet the few
-dependencies of the gems.
-
First you need to add github as a source for gems:
gem sources -a http://gems.github.com
@@ -110,40 +141,32 @@
rmagick ya2yaml
(as root, same here as with Rails installation)
-Then you can get Manta directly from our
-{Subversion repository}[http://sourceforge.net/svn/?group_id=78643]
+Also see the Installation Notes at the bottom for how to meet the few
+dependencies of the gems.
- svn co https://logilogi.svn.sourceforge.net/svnroot/logilogi/trunk
-
-The other required plugins are imported automatically by subversion
-when you checkout the code.
-
=== Step 2: Configuring it
-Copy the template
+Go to the config dir and copy the template
cp config.rb.tmpl config.rb
-
-...in the config dir, and change settings as you see fit (usually no
-changes are needed, and for development no changes are recommended.
-Note that after initializing the database some settings cannot be
-changed anymore).
+...and change settings as you see fit (usually no changes are needed,
+and for development no changes are recommended. Note that after
+initializing the database some settings cannot be changed anymore).
Copy the template
cp database.yml.tmpl database.yml
-...in the config dir and add your database-username and -password.
-Making changes is only needed if you did set a root-password for
-your database.
+...and add your database-username and -password. Making changes is
+only needed if you did set a root-password for your database.
Then with rake dev:check you can test if you installed everything
correctly.
-LogiLogi does not work befor it's database and search-index is
+LogiLogi does not work before it's database and search-index is
initialized. Thus to initialize the development-database with the
-config and an intro-page and to set up the xapian search-index
+configuration, an intro-page and to set up the xapian search-index
(stored in the db/search_index directory), you should run:
rake db:initialize
@@ -166,7 +189,8 @@
0.0.0.0 en.logi-manta.org de.logi-manta.org
-Then start the included WEBRick server with script/server.
+Then start the included WEBRick server with script/server from the
+trunk directory.
=== Step 3: Enjoying it
@@ -192,7 +216,7 @@
While the handout.tex builds the handouts for most presentations.
-== Installation FAQ
+k== Installation FAQ
Answers to Frequently Asked Questions.
@@ -203,14 +227,18 @@
sudo apt-get install ruby ruby1.8-dev libzlib-ruby rdoc irb rake
-And to get MySQL, Subversion and libopenssl, gettext, Xapian,
-ImageMagick and libxml2:
+And to get MySQL, Subversion, libopenssl, Xapian and libxml2
sudo apt-get install make mysql-server mysql-client \
libmysqlclient15-dev subversion libopenssl-ruby1.8 \
- libxapian15 libxapian-ruby1.8 gettext libxml2 imagemagick \
- librsvg2-dev libmagickwand-dev
+ libxapian15 libxapian-ruby1.8 libxml2
+If you do the manual install, and want to use ImageMagick, you get
+it and libxml2:
+
+ sudo apt-get install imagemagick librsvg2-dev \
+ libmagickwand-dev
+
RMagick will build extensions from source. If you have to install
ImageMagick from source (because it is out of date compared to
RMagick), then see the ImageMagick problems section.
Modified: trunk/lib/capistrano/logilogi.rb
===================================================================
--- trunk/lib/capistrano/logilogi.rb 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/lib/capistrano/logilogi.rb 2010-01-28 20:35:29 UTC (rev 1674)
@@ -43,6 +43,7 @@
UPDATE_CHOWN_WWW_DATA = [
"public/javascripts",
"public/do",
+ "public/do/magick_corners",
"tmp",
"db/schema.rb"
]
Modified: trunk/lib/tasks/dev.rake
===================================================================
--- trunk/lib/tasks/dev.rake 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/lib/tasks/dev.rake 2010-01-28 20:35:29 UTC (rev 1674)
@@ -9,8 +9,6 @@
desc "Adds the config.rb to the trunk and commits"
task :commit do
sh "cd config; cp config.rb config.rb.tmpl"
- Rake::Task["gettext:harvest"].invoke
- Rake::Task["gettext:generate"].invoke
sh "svn commit"
end
@@ -35,6 +33,25 @@
end
end
+ desc "Creates a developer snapshot"
+ task :build do
+ require File.join(File.dirname(__FILE__), '../task_helper.rb')
+ time = Time.now.strftime("%y%m%d")
+ runs = [
+ "rake gems:unpack:dependencies",
+ "rake rails:freeze:gems",
+ "rm -rf vendor/gems/rmagick*",
+ "cd ..; rm logilogi*.tgz",
+ "cd ..; tar -czvf logilogi" + time + ".tgz trunk",
+ "rm -rf vendor/gems",
+ "rm -rf vendor/rails",
+ "cd ..; scp logilogi" + time + " wybow,log...@fr...:" +
+ "/home/frs/project/l/lo/logilogi/logilogi"]
+ runs.each do |run|
+ ErrorNotifier.run_and_report_if_erred(run, 'Build')
+ end
+ end
+
desc "Creates a local full backup"
task :local_backup => ["clear"] do
require File.join(File.dirname(__FILE__), '../task_helper.rb')
Added: trunk/public/do/magick_corners/box.146.400.16.0.ffffff.0.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.146.400.16.0.ffffff.0.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.149.400.16.0.ffffff.0.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.149.400.16.0.ffffff.0.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.236.400.16.4.ffffff.e0e1f3.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.236.400.16.4.ffffff.e0e1f3.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.459.400.16.0.ffffff.0.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.459.400.16.0.ffffff.0.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.460.400.16.4.ffffff.989cd7.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.460.400.16.4.ffffff.989cd7.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.484.1200.16.4.ffffff.55679e.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.484.1200.16.4.ffffff.55679e.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.484.400.16.4.ffffff.989cd7.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.484.400.16.4.ffffff.989cd7.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.484.400.16.4.ffffff.e0e1f3.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.484.400.16.4.ffffff.e0e1f3.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.484.800.16.4.ffffff.55679e.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.484.800.16.4.ffffff.55679e.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.488.400.16.0.ffffff.0.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.488.400.16.0.ffffff.0.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/box.981.400.16.0.e0e1f3.0.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/box.981.400.16.0.e0e1f3.0.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.400.36.mirrored_notice_cloud.svg.10.south_west.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.400.36.mirrored_notice_cloud.svg.10.south_west.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.400.36.notice_cloud.svg.10.south_east.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.400.36.notice_cloud.svg.10.south_east.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.484.400.wizzard_cloud.svg.20.north_west.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.484.400.wizzard_cloud.svg.20.north_west.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.484.400.wizzard_step_cloud.svg.20.north_west.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.484.400.wizzard_step_cloud.svg.20.north_west.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.486.400.popover_cloud.svg.42.north_west.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.486.400.popover_cloud.svg.42.north_west.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/image.490.400.logi_current.svg.32.north_west.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/image.490.400.logi_current.svg.32.north_west.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.21.height.add_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.21.height.add_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.21.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.21.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.23.height.add_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.23.height.add_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.23.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.23.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.24.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.24.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.add_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.add_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.add_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.add_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.back_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.back_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.cancel_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.cancel_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.go_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.go_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.insert_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.insert_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.ok_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.ok_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.remove_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.remove_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.27.height.unfold_button.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.27.height.unfold_button.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.30.height.author_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.30.height.author_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.30.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.30.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.30.height.remove_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.30.height.remove_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.31.height.add_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.31.height.add_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/do/magick_corners/scaled_image.31.height.link_tag.svg.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/do/magick_corners/scaled_image.31.height.link_tag.svg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/test/fixtures/users.yml
===================================================================
--- trunk/test/fixtures/users.yml 2010-01-28 20:28:27 UTC (rev 1673)
+++ trunk/test/fixtures/users.yml 2010-01-28 20:35:29 UTC (rev 1674)
@@ -48,7 +48,7 @@
name: 'Eddy Crawler'
unix_name: 'eddy_crawler'
email: 'to...@ca...'
- next_logi_nr: 1
+ next_logi_nr: 2
home_page_tag_string: 'Eddy_Crawler'
crypted_password: '6a95726d9ccf525b5aced3cadc89fe44e8cffaac28c46e660e5eda14020a7535063ae13f895d17d19027037994e8816083179cfcd6a2b06c438c37d5667b171f'
password_salt: 'e48539d076eea57166afbbb9c7e8db201ef45f54abedfab6c06e0235770f980219dea65bc3d160d82e3c9cec9af0984354a8f51e1e01ea1b1e11160e7eaafed6'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|