repo string | commit string | message string | diff string |
|---|---|---|---|
baldwindavid/dnb_public_shell | 32884c6c91a82cc05e079ba40a752f8e7a96c8a0 | added README | diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..e26c3ee
--- /dev/null
+++ b/README.txt
@@ -0,0 +1 @@
+Some simple scripts that help with workflow
\ No newline at end of file
|
baldwindavid/dnb_public_shell | 4a2d150f6022fe0a74ab74d9d53e58271598a679 | removed Rails question - basically worthless | diff --git a/make_client.rb b/make_client.rb
index 6371171..0dba6ed 100644
--- a/make_client.rb
+++ b/make_client.rb
@@ -1,86 +1,84 @@
base_path = '~/Sites/client/'
puts "Enter main client directory name:"
client = gets.chomp!
puts "Are you working with a main client or subclient? ('1' for client or '2' for sub... |
baldwindavid/dnb_public_shell | 41dcee902ff3e4d3e6b9c9864dc84d60bfd43254 | fixed indy fax # | diff --git a/make_client.rb b/make_client.rb
index 36484b2..6371171 100644
--- a/make_client.rb
+++ b/make_client.rb
@@ -1,86 +1,86 @@
base_path = '~/Sites/client/'
puts "Enter main client directory name:"
client = gets.chomp!
puts "Are you working with a main client or subclient? ('1' for client or '2' for sub... |
baldwindavid/dnb_public_shell | 88d876ebeb0ca6317ba3ffcb52ef84a885c12b22 | added client project make script | diff --git a/make_client.rb b/make_client.rb
new file mode 100644
index 0000000..36484b2
--- /dev/null
+++ b/make_client.rb
@@ -0,0 +1,86 @@
+base_path = '~/Sites/client/'
+
+puts "Enter main client directory name:"
+client = gets.chomp!
+
+puts "Are you working with a main client or subclient? ('1' for client or '2' f... |
mtrovo/Greasemonkey-WinTrade-script | 5e334f5e2164769e2a6f00898249a7c1ece9b4e3 | first version of WinTrade script for greasemonkey | diff --git a/wintrade_add-ons.user.js b/wintrade_add-ons.user.js
new file mode 100644
index 0000000..4a9d739
--- /dev/null
+++ b/wintrade_add-ons.user.js
@@ -0,0 +1,56 @@
+// ==UserScript==
+// @name WinTrade Add-ons
+// @namespace com.github.mtrovo
+// @include http://www.wintrade.com.br/site/Min... |
mhs/option_attrs | e8fecc3278177c60ad25cf263ef7589089fd5d09 | initial import | diff --git a/init.rb b/init.rb
new file mode 100644
index 0000000..712e1a2
--- /dev/null
+++ b/init.rb
@@ -0,0 +1 @@
+require 'option_attrs'
\ No newline at end of file
diff --git a/lib/option_attrs.rb b/lib/option_attrs.rb
new file mode 100644
index 0000000..ad35bf9
--- /dev/null
+++ b/lib/option_attrs.rb
@@ -0,0 +1,2... |
tiout/dImageRanker | 00f4fea6c7596c67b9a57d7b78fbc721cab79f38 | Added an Exif tag viewer to the right-hand pane. | diff --git a/dimageranker.py b/dimageranker.py
index 70c3ed5..91e7983 100644
--- a/dimageranker.py
+++ b/dimageranker.py
@@ -1,355 +1,389 @@
#!/usr/bin/python
import sys, os
import pickle
from shutil import copy
import wx
+from PIL import Image
+from PIL.ExifTags import TAGS
"""
To Do:
1. Is there a way to make... |
tiout/dImageRanker | e25abc5a0fdb70dd5b01b3451dfc9f499ccca982 | Replaced Name | diff --git a/dimageranker.py b/dimageranker.py
index f6e6079..70c3ed5 100644
--- a/dimageranker.py
+++ b/dimageranker.py
@@ -1,355 +1,355 @@
#!/usr/bin/python
import sys, os
import pickle
from shutil import copy
import wx
"""
To Do:
1. Is there a way to make the initial image grey?
2. Make the button length co... |
tiout/dImageRanker | 8925c7a90774bee08a4ab8006a1042a2492c3333 | added README file | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
olivernn/jem | 1e2dd07c50a8076f97949a555d1f886009a38421 | Add new files to the gemspec | diff --git a/jem.gemspec b/jem.gemspec
index bb60110..15e4988 100644
--- a/jem.gemspec
+++ b/jem.gemspec
@@ -1,56 +1,59 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.n... |
olivernn/jem | ed8760e1b44f7e27bc7b0b936a187b74e7ac4c29 | Adding the version bumping commands | diff --git a/lib/jem.rb b/lib/jem.rb
index beee508..c684c22 100644
--- a/lib/jem.rb
+++ b/lib/jem.rb
@@ -1,24 +1,25 @@
require 'rubygems'
require 'uri'
require 'highline'
require 'json'
require 'rest_client'
require 'signature'
module Jem
class << self
attr_accessor :host
end
end
Jem.host = ... |
olivernn/jem | ab41dafd7255364459ad9089f24861b7ae5904f8 | Manifest should handle there being no existing manifest | diff --git a/lib/jem/errors.rb b/lib/jem/errors.rb
index 911c646..dd3c2f8 100644
--- a/lib/jem/errors.rb
+++ b/lib/jem/errors.rb
@@ -1,4 +1,5 @@
module Jem
class WrongCredentials < StandardError; end
- class InvalidManifest < StandardError; end
+ class ManifestInvalid < StandardError; end
+ class ManifestMissing... |
olivernn/jem | 6e280c92be26a576f1617b27b1fae523cce5487a | Examples of the commands | diff --git a/examples.txt b/examples.txt
index 3e161c9..0eb62d0 100644
--- a/examples.txt
+++ b/examples.txt
@@ -1 +1,4 @@
-jem push -> gets the manifest in the current dir and loads that
\ No newline at end of file
+jem push -> gets the manifest in the current dir and loads that
+jem version:bump_patch
+jem version:bu... |
olivernn/jem | 93cd0d00c58a03d0e131bb655cf81d2c367d0d2c | Manifest can mange its own versions and create itself from an existing manifest.json | diff --git a/lib/jem.rb b/lib/jem.rb
index dc32372..beee508 100644
--- a/lib/jem.rb
+++ b/lib/jem.rb
@@ -1,24 +1,24 @@
+require 'rubygems'
require 'uri'
-
require 'highline'
require 'json'
require 'rest_client'
require 'signature'
module Jem
class << self
attr_accessor :host
end
end
Jem.host ... |
olivernn/jem | 580b2dc530e718714c63cb848a6551495f8131e2 | Made Jem.host an accessor so we can easily change hosts | diff --git a/lib/jem.rb b/lib/jem.rb
index 9aafe39..dc32372 100644
--- a/lib/jem.rb
+++ b/lib/jem.rb
@@ -1,25 +1,24 @@
require 'uri'
require 'highline'
require 'json'
require 'rest_client'
require 'signature'
module Jem
- HOST = 'http://10.9.8.231:3000'
-
+
class << self
- @host = HOST.dup
-
att... |
olivernn/jem | 0c5de4301e9d8396ae7c6ec732416243c3b75831 | working | diff --git a/Rakefile b/Rakefile
index 7b62737..fb19a41 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,52 +1,52 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "jem"
- gem.summary = %Q{TODO: one-line summary of your gem}
- gem.description = %Q{TODO: ... |
olivernn/jem | 3cf9bbf21bf0469715c0fd28d086b9dbb598f762 | Version bump to 0.0.0 | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..77d6f4c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.0
|
jtprince/ms-xcalibur | 5d87e52d66a2c4843db1a07e356eacbb80b61f86 | minor updates for latest configurable | diff --git a/History b/History
index 7d212ed..8dc0451 100644
--- a/History
+++ b/History
@@ -1,12 +1,12 @@
-== 0.3.0 / 2009-05-06
+== 0.3.0 / 2009-05-25
* updates to use tap-0.17.0
== 0.2.0 / 2009-03-31
Updated release to use latest tap. Removed
raw_to_mgf task as it can be performed using
existing tasks.
... |
jtprince/ms-xcalibur | 9f8fff758390333c373247a8d289af7104d73f79 | fixed formatting issue with peakify | diff --git a/lib/ms/xcalibur/peakify.rb b/lib/ms/xcalibur/peakify.rb
index a83e227..0fc0721 100644
--- a/lib/ms/xcalibur/peakify.rb
+++ b/lib/ms/xcalibur/peakify.rb
@@ -1,64 +1,65 @@
require 'ms/xcalibur/peak_file'
module Ms
module Xcalibur
# :startdoc::manifest adds graph data to an exported peak file
... |
jtprince/ms-xcalibur | c3d3236c89ba7696c5788124da63ce282395d15f | documentation and updates | diff --git a/lib/ms/xcalibur/convert/dta_to_mgf.rb b/lib/ms/xcalibur/convert/dta_to_mgf.rb
index f7a365a..60b0c13 100644
--- a/lib/ms/xcalibur/convert/dta_to_mgf.rb
+++ b/lib/ms/xcalibur/convert/dta_to_mgf.rb
@@ -1,85 +1,86 @@
require 'constants'
module Ms
module Xcalibur
module Convert
+
... |
jtprince/ms-xcalibur | 16ea06940f586128d5eaae74f914dff0c406a9a0 | fixed rdoc dir on rubyforge | diff --git a/Rakefile b/Rakefile
index dc87844..625199c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,100 +1,100 @@
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'tap/constants'
#
# Gem specification
#
def gemspec
data = File.read('ms-xcalibur.gemspe... |
jtprince/ms-xcalibur | af05802c9890af3c00ac7d98f81b35216dbba5f8 | Changed MS namespace to Ms. Also fixed dependency versions in gemspec | diff --git a/lib/ms/xcalibur/convert/dta_to_mgf.rb b/lib/ms/xcalibur/convert/dta_to_mgf.rb
index 5a8f3fa..77d457b 100644
--- a/lib/ms/xcalibur/convert/dta_to_mgf.rb
+++ b/lib/ms/xcalibur/convert/dta_to_mgf.rb
@@ -1,88 +1,88 @@
require 'constants'
-module MS
+module Ms
module Xcalibur
module Convert
... |
jtprince/ms-xcalibur | 4341cfb35bb4dd9efef3a40b3009d41e0e853a03 | Refactored Xcalibur into MS module. | diff --git a/Rakefile b/Rakefile
index e98bd15..c78301f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,86 +1,86 @@
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'tap/constants'
require 'tap/patches/rake/testtask.rb'
#
# Gem specification
#
def gemspec
-... |
jtprince/ms-xcalibur | 54ec73f495d818b34ab8ab1598df3b70e1829aca | changed package name to biomass-xcalibur | diff --git a/Rakefile b/Rakefile
index 7a5fd91..e98bd15 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,86 +1,86 @@
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'tap/constants'
require 'tap/patches/rake/testtask.rb'
#
# Gem specification
#
def gemspec
-... |
jtprince/ms-xcalibur | 6e4b38cc5c3cfe00c26a9a746d14703898b67954 | Added constants dependency. | diff --git a/xcalibur.gemspec b/xcalibur.gemspec
index 3c583e9..2fa029a 100644
--- a/xcalibur.gemspec
+++ b/xcalibur.gemspec
@@ -1,30 +1,31 @@
Gem::Specification.new do |s|
s.name = "xcalibur"
s.version = "0.0.1"
s.author = "Simon Chiang"
s.email = "simon.a.chiang@gmail.com"
s.homepage = "http://hsc-pro... |
jtprince/ms-xcalibur | 20741d005fdd84793e561db921eff4798f5c75ff | Moved some files around. | diff --git a/lib/xcalibur/export/peak_file.rb b/lib/xcalibur/peak_file.rb
similarity index 94%
rename from lib/xcalibur/export/peak_file.rb
rename to lib/xcalibur/peak_file.rb
index de6a7af..493cfe1 100644
--- a/lib/xcalibur/export/peak_file.rb
+++ b/lib/xcalibur/peak_file.rb
@@ -1,94 +1,91 @@
module Xcalibur
- modu... |
jtprince/ms-xcalibur | 0e638d75ffc1f28aa0140a2b8c3feb7594863ad6 | Added MIT-LICENSE. | diff --git a/MIT-LICENSE b/MIT-LICENSE
new file mode 100644
index 0000000..4f7e697
--- /dev/null
+++ b/MIT-LICENSE
@@ -0,0 +1,21 @@
+Copyright (c) 2006-2008, Regents of the University of Colorado.
+Developer:: Simon Chiang, Biomolecular Structure Program, Hansen Lab
+Support:: CU Denver School of Medicine Deans Acade... |
jtprince/ms-xcalibur | 0ea1e67c368e476622dfc8ecdfc10699499c7f00 | Initial import from hansen_lab/biomass. Updated tests. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..af55a7d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.DS_Store
+pkg/
+rdoc/
+backup/
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..7a5fd91
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,86 @@
+require 'rake'
+require 'rake/testt... |
piclez/mui | 7bf91b692edae3c23a0a9117da70e13796695c53 | mui: Properly name-spaced routes per latest merb-slices update. | diff --git a/mui-core/app/helpers/forms.rb b/mui-core/app/helpers/forms.rb
index 06f2160..2e9328a 100644
--- a/mui-core/app/helpers/forms.rb
+++ b/mui-core/app/helpers/forms.rb
@@ -1,57 +1,56 @@
module Merb::MuiCore::MuiForms
def mui_form(options = {})
if options[:model]
form_for(options[:model], :act... |
piclez/mui | 6b65c3d30ebda641aef27ab5e9f97e095a23aab7 | mui-page: Fixed bug where trays were not 100% wide without body text. | diff --git a/mui-page/app/views/pages/index.html.erb b/mui-page/app/views/pages/index.html.erb
index 0a82042..938da2f 100644
--- a/mui-page/app/views/pages/index.html.erb
+++ b/mui-page/app/views/pages/index.html.erb
@@ -1,31 +1,27 @@
<%= mui_bar(:title => MuiPage[:title]) do %>
<% if mui_password? %>
<%= mui_... |
piclez/mui | 447043d305527aa439b29e286fdd5a2a1ca0d63a | mui-core: Buttons inside a bar are now a consistent height. mui-page: Fixed a bug in the create page window that prevented it from opening. | diff --git a/mui-core/app/helpers/bars.rb b/mui-core/app/helpers/bars.rb
index 048e45d..9876e38 100644
--- a/mui-core/app/helpers/bars.rb
+++ b/mui-core/app/helpers/bars.rb
@@ -1,34 +1,34 @@
module Merb::MuiCore::MuiBars
def mui_bar(options = {}, &block)
@@mui_bar_tab_width = options[:tab_width] if options... |
piclez/mui | 6da7978a41454ebe7dc7a2e766186b303b11aa9d | mui: Updated Rakefiles, routers, etc. for merb 0.9.8 compatibility. mui: Completed massive overhaul of html and css for IE compatibility. | diff --git a/Rakefile b/Rakefile
index 8dbc695..f8b771d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,128 +1,17 @@
-module Mui
- VERSION = '1.0'
-end
-
-AUTHOR = 'Jamie Hoover'
-DESCRIPTION = 'Merb User Interface'
-EMAIL = 'dont.tase@me.com'
-NAME = 'mui'
-URL = 'http://uipoet.com/'
-
-require 'rake/clean'
-require 'rak... |
piclez/mui | 7f4125eb66da1415d678f4252de368415b910561 | mui-core: Bars and windows are now fully cross-browser. Did I mention that I hate IE? | diff --git a/mui-core/app/helpers/desktop.rb b/mui-core/app/helpers/desktop.rb
index 2e68b8d..c02c346 100644
--- a/mui-core/app/helpers/desktop.rb
+++ b/mui-core/app/helpers/desktop.rb
@@ -1,167 +1,175 @@
module Merb::MuiCore::MuiDesktop
def mui(options = {}, &block)
output = ''
if message = session[:... |
piclez/mui | 4190c8d8edf5f5da7532f4a5c4ff503d12d88167 | mui-core: Messages overlay page like windows to not push page down. Smoother slide down and up. | diff --git a/mui-core/app/views/javascripts/desktop.js.erb b/mui-core/app/views/javascripts/desktop.js.erb
index d115be9..207fe10 100644
--- a/mui-core/app/views/javascripts/desktop.js.erb
+++ b/mui-core/app/views/javascripts/desktop.js.erb
@@ -1,64 +1,70 @@
$(function(){
- $('.mui_message').hide().slideDown('fast');... |
piclez/mui | 7629b79c240cfb29162ccab4467dc81f5120d2bd | mui-core: Messages slide down as the page loads. mui-core: Removed outdated message helper. | diff --git a/mui-core/app/helpers/desktop.rb b/mui-core/app/helpers/desktop.rb
index a6012ba..2e68b8d 100644
--- a/mui-core/app/helpers/desktop.rb
+++ b/mui-core/app/helpers/desktop.rb
@@ -1,167 +1,167 @@
module Merb::MuiCore::MuiDesktop
def mui(options = {}, &block)
output = ''
if message = session[:... |
piclez/mui | 06dccca0d0d6b86071eeb7d445e7d2b1e12eac9e | mui-core: Messages now load with the page, rather than asynchronously. mui-core: Optimized javascript with reusable functions. mui-core: Replaced tables with blocks and inline-blocks for bars and messages. (Damn, dirty Microsoft!!!) | diff --git a/mui-core/app/controllers/messages.rb b/mui-core/app/controllers/messages.rb
deleted file mode 100644
index 5f57855..0000000
--- a/mui-core/app/controllers/messages.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class MuiCore::Messages < MuiCore::Application
-
- def index
- @message = session[:mui_message]
- sess... |
piclez/mui | 1474f6271dca5805adfcee04453d122ec8f99179 | mui-core: Added fading to windows that redirect to each other, such as photos in mui-flickr. mui-page: Added title "body" to page body hyper text. | diff --git a/mui-core/app/controllers/stylesheets.rb b/mui-core/app/controllers/stylesheets.rb
index 4a9c846..cfab331 100644
--- a/mui-core/app/controllers/stylesheets.rb
+++ b/mui-core/app/controllers/stylesheets.rb
@@ -1,24 +1,24 @@
class MuiCore::Stylesheets < MuiCore::Application
only_provides :css
def i... |
piclez/mui | d5c892dc40d246d0d212f356b03a8138c169c811 | mui-core: Windows that are taller or wider than the browser now correctly position absolute. Changing to a window that is shorter or narrower than the browser now sets position back to fixed. | diff --git a/mui-core/app/views/javascripts/window.js.erb b/mui-core/app/views/javascripts/window.js.erb
index 6979b3e..a51b3fa 100644
--- a/mui-core/app/views/javascripts/window.js.erb
+++ b/mui-core/app/views/javascripts/window.js.erb
@@ -1,29 +1,29 @@
$(document).ready(function(){
var browserWidth = $(window).wi... |
piclez/mui | e713f8157560b1185a4b6036d3fbbe3ef1c74fbe | mui-core: Brought back fading in/out to windows. | diff --git a/mui-core/app/views/javascripts/desktop.js.erb b/mui-core/app/views/javascripts/desktop.js.erb
index 6a1c7d3..41c1488 100644
--- a/mui-core/app/views/javascripts/desktop.js.erb
+++ b/mui-core/app/views/javascripts/desktop.js.erb
@@ -1,25 +1,30 @@
$(document).ready(function(){
$('.mui_click_window_open')... |
piclez/mui | a9315b53a6d3222fd18237d318c3203d8d8e36de | mui-core: Upgraded jquery ui to 1.6rc2 and added datepicker mui-core: Removed wysiwyg component, replacing with hyper text component mui-core: Fixed browser crash when closing certain windows | diff --git a/mui-core/app/helpers/forms.rb b/mui-core/app/helpers/forms.rb
index 5783b1d..06f2160 100644
--- a/mui-core/app/helpers/forms.rb
+++ b/mui-core/app/helpers/forms.rb
@@ -1,57 +1,57 @@
module Merb::MuiCore::MuiForms
def mui_form(options = {})
if options[:model]
form_for(options[:model], :act... |
piclez/mui | 0e4f573895823b3e3514bacd8b6d709150ac0a62 | mui-page: Page previews on index page are now truncated. mui-core: Added style for truncated text (...continued) | diff --git a/mui-core/app/views/stylesheets/index.css.erb b/mui-core/app/views/stylesheets/index.css.erb
index 789b637..a35e66f 100644
--- a/mui-core/app/views/stylesheets/index.css.erb
+++ b/mui-core/app/views/stylesheets/index.css.erb
@@ -1,526 +1,532 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida ... |
piclez/mui | 7dd6447569e0af29cc6546f257daa5ed154776b7 | mui-core: Message redesign (top of page bar replacing ne overlay) mui-core: First messages then dialogs are dismissed by the escape key mui-core: Keyboard navigation for previous and next windows mui: Replaced generic :id with object (:page_id) mui-flickr: Keyboard navigation for previous and next photos | diff --git a/mui-core/app/helpers/desktop.rb b/mui-core/app/helpers/desktop.rb
index 87e2231..f7a5a3d 100644
--- a/mui-core/app/helpers/desktop.rb
+++ b/mui-core/app/helpers/desktop.rb
@@ -1,174 +1,175 @@
module Merb::MuiCore::MuiDesktop
def mui(options = {}, &block)
- output = capture(&block) if block_given... |
piclez/mui | 52ccaa9878720b5041c72c9fffdeef4c76240653 | mui-core: Corrected height of buttons containing images. mui-core: Corrected broken vertical alignment of columns. mui-page: Corrected vertical alignment of create button and decreased space under title. | diff --git a/mui-core/app/helpers/desktop.rb b/mui-core/app/helpers/desktop.rb
index 0e6f817..87e2231 100644
--- a/mui-core/app/helpers/desktop.rb
+++ b/mui-core/app/helpers/desktop.rb
@@ -1,174 +1,174 @@
module Merb::MuiCore::MuiDesktop
def mui(options = {}, &block)
output = capture(&block) if block_given... |
piclez/mui | c0a5af1ad0232758d12c6e99458d476450ed85de | mui-core: Improved button and tab heights/alignment across browsers. mui-core: Improved button/tab reflection across colors. mui-core: Removed bars inside a column tray. mui-pages: Removed bars from inside column trays for index page. | diff --git a/mui-core/app/views/stylesheets/index.css.erb b/mui-core/app/views/stylesheets/index.css.erb
index 241dc40..d8e6971 100644
--- a/mui-core/app/views/stylesheets/index.css.erb
+++ b/mui-core/app/views/stylesheets/index.css.erb
@@ -1,556 +1,532 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida ... |
piclez/mui | 23847d0fd3327096cb64b110c19d6d7af6dd6254 | mui-password: Typing F1 when already authenticated will exit. | diff --git a/mui-password/app/views/javascripts/password.js.erb b/mui-password/app/views/javascripts/password.js.erb
index 7097843..ce5faa3 100644
--- a/mui-password/app/views/javascripts/password.js.erb
+++ b/mui-password/app/views/javascripts/password.js.erb
@@ -1,6 +1,12 @@
$(document).keyup(function(event){
if ... |
piclez/mui | 810063dfe2b66f85b8a37a0d60774388e8c4750f | mui-core: Fixed window bar width bug in FireFox | diff --git a/mui-core/app/views/stylesheets/index.css.erb b/mui-core/app/views/stylesheets/index.css.erb
index eb8afb8..241dc40 100644
--- a/mui-core/app/views/stylesheets/index.css.erb
+++ b/mui-core/app/views/stylesheets/index.css.erb
@@ -1,558 +1,556 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida ... |
piclez/mui | 7338f5e1ef7c59133bdc4f7c137be4bf5849ff7b | mui-core: links now take url attribute (instead of href), just like everything else. | diff --git a/mui-core/app/helpers/desktop.rb b/mui-core/app/helpers/desktop.rb
index 02952e9..0e6f817 100644
--- a/mui-core/app/helpers/desktop.rb
+++ b/mui-core/app/helpers/desktop.rb
@@ -1,174 +1,174 @@
module Merb::MuiCore::MuiDesktop
def mui(options = {}, &block)
output = capture(&block) if block_given... |
piclez/mui | 2dfc648d00879d1c5eaa24fb73e0814afdc69ac2 | mui-core: Dialogs only drag via the titlebar. mui-core: Dialogs can't be dragged past the window edges. mui-core: Dialogs scroll with the page, if they exceed the height or width of the window. mui-flickr: Removed inserted stylesheet (for black background), as it was invalid html. | diff --git a/mui-core/app/helpers/javascripts.rb b/mui-core/app/helpers/javascripts.rb
index 04ec4de..3a613bc 100644
--- a/mui-core/app/helpers/javascripts.rb
+++ b/mui-core/app/helpers/javascripts.rb
@@ -1,18 +1,18 @@
module Merb::MuiCore::MuiJavascripts
def mui_javascript
script = tag(:script, :src => '/... |
piclez/mui | c41c67f2ef7a64e2a6d84f72de9bd5c0ea317a93 | mui-core: re-architecture of components mui-core: new wysiwyg component mui-flickr: redesign of experience mui-page: wysiwyg body editor | diff --git a/mui-core/app/controllers/javascripts.rb b/mui-core/app/controllers/javascripts.rb
index 578e8a0..0ea5024 100644
--- a/mui-core/app/controllers/javascripts.rb
+++ b/mui-core/app/controllers/javascripts.rb
@@ -1,17 +1,17 @@
class MuiCore::Javascripts < MuiCore::Application
only_provides :js
- def ... |
piclez/mui | 4dca5bcad4402077e6ec054ad1fa672709acefd7 | mui-core: rebuilt tabs component for consistency with buttons | diff --git a/mui-core/app/helpers/components.rb b/mui-core/app/helpers/components.rb
index fb6cbf1..338d782 100644
--- a/mui-core/app/helpers/components.rb
+++ b/mui-core/app/helpers/components.rb
@@ -1,111 +1,112 @@
module Merb::MuiCore::MuiComponents
def mui_bar(options = {}, &block)
content = ''
co... |
piclez/mui | bedee5a0167d9837fb965fcb5fab793d0d9647d2 | mui-core: fixed bug where javascript was leaving extra windows behind after they were closed mui-core: buttons inside a window that redirect to other windows are now called with mui_button(:window => 'redirect') mui-page: all code brought up to date with latest mui-core (basically this is the first working version) mui... | diff --git a/mui-core/app/helpers/components.rb b/mui-core/app/helpers/components.rb
index 11ca773..fb6cbf1 100644
--- a/mui-core/app/helpers/components.rb
+++ b/mui-core/app/helpers/components.rb
@@ -1,112 +1,111 @@
module Merb::MuiCore::MuiComponents
def mui_bar(options = {}, &block)
content = ''
co... |
piclez/mui | 0cd30f22bfbf17b8be503ce9236e98ee5fda7eae | mui-core: buttons inside windows can now call other windows mui-password: fixed bug where password could not be updated mui-password: added delete button to update view | diff --git a/mui-core/app/views/javascripts/window.js.erb b/mui-core/app/views/javascripts/window.js.erb
index 5a76611..91ef187 100644
--- a/mui-core/app/views/javascripts/window.js.erb
+++ b/mui-core/app/views/javascripts/window.js.erb
@@ -1,23 +1,27 @@
$(document).ready(function(){
var $self = jQuery(this);
va... |
piclez/mui | 20b401f987099683f77cce6a194e02f80b9522c6 | mui-core, mui-password: put all helpers into a namespace to prevent future collisions with controllers | diff --git a/mui-core/app/helpers/components.rb b/mui-core/app/helpers/components.rb
index fbbd4f6..11ca773 100644
--- a/mui-core/app/helpers/components.rb
+++ b/mui-core/app/helpers/components.rb
@@ -1,112 +1,112 @@
-module Merb::MuiCore::Components
+module Merb::MuiCore::MuiComponents
def mui_bar(options = {},... |
piclez/mui | 65773f9562d0a63ee02e20662fb5fecc4768d50f | mui-password: fixed naming conflict between passwords helper and controller mui-page: updated index opening create page if no pages exist with latest window and message code | diff --git a/mui-page/app/controllers/pages.rb b/mui-page/app/controllers/pages.rb
index 82649e8..ac08a1a 100644
--- a/mui-page/app/controllers/pages.rb
+++ b/mui-page/app/controllers/pages.rb
@@ -1,66 +1,68 @@
class MuiPage::Pages < MuiPage::Application
before(:mui_window_referer_create, :only => [:create, :upda... |
piclez/mui | 400e6b82c3ea744cdfd582a4d890dc34568d57f3 | mui-password: replaced static url with route variable mui-password: renamed helper to "passwords" | diff --git a/mui-password/app/helpers/application_helper.rb b/mui-password/app/helpers/passwords.rb
similarity index 85%
rename from mui-password/app/helpers/application_helper.rb
rename to mui-password/app/helpers/passwords.rb
index 2860472..993071a 100644
--- a/mui-password/app/helpers/application_helper.rb
+++ b/mui... |
piclez/mui | 041fbadf28cd8323a6de6c101a6e47fef66ec472 | mui-core: windows and messages close buttons are now neutral, instead of negative mui-core: increased padding above trays | diff --git a/mui-core/app/helpers/markup/message_helper.rb b/mui-core/app/helpers/markup/message_helper.rb
index 6d9b6ce..4178a06 100644
--- a/mui-core/app/helpers/markup/message_helper.rb
+++ b/mui-core/app/helpers/markup/message_helper.rb
@@ -1,26 +1,26 @@
module Merb::MuiCore::MessageHelper
def mui_message_t... |
piclez/mui | fab2d429e4cef98768cd340acaeaa5bd675e0052 | mui-core: new messages component that show once via a session with a tone of positive, negative, or nuetral mui-core: windows can also now be passed via a session for redirects | diff --git a/mui-core/app/controllers/javascripts.rb b/mui-core/app/controllers/javascripts.rb
index 4bde1a1..578e8a0 100644
--- a/mui-core/app/controllers/javascripts.rb
+++ b/mui-core/app/controllers/javascripts.rb
@@ -1,13 +1,17 @@
class MuiCore::Javascripts < MuiCore::Application
only_provides :js
def ... |
piclez/mui | 3170285200afea7485d9de74bdc4adf91d3b6bd8 | mui: renamed dialog to window mui: version bump to 1.0 | diff --git a/Rakefile b/Rakefile
index b73ce53..8dbc695 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,128 +1,128 @@
module Mui
- VERSION = '0.9.5'
+ VERSION = '1.0'
end
AUTHOR = 'Jamie Hoover'
DESCRIPTION = 'Merb User Interface'
EMAIL = 'dont.tase@me.com'
NAME = 'mui'
URL = 'http://uipoet.com/'
require 'rak... |
piclez/mui | a8a270d20e203afbd05fab7a530b0ceea1a06907 | mui-core: Firefox requires </script> even if there is no content within the tag. mui-core: Upped the smallest font size by 0.5em. | diff --git a/mui-core/app/helpers/javascripts_helper.rb b/mui-core/app/helpers/javascripts_helper.rb
index 73954ca..b8ebc46 100644
--- a/mui-core/app/helpers/javascripts_helper.rb
+++ b/mui-core/app/helpers/javascripts_helper.rb
@@ -1,17 +1,17 @@
module Merb::MuiCore::JavascriptsHelper
def mui_javascript
- s... |
piclez/mui | aaf4994af61bf9145aed7f6c290af901db5b00f9 | mui-core: buttons now have tones (positive, neutral, and negative) mui-core: buttons height decreased from 2em to 1.5em mui-core: simplified dialogs to require only one tag wrapper mui-password: fixed bug that prevented exiting a session mui-page: improved button layout for page tray index | diff --git a/mui-core/app/helpers/markup/components_helper.rb b/mui-core/app/helpers/markup/components_helper.rb
index 693ae21..c6ea3dd 100644
--- a/mui-core/app/helpers/markup/components_helper.rb
+++ b/mui-core/app/helpers/markup/components_helper.rb
@@ -1,113 +1,111 @@
module Merb::MuiCore::ComponentsHelper
... |
piclez/mui | c1e740c3dabda267fadb4117c79a9603b9ff434e | mui-password: fixed model and session referers mui-page: fixed model and session referers | diff --git a/mui-page/app/controllers/pages.rb b/mui-page/app/controllers/pages.rb
index 65ca5b9..656f57d 100644
--- a/mui-page/app/controllers/pages.rb
+++ b/mui-page/app/controllers/pages.rb
@@ -1,66 +1,66 @@
class MuiPage::Pages < MuiPage::Application
before(:mui_password_referer, :only => [:create, :update, :... |
piclez/mui | 8e02e90ea10b012b5ed7740cd5e7719186ef610b | mui-flickr: fixed bugs that prevented views from rendering | diff --git a/mui-flickr/app/views/photosets/index.html.erb b/mui-flickr/app/views/photosets/index.html.erb
index a339713..60d3923 100644
--- a/mui-flickr/app/views/photosets/index.html.erb
+++ b/mui-flickr/app/views/photosets/index.html.erb
@@ -1,5 +1,5 @@
<%= mui_tray do %>
<%= mui_bar(:label => 'Sets') %>
- <% @... |
piclez/mui | 453582402b541ef4057713d7f51baf10cd12a313 | Fixed rakefile bugs that prevented installing all gems at once with mui. Updated ignore list with various new files. Removed outdated file. | diff --git a/.gitignore b/.gitignore
index b588a9f..e4aa238 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,18 @@
test_log
pkg
pkg/*
+*/pkg/*
*.log
log
!log*.rb
*/log
log/*
*/log/*
coverage
-.DS_Store
+*/coverage
+bundle
+lib/mui.rb
+*.DS_Store
*.pid
*.gem
-TAGS
-*.rbc
-*.tmproj
-.#*
\ No newline at en... |
piclez/mui | 1083a0b6a3818b580ac674c61d7d1ccde8c96d13 | Adding all files for mui-page and mui-password. Had to remove their original .git control first. | diff --git a/mui-page b/mui-page
deleted file mode 160000
index 33cc13b..0000000
--- a/mui-page
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 33cc13bf79ad3c0dd4834ff2eb404ac36d9a2234
diff --git a/mui-page/LICENSE b/mui-page/LICENSE
new file mode 100644
index 0000000..d19aa22
--- /dev/null
+++ b/mui-page/LICENSE
@@ -0,... |
piclez/mui | d740f9a21924f6ed91dab4f7b6cdafd729ccf294 | Renamed gem to mui. Massive renaming accordingly to most files. Split into several gems, including mui-core. Merged in merb-flickr gem and renamed to mui-flickr. First checkin of mui-password and mui-page gems. | diff --git a/README b/README
index 653d5a6..e69de29 100644
--- a/README
+++ b/README
@@ -1,60 +0,0 @@
-MerbInterface
-=============
-
-A slice of dynamic markup and style for the Merb framework.
-
-------------------------------------------------------------------------------
-
-Installation
-============
-
-1.) In fil... |
piclez/mui | 1900e751c8cf2fb90ef24597eb54d837546ede13 | Forms accept an object model via :model. Fixed active tab bug inside trays. | diff --git a/app/helpers/markup/forms_helper.rb b/app/helpers/markup/forms_helper.rb
index 0e56476..3ca7ed8 100644
--- a/app/helpers/markup/forms_helper.rb
+++ b/app/helpers/markup/forms_helper.rb
@@ -1,69 +1,74 @@
module Merb::MerbInterface::FormsHelper
- def mi_form(name, attributes = {})
- attributes[:class] ... |
piclez/mui | 39a8c605c443e338a79284dc28555350c33b432a | Padding more consistent across all components. | diff --git a/app/helpers/markup/components_helper.rb b/app/helpers/markup/components_helper.rb
index d445c7c..2afe6e9 100644
--- a/app/helpers/markup/components_helper.rb
+++ b/app/helpers/markup/components_helper.rb
@@ -1,115 +1,113 @@
module Merb::MerbInterface::ComponentsHelper
def mi_bar(options = {}, &bloc... |
piclez/mui | ef20bc6d2cc6b14dfa9c905d6120fe7367009c44 | Removed layouts from javascripts and stylesheets. | diff --git a/app/controllers/javascripts.rb b/app/controllers/javascripts.rb
index 9df9c65..8d1aa09 100644
--- a/app/controllers/javascripts.rb
+++ b/app/controllers/javascripts.rb
@@ -1,13 +1,13 @@
class MerbInterface::Javascripts < MerbInterface::Application
only_provides :js
def page
- render
+ re... |
piclez/mui | c00d713b4c040b60118632995541329922f1c7e8 | New dependency on merb_helpers. This is mostly for forms. Complete overhaul of helpers to leverage merb_helpers. Replaced element with tag and self_closing_tag from merb_helpers. Dialogs can be re-opened by the message parameter for errors. | diff --git a/Rakefile b/Rakefile
index 09a0149..cc9b304 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,48 +1,49 @@
require 'rubygems'
require 'rake/gempackagetask'
require 'spec/rake/spectask'
require 'merb-core/version'
require 'merb-core/tasks/merb_rake_helper'
require 'merb-core/test/tasks/spectasks'
NAME = "me... |
piclez/mui | d552d7e6863d7626583bc22a79cde73d73afa178 | Components can now be given automatic focus. Password field in a dialog, for example. Escape key closes an open dialog. | diff --git a/app/helpers/markup/forms_helper.rb b/app/helpers/markup/forms_helper.rb
index 5381016..427e8b5 100644
--- a/app/helpers/markup/forms_helper.rb
+++ b/app/helpers/markup/forms_helper.rb
@@ -1,100 +1,103 @@
module Merb::MerbInterface::FormsHelper
def mi_form(options = {}, &block)
@model = options[:... |
piclez/mui | 2d9257d0b7db3430162f5555b8bc82c62b8142cf | Made padding across all components more uniform. | diff --git a/app/views/stylesheets/page.css.erb b/app/views/stylesheets/page.css.erb
index 6915e18..a5982fa 100644
--- a/app/views/stylesheets/page.css.erb
+++ b/app/views/stylesheets/page.css.erb
@@ -1,472 +1,475 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida Grande", Verdana, sans-serif;
line-heigh... |
piclez/mui | ddb62bf38dee40a125388785907bfae30c710f32 | Regenerated jquery ui with unused options. The file is now much smaller. | diff --git a/public/javascripts/jquery-ui-personalized-1.6b.packed.js b/public/javascripts/jquery-ui-personalized-1.6b.packed.js
index 15b825e..cfe6383 100755
--- a/public/javascripts/jquery-ui-personalized-1.6b.packed.js
+++ b/public/javascripts/jquery-ui-personalized-1.6b.packed.js
@@ -1 +1 @@
-eval(function(p,a,c,k,... |
piclez/mui | 165dc5754a1f2b146d39a6433b412221933ad7de | Fixed bug in elements markup where self closing tags were not self closing. Dialogs are now centered via jquery. Close button in the dialog is now optional. | diff --git a/app/helpers/markup/components_helper.rb b/app/helpers/markup/components_helper.rb
index 0892ab8..61d5547 100644
--- a/app/helpers/markup/components_helper.rb
+++ b/app/helpers/markup/components_helper.rb
@@ -1,153 +1,153 @@
module Merb::MerbInterface::ComponentsHelper
def mi_bar(options = {}, &bloc... |
piclez/mui | 467b47cf3633c66950ece7d3b169c00a0a328dd4 | Dialogs now have transparency. Removed unused bevel.png. | diff --git a/app/views/stylesheets/page.css.erb b/app/views/stylesheets/page.css.erb
index a97f984..4beecef 100644
--- a/app/views/stylesheets/page.css.erb
+++ b/app/views/stylesheets/page.css.erb
@@ -1,476 +1,476 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida Grande", Verdana, sans-serif;
line-heigh... |
piclez/mui | ff2a79edf13ef4451f65d503e83f89e41151eef2 | Fixed buttons that open dialogs. Created a unique class for dialog open/close vs. standard click. | diff --git a/app/helpers/markup/components_helper.rb b/app/helpers/markup/components_helper.rb
index 823baa0..0892ab8 100644
--- a/app/helpers/markup/components_helper.rb
+++ b/app/helpers/markup/components_helper.rb
@@ -1,152 +1,153 @@
module Merb::MerbInterface::ComponentsHelper
def mi_bar(options = {}, &bloc... |
piclez/mui | 8b94edc5decfcdb9d5e519692e7f6436a70e2f89 | Fixed standard buttons and tabs bug. Replaced inline onclick with jquery. | diff --git a/app/helpers/markup/components_helper.rb b/app/helpers/markup/components_helper.rb
index 9e90a9a..823baa0 100644
--- a/app/helpers/markup/components_helper.rb
+++ b/app/helpers/markup/components_helper.rb
@@ -1,145 +1,152 @@
module Merb::MerbInterface::ComponentsHelper
def mi_bar(options = {}, &bloc... |
piclez/mui | 817f8082e30cffb4811187d010378d990d67c9cc | Dialogs much improved. Ajax loading, draggable, and fade in/out. Buttons, Tabs, etc. now all use :label instead of :text or :title. Buttons now have :dialog => 'open/close'. | diff --git a/app/controllers/javascripts.rb b/app/controllers/javascripts.rb
index 30fa6c1..9df9c65 100644
--- a/app/controllers/javascripts.rb
+++ b/app/controllers/javascripts.rb
@@ -1,9 +1,13 @@
class MerbInterface::Javascripts < MerbInterface::Application
only_provides :js
- def interface
+ def page
+ ... |
piclez/mui | f8349c50c206bf6c1bb82f8b8b82f6670dba2c8c | Initial form components. New dialog component. Split markup helper into components, dialogs, elements, forms, and resources. Bumped version and dependencies to 0.9.5. | diff --git a/Rakefile b/Rakefile
index b34734b..09a0149 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,45 +1,48 @@
require 'rubygems'
require 'rake/gempackagetask'
+require 'spec/rake/spectask'
require 'merb-core/version'
require 'merb-core/tasks/merb_rake_helper'
+require 'merb-core/test/tasks/spectasks'
NAME = "me... |
piclez/mui | 79ace97cb878a9207b71a6fb5bbfe4dd2f39ce38 | Router now mounts at root by default. Made paths of css and js look as though they were in public static locations. Markup helper now pushes to the host app itself. | diff --git a/README b/README
index e10e5c8..653d5a6 100644
--- a/README
+++ b/README
@@ -1,60 +1,60 @@
MerbInterface
=============
A slice of dynamic markup and style for the Merb framework.
------------------------------------------------------------------------------
Installation
============
1.) In fi... |
piclez/mui | fe20da2d24acecd7e75aca656d2277bfa006ce2c | Improved paragraph width flexing. | diff --git a/app/views/style/index.css.erb b/app/views/style/index.css.erb
index fc064e7..d21dd16 100644
--- a/app/views/style/index.css.erb
+++ b/app/views/style/index.css.erb
@@ -1,516 +1,516 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida Grande", Verdana, sans-serif;
line-height: 1em;
margin: 0... |
piclez/mui | 7158c64370c2285279a47c7855ac0acc9d8ad782 | Title is now simply an attribute of bar. Improved spacing around images and inside trays. | diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index 4018406..eceaf4b 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -1,176 +1,181 @@
module Merb
module MerbInterface
module MarkupHelper
def mi_assets(options={})
options[:css] ||= tru... |
piclez/mui | 20b56d9f69b3c873b884522141a4032ce02c97c7 | Fixed image alignment issues in IE. Initial body font size based on 13px (changed from 0.8em) for browser consistency. | diff --git a/app/controllers/style.rb b/app/controllers/style.rb
index 4308796..adfb636 100644
--- a/app/controllers/style.rb
+++ b/app/controllers/style.rb
@@ -1,20 +1,20 @@
class MerbInterface::Style < MerbInterface::Application
only_provides :css
def index
if mi_browser == 'gecko'
@gecko = sel... |
piclez/mui | 286453ad5e2d775e653daecb2ed842b1b0262355 | Fixed button and tab height bugs in FireFox. | diff --git a/app/views/style/index.css.erb b/app/views/style/index.css.erb
index 695a296..18a2e10 100644
--- a/app/views/style/index.css.erb
+++ b/app/views/style/index.css.erb
@@ -1,504 +1,508 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida Grande", Verdana, sans-serif;
line-height: 1em;
margin: 0... |
piclez/mui | bdd9ec6a788cc283da680808f1660c6c444ceeae | Most components are now blocks that can be made inline as an option. Improved padding of buttons that contain blocks. Tabs inside a try that are not selected are bold. Trying to compensate for white-on black looking as though it's bold. | diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index df3c0c5..424d1e6 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -1,168 +1,175 @@
module Merb
module MerbInterface
module MarkupHelper
def mi_assets(options={})
options[:css] ||= tru... |
piclez/mui | 0cbfa4571050c28b64b7060a41f791fa59459065 | Padding to the left and right are now double the top and bottom for most components. Title font updated to Helvetica, all others are Verdana. Fixed a few bugs with the color of tabs inside a tray. | diff --git a/app/views/style/index.css.erb b/app/views/style/index.css.erb
index 0da43ed..4959080 100644
--- a/app/views/style/index.css.erb
+++ b/app/views/style/index.css.erb
@@ -1,475 +1,482 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: "Lucida Grande", Verdana, sans-serif;
line-height: 1em;
margin: 0... |
piclez/mui | 4a24b3fd5cf9ac7e2e2a31d1aee6e5b88cfb93a4 | Overhaul of fonts. Sizing bugs within various elements fixed. Buttons and tabs now output <input>, unless a block is present and use :text when needed. | diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index 6a78ce9..df3c0c5 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -1,170 +1,168 @@
module Merb
module MerbInterface
module MarkupHelper
def mi_assets(options={})
options[:css] ||= tru... |
piclez/mui | b5361db5781bbf8bb6c661d4e5b3fb2e0ab55488 | Added alignment to columns. If right aligned a right padding occurs. Added ignore files list. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b588a9f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+test_log
+pkg
+pkg/*
+*.log
+log
+!log*.rb
+*/log
+log/*
+*/log/*
+coverage
+.DS_Store
+*.pid
+*.gem
+TAGS
+*.rbc
+*.tmproj
+.#*
\ No newline at end of file
diff --git a/app/helpers/markup_h... |
piclez/mui | 79e50400e8ed0e388cbabe834031cb3b4116abde | Paragraphs now have a maximum width for legibility on large screens. Removed merb graphic. | diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index 3388fb9..507b541 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -1,162 +1,171 @@
module Merb
module MerbInterface
module MarkupHelper
def mi_assets(options={})
options[:css] ||= tru... |
piclez/mui | c93f12b27b4ce3d70b112aefc75ab1743742328a | Split mi_picture into mi_image and mi_photo. Made Titles larger and corrected their margins. Paragraphs use a slightly smaller font size and lighter color. Added right padding to mi_tray. Removed mi_merb. | diff --git a/pkg/merb-interface-0.9.4.gem b/pkg/merb-interface-0.9.4.gem
deleted file mode 100644
index 548d55a..0000000
Binary files a/pkg/merb-interface-0.9.4.gem and /dev/null differ
diff --git a/public/images/nil.png b/public/images/nil.png
new file mode 100644
index 0000000..d2f6075
Binary files /dev/null and b/pu... |
piclez/mui | 2e8584287887505e85fc0cfd3da2c767cf5b6e2a | Made edges of tray more subtle. Added nifty merb graphic. | diff --git a/app/views/style/index.css.erb b/app/views/style/index.css.erb
index 6e43d75..a4b0db8 100644
--- a/app/views/style/index.css.erb
+++ b/app/views/style/index.css.erb
@@ -1,488 +1,486 @@
<%= @gecko -%>
<%= @msie -%>
* {
font-family: Helvetica, Arial, sans-serif;
margin: 0;
}
/* background */
.... |
defunct/verbiage | 163b82b52a2f391a5daff41782806aaa707c78fe | Version bump. | diff --git a/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java b/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
index 2b606d6..8675c10 100644
--- a/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
+++ b/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
@@ -1,2... |
defunct/verbiage | 2230deae8e31b3b61fac77c058676a02bb6427b9 | Removed bundle cache. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index fd30f17..273241a 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,413 +1,440 @@
package com.goodworkalan.verbi... |
defunct/verbiage | af7170823182d56867a2d7f03ffd244d910198ba | Deleted Eclipse classpath and project. | diff --git a/.classpath b/.classpath
deleted file mode 100644
index 7d33462..0000000
--- a/.classpath
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
-... |
defunct/verbiage | 7473db37ce3c0ca464a25043602f6f93f871733d | Immediate bundle initialization. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index 7c0baf8..fd30f17 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,404 +1,413 @@
package com.goodworkalan.verbi... |
defunct/verbiage | ed4a892c0844a2b88e536f66ced432151927ff77 | Fixed indent whitespace. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index fd9a577..7c0baf8 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,404 +1,404 @@
package com.goodworkalan.verbi... |
defunct/verbiage | 9e870ed3a35689a8d4191f244a8a96e07b8a42f6 | Mix ProjectModule is now an interface. | diff --git a/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java b/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
index 0097dfb..74d3f2d 100644
--- a/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
+++ b/src/mix/java/com/goodworkalan/verbiage/mix/VerbiageProject.java
@@ -1,2... |
defunct/verbiage | 195d346ebf7a283061cdfc1592a51471af5bb67e | Dereference arrays, Javadoc. | diff --git a/src/main/java/com/goodworkalan/verbiage/Indexes.java b/src/main/java/com/goodworkalan/verbiage/Indexes.java
index 901e14d..2b6239f 100644
--- a/src/main/java/com/goodworkalan/verbiage/Indexes.java
+++ b/src/main/java/com/goodworkalan/verbiage/Indexes.java
@@ -1,47 +1,51 @@
package com.goodworkalan.verbiag... |
defunct/verbiage | d13eaa5cd1a3dbd774b0e325b41a7150ca9594cb | Class converted to class name, not cannonical. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index 85b1c74..efa9c90 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,315 +1,316 @@
package com.goodworkalan.verbi... |
defunct/verbiage | 0dc2ec953105a6a76794b1ddafc8eaf57ca8e481 | Emitting cannocial class name for formats. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index 443986b..85b1c74 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,304 +1,315 @@
package com.goodworkalan.verbi... |
defunct/verbiage | 6d7155b79aa9c92c2e6fb21241354d77932973cb | Emitting cannonical name for classes. | diff --git a/src/main/java/com/goodworkalan/verbiage/Message.java b/src/main/java/com/goodworkalan/verbiage/Message.java
index 88473c7..443986b 100644
--- a/src/main/java/com/goodworkalan/verbiage/Message.java
+++ b/src/main/java/com/goodworkalan/verbiage/Message.java
@@ -1,300 +1,304 @@
package com.goodworkalan.verbi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.