repo
string
commit
string
message
string
diff
string
dkubb/yardstick
7be4f714dae78123bdef0b9b99fc8eb056871ddb
Improve rake tasks and config
diff --git a/config/flay.yml b/config/flay.yml index 1db0782..34f55fa 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 235 +total_score: 229 diff --git a/lib/yardstick.rb b/lib/yardstick.rb index 56369a9..c5368f1 100644 --- a/lib/yardstick.rb +++ b/lib/yardstick.rb @@...
dkubb/yardstick
fa3074646d45d40f5688ad1a4bb8887d4ba2115e
Fix SimulatedPolymorphism warnings
diff --git a/config/flay.yml b/config/flay.yml index 9d7700d..1db0782 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 240 +total_score: 235 diff --git a/lib/yardstick/document.rb b/lib/yardstick/document.rb index 2dffefb..46f964d 100644 --- a/lib/yardstick/document.r...
dkubb/yardstick
c1ab369cb6f7d60d787dcf7cd3e4c575705b1214
Let rules register themselves
diff --git a/config/flay.yml b/config/flay.yml index aade76d..9d7700d 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 237 +total_score: 240 diff --git a/lib/yardstick.rb b/lib/yardstick.rb index 73f6556..56369a9 100644 --- a/lib/yardstick.rb +++ b/lib/yardstick.rb @@...
dkubb/yardstick
86f1d068bdf26ae9c47963dd20fa274f306478f9
Add missing Document class comment
diff --git a/lib/yardstick/document.rb b/lib/yardstick/document.rb index 42ec941..e8fed59 100644 --- a/lib/yardstick/document.rb +++ b/lib/yardstick/document.rb @@ -1,150 +1,152 @@ module Yardstick + # Wraps a yard docstring to make a nicer interface + # class Document extend Forwardable # Measures do...
dkubb/yardstick
0b9ffcbce7252afde5fa9e1672dcb062fe32fdcc
Improve Config reader methods
diff --git a/config/flay.yml b/config/flay.yml index c5510ca..aade76d 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 232 +total_score: 237 diff --git a/lib/yardstick/config.rb b/lib/yardstick/config.rb index a5ddf77..6aa3f78 100644 --- a/lib/yardstick/config.rb +++ ...
dkubb/yardstick
fab596e4e2ded0025b4f4df9e28500d2f9d70284
Improves Rules::Summary readability
diff --git a/config/flay.yml b/config/flay.yml index fcc8830..c5510ca 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 245 +total_score: 232 diff --git a/lib/yardstick/rules/summary.rb b/lib/yardstick/rules/summary.rb index 91587ac..5523b93 100644 --- a/lib/yardstick/...
dkubb/yardstick
6be7760c6e04df94c638dbd79df93c549e84457b
Remove Measurement#eql? and #hash
diff --git a/config/flay.yml b/config/flay.yml index 80266e4..fcc8830 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 249 +total_score: 245 diff --git a/lib/yardstick/measurement.rb b/lib/yardstick/measurement.rb index f8ad41a..a036c57 100644 --- a/lib/yardstick/meas...
dkubb/yardstick
d705013ee1641c729e804e74d37da169f4acbf15
Retrieve needed options in the initializer
diff --git a/lib/yardstick/config.rb b/lib/yardstick/config.rb index 13c272e..a5ddf77 100644 --- a/lib/yardstick/config.rb +++ b/lib/yardstick/config.rb @@ -1,110 +1,110 @@ module Yardstick # Handles Yardstick configuration # class Config NAMESPACE_PREFIX = 'Yardstick::Rules::'.freeze # Set the th...
dkubb/yardstick
5a57c642401e4efbcdde7ddee611905a8f4ae339
Improve documentation
diff --git a/lib/yardstick/config.rb b/lib/yardstick/config.rb index b0c2bf6..13c272e 100644 --- a/lib/yardstick/config.rb +++ b/lib/yardstick/config.rb @@ -1,110 +1,110 @@ module Yardstick # Handles Yardstick configuration # class Config NAMESPACE_PREFIX = 'Yardstick::Rules::'.freeze # Set the th...
dkubb/yardstick
ffd486e2b8ac85cc853dd7ead29807265a75be17
Normalize hash instead of using HashWithIndifferentAccess
diff --git a/config/flay.yml b/config/flay.yml index aead0db..80266e4 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 252 +total_score: 249 diff --git a/lib/yardstick/config.rb b/lib/yardstick/config.rb index 1dbb0df..b0c2bf6 100644 --- a/lib/yardstick/config.rb +++ ...
dkubb/yardstick
c6232f342c0701dc38632993254e329749b824f8
Use a namespace prefix instead of regex to find rules
diff --git a/config/flay.yml b/config/flay.yml index 2d0632a..aead0db 100644 --- a/config/flay.yml +++ b/config/flay.yml @@ -1,3 +1,3 @@ --- threshold: 15 -total_score: 248 +total_score: 252 diff --git a/lib/yardstick/config.rb b/lib/yardstick/config.rb index e679807..1dbb0df 100644 --- a/lib/yardstick/config.rb +++ ...
dkubb/yardstick
07865eedb804aa8eed0bd1a9e2b2863ceb45238e
Use ruby 1.8 hash syntax everywhere
diff --git a/.document b/.document new file mode 100644 index 0000000..ecf3673 --- /dev/null +++ b/.document @@ -0,0 +1,5 @@ +README.rdoc +lib/**/*.rb +bin/* +features/**/*.feature +LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc8901c --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +...
dkubb/yardstick
e53b3c00f3c91b695a7fd6de1b6e80ddcbc84844
Bump to version 0.9.7
diff --git a/lib/yardstick/version.rb b/lib/yardstick/version.rb index d0a80f6..b5c4a71 100644 --- a/lib/yardstick/version.rb +++ b/lib/yardstick/version.rb @@ -1,8 +1,8 @@ # encoding: utf-8 module Yardstick # Gem version - VERSION = '0.9.6'.freeze + VERSION = '0.9.7'.freeze end # module Yardstick
dkubb/yardstick
ecb81f51fc9f5abebaa5bac0e8252eeea9b86d17
Bump version to 0.9.6
diff --git a/lib/yardstick/version.rb b/lib/yardstick/version.rb index 0fa08a6..d0a80f6 100644 --- a/lib/yardstick/version.rb +++ b/lib/yardstick/version.rb @@ -1,5 +1,8 @@ # encoding: utf-8 module Yardstick - VERSION = '0.9.5' + + # Gem version + VERSION = '0.9.6'.freeze + end # module Yardstick
dkubb/yardstick
cef0dad6d56e98e038cec159dde4d3d619e3fa42
Fix problems with RUBY_ENGINE under ruby 1.8
diff --git a/lib/yardstick/yard_ext.rb b/lib/yardstick/yard_ext.rb index 15f3bb8..e9d8a55 100644 --- a/lib/yardstick/yard_ext.rb +++ b/lib/yardstick/yard_ext.rb @@ -1,17 +1,16 @@ # encoding: utf-8 module YARD #:nodoc: all # Test if JRuby head is being used - JRUBY = RUBY_ENGINE == 'jruby' - JRUBY_HEA...
dkubb/yardstick
e3c6b99016753442d0e468f4a6b5586df239845f
Move jruby-head tests to the YARD ext file
diff --git a/lib/yardstick.rb b/lib/yardstick.rb index f060ea1..806796f 100644 --- a/lib/yardstick.rb +++ b/lib/yardstick.rb @@ -1,70 +1,65 @@ # encoding: utf-8 require 'pathname' require 'rational' require 'backports' require 'yard' require 'yardstick/ordered_set' require 'yardstick/rule_set' require 'ya...
dkubb/yardstick
131dfed3f57ee56ac477a417c6f7a4ad024ac941
Fix failure on jruby-head by forcing the ruby 18 parser to be used
diff --git a/lib/yardstick.rb b/lib/yardstick.rb index 806796f..f060ea1 100644 --- a/lib/yardstick.rb +++ b/lib/yardstick.rb @@ -1,65 +1,70 @@ # encoding: utf-8 require 'pathname' require 'rational' require 'backports' require 'yard' require 'yardstick/ordered_set' require 'yardstick/rule_set' require 'ya...
dkubb/yardstick
9d149b0d3b178004782bf04d7bc1fcbbdd711d00
Fix invalid YAML in travis config
diff --git a/.travis.yml b/.travis.yml index 53db652..e6e3f9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,37 +1,36 @@ language: ruby before_install: gem install bundler bundler_args: --without yard guard benchmarks script: "bundle exec rake ci" rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ru...
dkubb/yardstick
36ef1631c6844697705eb09f5f9af4494192df61
Upgrade gem dependencies
diff --git a/Gemfile b/Gemfile index f943a1f..a0d2c93 100644 --- a/Gemfile +++ b/Gemfile @@ -1,73 +1,67 @@ # encoding: utf-8 source 'https://rubygems.org' gemspec group :development do - gem 'rake', '~> 10.0.3' + gem 'rake', '~> 10.0.4' gem 'rspec', '~> 1.3.2' end -group :benchmarks do - gem 'rbenc...
dkubb/yardstick
983d24b7982256cea4529f091a45a4214d7780a8
Fix code formatting
diff --git a/yardstick.gemspec b/yardstick.gemspec index 2874579..8e914fd 100644 --- a/yardstick.gemspec +++ b/yardstick.gemspec @@ -1,28 +1,28 @@ # encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'yardstick/version' Gem::Specificatio...
dkubb/yardstick
450f9fd6b900b808679bbc70683aac1a14936734
Bump version to 0.9.5
diff --git a/lib/yardstick/version.rb b/lib/yardstick/version.rb index 1d2dedd..0fa08a6 100644 --- a/lib/yardstick/version.rb +++ b/lib/yardstick/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Yardstick - VERSION = '0.9.4' + VERSION = '0.9.5' end # module Yardstick
dkubb/yardstick
e7104102d36f86e1d2806893db4d54744208d07c
Use YARD-Coverage where Coverage was used in output
diff --git a/.document b/.document new file mode 100644 index 0000000..ecf3673 --- /dev/null +++ b/.document @@ -0,0 +1,5 @@ +README.rdoc +lib/**/*.rb +bin/* +features/**/*.feature +LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fc3e2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +...
kranthi/document_manager
f93ea21837fb14c2a9e488de5cab661280403010
added git ignore file
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ \ No newline at end of file
kranthi/document_manager
61707e3179d8f9fc60eec0b3f0dd0215ce762107
importing the basic structure
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..e54490a --- /dev/null +++ b/Rakefile @@ -0,0 +1,120 @@ +# I think this is the one that should be moved to the extension Rakefile template + +# In rails 1.2, plugins aren't available in the path until they're loaded. +# Check to see if the rspec plugin...
brentd/gitploy
6f2cfe5f09ae9a0e54b62f9c005cc279ae382f5f
Archive
diff --git a/README.markdown b/README.markdown index 9905cca..d69809a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,67 +1,49 @@ -## Gitploy: dead-simple deployment DSL created with git in mind +# Gitploy: dead-simple deployment DSL created with git in mind -### Why yet another deployment solution? +## ⚠ï...
brentd/gitploy
8e77b32c1967d092eb682f8cb232c559d13651b0
Regenerated gemspec for version 0.2.2
diff --git a/gitploy.gemspec b/gitploy.gemspec index 0a7028b..752d43c 100644 --- a/gitploy.gemspec +++ b/gitploy.gemspec @@ -1,46 +1,57 @@ # 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.n...
brentd/gitploy
14ed9521773129fdc23346f69fd35ac95355d25a
Version bump to 0.2.2
diff --git a/VERSION b/VERSION index 0c62199..ee1372d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2
brentd/gitploy
2b63edb8fe9b97e18f1e2d856d2eee29d40a6887
Look for config/gitploy.rb rather than config/deploy.rb for compatibility reasons
diff --git a/README.markdown b/README.markdown index f785bdd..9905cca 100644 --- a/README.markdown +++ b/README.markdown @@ -1,68 +1,67 @@ ## Gitploy: dead-simple deployment DSL created with git in mind ### Why yet another deployment solution? * Because Capistrano is bloated * Because, no, I don't want to use r...
brentd/gitploy
696d607e29b729ad7b2a4d8e2e046ca05506c2ff
Created basic infrastructure specs for gitploy module and config class
diff --git a/lib/gitploy.rb b/lib/gitploy.rb index 5e043c3..19c68e5 100644 --- a/lib/gitploy.rb +++ b/lib/gitploy.rb @@ -1,116 +1,118 @@ module Gitploy extend self attr_accessor :config class Config REQUIRED_OPTIONS = [:path, :user, :host] attr_accessor *REQUIRED_OPTIONS attr_accessor :local_...
brentd/gitploy
beb69c1a8789347a70de0ec0d80d686c48614907
Make sure 'push!' works
diff --git a/features/gitploy.feature b/features/gitploy.feature index dd8e16f..abb00b5 100644 --- a/features/gitploy.feature +++ b/features/gitploy.feature @@ -1,61 +1,63 @@ Feature: gitploy Scenario Outline: Missing options Given an invalid configuration file When I run "gitploy <arguments>" Then...
brentd/gitploy
ad2b8f8304602bc9bdf0a87bbef14fc9d149aaaa
Remove 'repo' option with regard to tests
diff --git a/features/gitploy.feature b/features/gitploy.feature index 4e782bd..dd8e16f 100644 --- a/features/gitploy.feature +++ b/features/gitploy.feature @@ -1,61 +1,61 @@ Feature: gitploy Scenario Outline: Missing options Given an invalid configuration file When I run "gitploy <arguments>" Then...
brentd/gitploy
c7b4dde669bd3950b0750b1fa68fa16cd20b1b5e
Regenerated gemspec for version 0.2.1
diff --git a/gitploy.gemspec b/gitploy.gemspec index 6079ac8..0a7028b 100644 --- a/gitploy.gemspec +++ b/gitploy.gemspec @@ -1,46 +1,46 @@ # 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.n...
brentd/gitploy
42ed9e3c2e4314a6b38b408cf9964cdfa98ec20c
Version bump to 0.2.1
diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1
brentd/gitploy
3861434aada37fc2b66b45505ed1f675b82c96a1
Don't need the repo option for config
diff --git a/README.markdown b/README.markdown index 1aa464c..f785bdd 100644 --- a/README.markdown +++ b/README.markdown @@ -1,69 +1,68 @@ ## Gitploy: dead-simple deployment DSL created with git in mind ### Why yet another deployment solution? * Because Capistrano is bloated * Because, no, I don't want to use r...
brentd/gitploy
ebdc0814101ca9d95e9794cc02b554a7587b91f5
Regenerated gemspec for version 0.2.1
diff --git a/gitploy.gemspec b/gitploy.gemspec index 6079ac8..0a7028b 100644 --- a/gitploy.gemspec +++ b/gitploy.gemspec @@ -1,46 +1,46 @@ # 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.n...
brentd/gitploy
7ed9466b5d442d523ce4d9b54fa47c5b1e4d6460
Version bump to 0.2.1
diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1
brentd/gitploy
442f531b11eef2f4e83992c28d8ec140a17aa4a2
Don't need the repo option for config
diff --git a/README.markdown b/README.markdown index 6a27900..866dc5a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,70 +1,69 @@ ## Gitploy: dead-simple deployment DSL created with git in mind ### Why yet another deployment solution? * Because Capistrano is bloated * Because, no, I don't want to use r...
brentd/gitploy
26ba849602d69ad0b66d1fc34385af94837c8a2f
Add Cucumber features. Tests!
diff --git a/README.markdown b/README.markdown index 6a27900..1aa464c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,70 +1,69 @@ ## Gitploy: dead-simple deployment DSL created with git in mind ### Why yet another deployment solution? * Because Capistrano is bloated * Because, no, I don't want to use r...
brentd/gitploy
34c17da0338739ef19084edff5194f69311e6438
Add --pretend option
diff --git a/lib/gitploy.rb b/lib/gitploy.rb index 08161a3..de3f2ea 100644 --- a/lib/gitploy.rb +++ b/lib/gitploy.rb @@ -1,116 +1,122 @@ module Gitploy extend self attr_accessor :config class Config REQUIRED_OPTIONS = [:repo, :path, :user, :host] attr_accessor *REQUIRED_OPTIONS attr_accessor ...
brentd/gitploy
167186bea3cf5b4483026c9b886d9b269bba2c46
Add basic Cucumber feature
diff --git a/features/gitploy.feature b/features/gitploy.feature new file mode 100644 index 0000000..d8cff48 --- /dev/null +++ b/features/gitploy.feature @@ -0,0 +1,20 @@ +Feature: gitploy + + Scenario Outline: Missing options + Given a file named "config/deploy.rb" with: + """ + require 'gitploy/script' ...
brentd/gitploy
c4bed03b2ed3afc2430eda30e699e50a8391cc19
Add basic support for specifying local/remote branches
diff --git a/lib/gitploy.rb b/lib/gitploy.rb index e9dfe5e..08161a3 100644 --- a/lib/gitploy.rb +++ b/lib/gitploy.rb @@ -1,103 +1,116 @@ module Gitploy extend self attr_accessor :config class Config REQUIRED_OPTIONS = [:repo, :path, :user, :host] attr_accessor *REQUIRED_OPTIONS + attr_accessor ...
brentd/gitploy
50d4905d85316dd17490bc480e7f867b4774ebf9
Add basic support for specifying local/remote branches
diff --git a/lib/gitploy.rb b/lib/gitploy.rb index e9dfe5e..08161a3 100644 --- a/lib/gitploy.rb +++ b/lib/gitploy.rb @@ -1,103 +1,116 @@ module Gitploy extend self attr_accessor :config class Config REQUIRED_OPTIONS = [:repo, :path, :user, :host] attr_accessor *REQUIRED_OPTIONS + attr_accessor ...
brentd/gitploy
f073f8bfad0ed61a38ecebad5de7716c3aee6360
Forgot gemspec for 0.2.0
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2bcbe8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pkg/ \ No newline at end of file diff --git a/gitploy.gemspec b/gitploy.gemspec index 6d10aca..6079ac8 100644 --- a/gitploy.gemspec +++ b/gitploy.gemspec @@ -1,45 +1,46 @@ # Generated by jewel...
brentd/gitploy
c42b77b5e935f64ec2394ad3e3addc9451ae34fa
Version bump to 0.2.0
diff --git a/VERSION b/VERSION index 17e51c3..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0
brentd/gitploy
76448b3de723b0e71562baade1511e52535c879c
Version bump to 0.1.1
diff --git a/README.markdown b/README.markdown index 23821e1..ddb44ff 100644 --- a/README.markdown +++ b/README.markdown @@ -1,52 +1,59 @@ ## Gitploy: dead-simple deployment DSL created with git in mind ### Why yet another deployment solution? * Because Capistrano is bloated * Because, no, I don't want to use r...
timcharper/bccalc.vim
d0aa95d2b316ac9f6ac8a6a1ea4c25a91a499b09
changed shortcut from ;bc to \bc, to free ; again
diff --git a/plugin/bccalc.vim b/plugin/bccalc.vim index 3e62792..4e7eecf 100644 --- a/plugin/bccalc.vim +++ b/plugin/bccalc.vim @@ -1,115 +1,115 @@ "" calculate expression entered on command line and give answer, e.g.: " :Calculate sin (3) + sin (4) ^ 2 command! -nargs=+ Calculate echo "<args> = " . Calculate ("<ar...
timcharper/bccalc.vim
b2950bdbc330d9634091a2488dc7a45f27f7a74d
Calculate Total command
diff --git a/plugin/bccalc.vim b/plugin/bccalc.vim index 6d13775..3e62792 100644 --- a/plugin/bccalc.vim +++ b/plugin/bccalc.vim @@ -1,108 +1,115 @@ "" calculate expression entered on command line and give answer, e.g.: " :Calculate sin (3) + sin (4) ^ 2 command! -nargs=+ Calculate echo "<args> = " . Calculate ("<ar...
timcharper/bccalc.vim
6b1a237db0e4375b0eacc283567114114b4a32cc
CalcAverage is working!
diff --git a/plugin/bccalc.vim b/plugin/bccalc.vim index bf3f411..6d13775 100644 --- a/plugin/bccalc.vim +++ b/plugin/bccalc.vim @@ -1,100 +1,108 @@ "" calculate expression entered on command line and give answer, e.g.: " :Calculate sin (3) + sin (4) ^ 2 command! -nargs=+ Calculate echo "<args> = " . Calculate ("<ar...
timcharper/bccalc.vim
6cb1cba76a77100aa139827ebc89b413ecff4602
Added ability to calculate an average
diff --git a/plugin/bccalc.vim b/plugin/bccalc.vim index bc615d5..bf3f411 100644 --- a/plugin/bccalc.vim +++ b/plugin/bccalc.vim @@ -1,90 +1,100 @@ "" calculate expression entered on command line and give answer, e.g.: " :Calculate sin (3) + sin (4) ^ 2 command! -nargs=+ Calculate echo "<args> = " . Calculate ("<arg...
microft/django-shorturl
cd3c20866263374946af4b7f01127189eabddec4
added a urls file, right now it's just an example.
diff --git a/urls.py b/urls.py new file mode 100644 index 0000000..6fed648 --- /dev/null +++ b/urls.py @@ -0,0 +1,23 @@ +from django.conf.urls.defaults import * + +# Uncomment the next two lines to enable the admin: +# from django.contrib import admin +# admin.autodiscover() + +urlpatterns = patterns('', + # Example...
microft/django-shorturl
5fd4af32e32d526201b111986e45f8d7f33d613f
first draft
diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/admin.py b/admin.py new file mode 100644 index 0000000..61981b0 --- /dev/null +++ b/admin.py @@ -0,0 +1,5 @@ +from myproject.shorturl.models import ShortUrl +from django.contrib import admin + +admin.site.register(ShortUrl) ...
microft/django-shorturl
84c528d01e119332a9d1ea4eac6ee69b1788b241
added description
diff --git a/README b/README index e69de29..7791a5b 100644 --- a/README +++ b/README @@ -0,0 +1,3 @@ + +My first try at a short url translation app for django. +
microft/django-shorturl
b43e6f8b8c5755d3d4a9fad4fae5d0bb50cedebd
blughr
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
dragon3/dragon3.github.com
0b93208b0042dc8ff7cbdbe096fa09b3bcf579db
Set theme jekyll-theme-minimal and migrate Page Generator content
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..1965995 --- /dev/null +++ b/_config.yml @@ -0,0 +1,8 @@ +title: dragon3 pages +description: +google_analytics: +show_downloads: true +theme: jekyll-theme-minimal + +gems: + - jekyll-mentions diff --git a/index.html b/index.html deleted file m...
dragon3/dragon3.github.com
df041c879ac4a028ae7969428601de4324fe11be
Create CNAME
diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..ec091f8 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +ryuzoyamamoto.com \ No newline at end of file
dragon3/dragon3.github.com
e19850b05e4ab94b606530a3569503136fa9efdd
Replace master branch with page content via GitHub
diff --git a/about/index.html b/about/index.html deleted file mode 100644 index a4230fc..0000000 --- a/about/index.html +++ /dev/null @@ -1,145 +0,0 @@ - -<!DOCTYPE html> -<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> -<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> -<!--[if (gt IE 8)|(gt IEMobil...
dragon3/dragon3.github.com
4903968e8e3873f1d62e73ed4576fa723528f392
Octopress init
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4805d3b --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +My Octopress Page is coming soon &hellip;
gintsmurans/staticphp
d985e07d48905edf6d8633c4afaf66afb5031eb6
Also updated settings. Line ending stuff should be read from .editorconfig
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de2407a..daf6744 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,8 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 commit = False tag = False [bumpversion:file:src/Application/Config/App.php] [bumpversion:file:src/Applica...
gintsmurans/staticphp
5bf3600f691ba7c8ea32335748c35a20aa4a14a1
Fixed bump version path
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ad7fea..de2407a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,8 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = False tag = False [bumpversion:file:src/Application/Config/App.php] -[bumpversion:file:src/Applica...
gintsmurans/staticphp
1eb353cdf51ec49285bf732600a9e5b6349d3e02
Fixed small issues
diff --git a/src/Application/Modules/Defaults/Controllers/Welcome.php b/src/Application/Modules/Defaults/Controllers/Welcome.php index 7bef903..c468c68 100644 --- a/src/Application/Modules/Defaults/Controllers/Welcome.php +++ b/src/Application/Modules/Defaults/Controllers/Welcome.php @@ -1,95 +1,99 @@ <?php namespa...
gintsmurans/staticphp
b7294fc3dbee6379c7d61cd30c1b4c94faf53645
Added ErrorMessage output check
diff --git a/src/System/Modules/Core/Models/Router.php b/src/System/Modules/Core/Models/Router.php index d1f777f..60cd69b 100644 --- a/src/System/Modules/Core/Models/Router.php +++ b/src/System/Modules/Core/Models/Router.php @@ -504,535 +504,537 @@ class Router * @static * * @return string */ ...
gintsmurans/staticphp
6bf867adea134fab04c8c33284447afa212237f6
Also updated settings. Line ending stuff should be read from .editorconfig
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de2407a..daf6744 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,8 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 commit = False tag = False [bumpversion:file:src/Application/Config/App.php] [bumpversion:file:src/Applica...
gintsmurans/staticphp
34027b84d80afadd1a03ffc0bc41577fe56000b1
Fixed bump version path
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ad7fea..de2407a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,8 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = False tag = False [bumpversion:file:src/Application/Config/App.php] -[bumpversion:file:src/Applica...
gintsmurans/staticphp
26481afe07a7be77f0987ec4e13d4df85803df76
Fixed small issues
diff --git a/src/Application/Modules/Defaults/Controllers/Welcome.php b/src/Application/Modules/Defaults/Controllers/Welcome.php index 7bef903..c468c68 100644 --- a/src/Application/Modules/Defaults/Controllers/Welcome.php +++ b/src/Application/Modules/Defaults/Controllers/Welcome.php @@ -1,95 +1,99 @@ <?php namespa...
gintsmurans/staticphp
821e2d2fb6ae68f3345b078dee336e1b52647cf0
Added ErrorMessage output check
diff --git a/src/System/Modules/Core/Models/Router.php b/src/System/Modules/Core/Models/Router.php index 0da70ec..f4d734b 100644 --- a/src/System/Modules/Core/Models/Router.php +++ b/src/System/Modules/Core/Models/Router.php @@ -504,535 +504,537 @@ class Router * @static * * @return string */ ...
gintsmurans/staticphp
f190326124557460c6031d3303a212c9cbcbaad8
Another path definiton update
diff --git a/src/Application/Public/index.php b/src/Application/Public/index.php index bfc5d04..726723f 100644 --- a/src/Application/Public/index.php +++ b/src/Application/Public/index.php @@ -1,20 +1,20 @@ <?php //tideways_enable(TIDEWAYS_FLAGS_NO_SPANS); // Define paths -define('PUBLIC_PATH', dirname(__FILE__)...
gintsmurans/staticphp
9455341bf7f749045b46172425eee495770b066d
Added console script (). Updated how base paths are defined.
diff --git a/src/Application/Public/index.php b/src/Application/Public/index.php index 2150d26..bfc5d04 100644 --- a/src/Application/Public/index.php +++ b/src/Application/Public/index.php @@ -1,23 +1,20 @@ <?php //tideways_enable(TIDEWAYS_FLAGS_NO_SPANS); // Define paths define('PUBLIC_PATH', dirname(__FILE__)...
gintsmurans/staticphp
8bff448cb47fc82f5bc1a32ce302ae84801bb420
Bugfix
diff --git a/src/System/Modules/Core/Models/Router.php b/src/System/Modules/Core/Models/Router.php index 8984f34..0da70ec 100644 --- a/src/System/Modules/Core/Models/Router.php +++ b/src/System/Modules/Core/Models/Router.php @@ -313,725 +313,726 @@ class Router { switch ($type) { case 'js': ...
gintsmurans/staticphp
5ac977470aff09779ff6f14ddd04f13144ecca11
Fixed render parameter
diff --git a/src/Application/Modules/Defaults/Controllers/Welcome.php b/src/Application/Modules/Defaults/Controllers/Welcome.php index da16daf..4df9ff8 100644 --- a/src/Application/Modules/Defaults/Controllers/Welcome.php +++ b/src/Application/Modules/Defaults/Controllers/Welcome.php @@ -1,95 +1,95 @@ <?php namespa...
gintsmurans/staticphp
53e4a5c45f1c0aad7b87e992d36e25f680cde1d8
Added default static parametrs value
diff --git a/src/System/Modules/Core/Models/Router.php b/src/System/Modules/Core/Models/Router.php index afd2112..050dab5 100644 --- a/src/System/Modules/Core/Models/Router.php +++ b/src/System/Modules/Core/Models/Router.php @@ -457,573 +457,574 @@ class Router echo "\n"; echo "Router::\$file_path: ...
gintsmurans/staticphp
fe76cb87f9c2e4cb461749c51e1dca0894a51668
Fixed multiple issues with Tables
diff --git a/src/System/Modules/Presentation/Models/Tables/Column.php b/src/System/Modules/Presentation/Models/Tables/Column.php index 15551c2..baac7e8 100644 --- a/src/System/Modules/Presentation/Models/Tables/Column.php +++ b/src/System/Modules/Presentation/Models/Tables/Column.php @@ -1,72 +1,72 @@ <?php namespa...
gintsmurans/staticphp
9a64d62e9b41e0caa436f0b30ec818f30588e2f4
Small updates all over the place
diff --git a/src/System/Modules/Utils/Files/table_sessions_mysql.sql b/src/System/Modules/Utils/Files/table_sessions_mysql.sql index 33bb4b8..c95a5f3 100644 --- a/src/System/Modules/Utils/Files/table_sessions_mysql.sql +++ b/src/System/Modules/Utils/Files/table_sessions_mysql.sql @@ -1,7 +1,8 @@ CREATE TABLE "sessions...
gintsmurans/staticphp
6612ed2763cbc0497fd367d3ead5a6c7b834c6b3
Removed github.copilot from extensions as it was only meant to be used for testing
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 34d18e9..6437f26 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,43 +1,42 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://gith...
gintsmurans/staticphp
ceba1e152565c489badc33b65f09079a3fcb70a5
[WIP] Moved files around
diff --git a/src/System/Files/table_sessions_mysql.sql b/src/System/Files/table_sessions_mysql.sql deleted file mode 100644 index c687a19..0000000 --- a/src/System/Files/table_sessions_mysql.sql +++ /dev/null @@ -1,7 +0,0 @@ -CREATE TABLE "sessions" ( - "id" varchar(120) NOT NULL, - "data" blob, - "expires" int(11) ...
gintsmurans/staticphp
3ffc5940644a4946cfc6e5d45a7f1f9c00e517da
Added Table presentation class
diff --git a/src/System/Modules/Presentation/Models/Tables/Column.php b/src/System/Modules/Presentation/Models/Tables/Column.php new file mode 100644 index 0000000..15551c2 --- /dev/null +++ b/src/System/Modules/Presentation/Models/Tables/Column.php @@ -0,0 +1,72 @@ +<?php + +namespace System\Modules\Presentation\Model...
gintsmurans/staticphp
cfbf6a66577d630393997f882718a1900fa82751
Added ErrorMessage try catch block on destructor method; Fixed timer class issue.
diff --git a/src/System/Modules/Core/Models/Router.php b/src/System/Modules/Core/Models/Router.php index da31116..afc2190 100644 --- a/src/System/Modules/Core/Models/Router.php +++ b/src/System/Modules/Core/Models/Router.php @@ -549,523 +549,528 @@ class Router * @param string $string String * * @acce...
gintsmurans/staticphp
617c782d83805d32cf08235a769fce2928bdab37
Moved Exceptions to their own folder; Updated README; Added ErrorMessage exception example.
diff --git a/README.md b/README.md index 2df7c55..cb2d8b2 100644 --- a/README.md +++ b/README.md @@ -1,261 +1,264 @@ [![apidocs](http://img.shields.io/badge/api-master--dev-brightgreen.svg)](http://staticphp.gm.lv/docs/) [![packagist](http://img.shields.io/badge/packagist-master--dev-brightgreen.svg)](https://packagis...
gintsmurans/staticphp
f706eeec05e3eed9dcae40b4f2a26d7ee7932ffb
Added section about cron on README
diff --git a/README.md b/README.md index 1c6f4b6..2df7c55 100644 --- a/README.md +++ b/README.md @@ -1,257 +1,261 @@ [![apidocs](http://img.shields.io/badge/api-master--dev-brightgreen.svg)](http://staticphp.gm.lv/docs/) [![packagist](http://img.shields.io/badge/packagist-master--dev-brightgreen.svg)](https://packagis...
gintsmurans/staticphp
f40200d618f759ab5a367a9d5f4788343adbd30b
Scripts && README update
diff --git a/README.md b/README.md index 0f3bced..e832bcf 100644 --- a/README.md +++ b/README.md @@ -1,255 +1,256 @@ [![apidocs](http://img.shields.io/badge/api-master--dev-brightgreen.svg)](http://staticphp.gm.lv/docs/) [![packagist](http://img.shields.io/badge/packagist-master--dev-brightgreen.svg)](https://packagis...
gintsmurans/staticphp
2ddbbb97b9e826911967e85d9baa1d6d88b92235
Added Cache directory
diff --git a/src/Application/Cache/.gitkeep b/src/Application/Cache/.gitkeep new file mode 100644 index 0000000..e69de29
gintsmurans/staticphp
8a39d18db22b16fbec8b6c67de5a527fdfd55a05
Removed missed build scripts
diff --git a/package.json b/package.json index a098577..2518633 100644 --- a/package.json +++ b/package.json @@ -1,60 +1,60 @@ { "name": "staticphp", "version": "1.0.0", "description": "", "author": "", "license": "MIT", "private": true, "main": "", "repository": { "type": "git", "url...
gintsmurans/staticphp
3f02e3de7e2ee734f9146332d1315f17affca9e9
Fixed README about twig
diff --git a/README.md b/README.md index 3159b62..d8cf67b 100644 --- a/README.md +++ b/README.md @@ -1,254 +1,254 @@ [![apidocs](http://img.shields.io/badge/api-master--dev-brightgreen.svg)](http://staticphp.gm.lv/docs/) [![packagist](http://img.shields.io/badge/packagist-master--dev-brightgreen.svg)](https://packagis...
gintsmurans/staticphp
1147aa56cf5bb7247130e13e80abe5816a7d2837
Multiple updates acumulated over time
diff --git a/docker/develop/scripts/run.bash b/docker/develop/scripts/run.bash index e695784..d521cd3 100755 --- a/docker/develop/scripts/run.bash +++ b/docker/develop/scripts/run.bash @@ -1,15 +1,15 @@ #!/bin/bash source ${META_PATH}/scripts/console.bash # Go to web directory -# cd ${SRC_MOUNT_PATH} +cd ${SRC_M...
gintsmurans/staticphp
193c504a60a099cef208d282c6672466e5fbd1bc
[WIP] add docker && move to php 8.x+
diff --git a/.env.example b/.env.example index 538c26d..294fb34 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,10 @@ # Environment file for super secret configuration variables -APP_ENV=dev -LOGGING_DISPLAY_LEVEL=debug -LOGGING_LOG_LEVEL=debug -LOGGING_REPORT_LEVEL=none -LOGGING_REPORT_EMAIL= +# +# DEVELOPM...
gintsmurans/staticphp
79c17031518d81013426c5c6890e72a8fee6970d
Logging update && few more
diff --git a/.env.example b/.env.example index 873e79d..538c26d 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,7 @@ # Environment file for super secret configuration variables APP_ENV=dev +LOGGING_DISPLAY_LEVEL=debug +LOGGING_LOG_LEVEL=debug +LOGGING_REPORT_LEVEL=none +LOGGING_REPORT_EMAIL= diff --git a/Ap...
gintsmurans/staticphp
6e6e9c39f4f81ceb3095612cfb54218027f6c8bd
Removed some dev dependecies as they require php 7.4, which is a bit too early
diff --git a/composer.json b/composer.json index 60ba032..24d9bae 100644 --- a/composer.json +++ b/composer.json @@ -1,33 +1,22 @@ { "name": "4apps/staticphp", "description": "A lightweight PHP framework", "license": "MIT", "type": "project", "authors": [ { "name": "Gints...
gintsmurans/staticphp
50b01d30d2634fc97ae45791210e09bfb4eb7798
Added cookie global var to twig
diff --git a/System/Modules/Core/Models/Load.php b/System/Modules/Core/Models/Load.php index 214cd8f..ee261ae 100644 --- a/System/Modules/Core/Models/Load.php +++ b/System/Modules/Core/Models/Load.php @@ -1,488 +1,489 @@ <?php namespace Core\Models; use \Core\Models\Config; /** * Core class for loading reso...
gintsmurans/staticphp
88d92de3bcb5d19f4f60e590cb8344a60568d5dd
Added .env file as exception
diff --git a/.gitignore b/.gitignore index 442f32f..84e1439 100644 --- a/.gitignore +++ b/.gitignore @@ -1,59 +1,60 @@ # # Password sensitive files # ###################### Application/Config/Db.php +.env # Tmp, Cache and Bootstrap # ###################### vendor/ Application/Cache/ Application/Public/assets...
gintsmurans/staticphp
d310ae043097357b5b1e4b6737f66a2ddbe9b064
Few updates
diff --git a/System/Modules/Core/Models/RecordObject.php b/System/Modules/Core/Models/RecordObject.php index 1634a69..4964f76 100644 --- a/System/Modules/Core/Models/RecordObject.php +++ b/System/Modules/Core/Models/RecordObject.php @@ -1,176 +1,192 @@ <?php namespace Core\Models; class RecordObject implements...
blackwinter-attic/cobra
00bb89a23a60a71f9c091698d1366cd196c61b69
Switched license to Affero GPL.
diff --git a/COPYING b/COPYING index 3912109..dba13ed 100644 --- a/COPYING +++ b/COPYING @@ -1,340 +1,661 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 - Copyright (C) 1989, 1991 Free Softw...
isfit/isfit-participant
d7ee6208bb243ecb0fbc95038dd301ea22d0e9b1
Fixes fix
diff --git a/app/pdfs/address_label_pdf.rb b/app/pdfs/address_label_pdf.rb index 513a54c..32f8b4a 100644 --- a/app/pdfs/address_label_pdf.rb +++ b/app/pdfs/address_label_pdf.rb @@ -1,63 +1,63 @@ class AddressLabelPdf < Prawn::Document def initialize(participants,type,cols,rows) super(left_margin: 0, right_marg...
isfit/isfit-participant
4b245154832dfd6c3c52ff49778f1be38f6c9849
Fixes custom return label size
diff --git a/app/pdfs/address_label_pdf.rb b/app/pdfs/address_label_pdf.rb index 5d6f923..513a54c 100644 --- a/app/pdfs/address_label_pdf.rb +++ b/app/pdfs/address_label_pdf.rb @@ -1,63 +1,63 @@ class AddressLabelPdf < Prawn::Document def initialize(participants,type,cols,rows) super(left_margin: 0, right_marg...
isfit/isfit-participant
b86bc844b1ed1c6b01e7f2e1a70f3e3595490cf4
Adds possibility to change num of rows and cols
diff --git a/app/controllers/participants_controller.rb b/app/controllers/participants_controller.rb index 1b26b2e..12c492c 100644 --- a/app/controllers/participants_controller.rb +++ b/app/controllers/participants_controller.rb @@ -1,189 +1,189 @@ class ParticipantsController < ApplicationController load_and_autho...
isfit/isfit-participant
21e2e9163e60a48366d53e0ff7c5ad2466e604b6
Adds shrink to fit
diff --git a/app/pdfs/address_label_pdf.rb b/app/pdfs/address_label_pdf.rb index 8f9abce..84bb48c 100644 --- a/app/pdfs/address_label_pdf.rb +++ b/app/pdfs/address_label_pdf.rb @@ -1,57 +1,58 @@ class AddressLabelPdf < Prawn::Document def initialize(participants,type) super(left_margin: 0, right_margin: 0, top...
isfit/isfit-participant
88b9d4479687ac357a1df1e19e08e8d3de51933e
Adds type selection and return labels
diff --git a/app/controllers/participants_controller.rb b/app/controllers/participants_controller.rb index caf88a3..1b26b2e 100644 --- a/app/controllers/participants_controller.rb +++ b/app/controllers/participants_controller.rb @@ -1,190 +1,189 @@ class ParticipantsController < ApplicationController load_and_autho...
isfit/isfit-participant
19b57c0ed748b722675919b3ade0868e884b5a93
Adds code to print envelope
diff --git a/app/pdfs/address_label_pdf.rb b/app/pdfs/address_label_pdf.rb index 70d89da..08934b2 100644 --- a/app/pdfs/address_label_pdf.rb +++ b/app/pdfs/address_label_pdf.rb @@ -1,36 +1,48 @@ class AddressLabelPdf < Prawn::Document def initialize(participants) super(left_margin: 0, right_margin: 0, top_marg...
isfit/isfit-participant
74b6e5f177a31969436593bffbd8330ca285deac
Adds label generation
diff --git a/Gemfile b/Gemfile index c1d6ddd..8fe3eae 100755 --- a/Gemfile +++ b/Gemfile @@ -1,35 +1,37 @@ source 'http://rubygems.org' gem 'rails', '~> 3.2' gem 'mysql2' gem 'sass-rails' gem 'coffee-rails' gem 'jquery-rails' gem 'uglifier' gem 'devise', '~> 2.2' gem 'cancancan', '~> 1.9' group :devel...
isfit/isfit-participant
bcc08b17c6c662c13f46b8f5d1c1cd61e7a1fcd9
Extreme cleanup of deadline system
diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb index 6c61021..b1d3efd 100644 --- a/app/controllers/admin/users_controller.rb +++ b/app/controllers/admin/users_controller.rb @@ -1,101 +1,56 @@ class Admin::UsersController < ApplicationController before_filter :set_...
isfit/isfit-participant
c6af2fd8dfeed33b162270bee65972198cb1212b
One more try at emergency fix
diff --git a/app/models/host.rb b/app/models/host.rb index c2a2710..132f2b4 100644 --- a/app/models/host.rb +++ b/app/models/host.rb @@ -1,37 +1,37 @@ class Host < ActiveRecord::Base attr_accessible :id, :firstname, :lastname, :address, :zipcode, :city, :phone, :capacity, :comments, :email, :beenhost, :sex, :isst...
isfit/isfit-participant
4f563969dc99afb5fa612e84a639303f78f6766b
Possible emergency fix
diff --git a/app/views/hosts/_sidebar.html.erb b/app/views/hosts/_sidebar.html.erb index 260c07b..7ae1762 100644 --- a/app/views/hosts/_sidebar.html.erb +++ b/app/views/hosts/_sidebar.html.erb @@ -1,12 +1,12 @@ <% content_for :sidebar_left do %> <!-- <ul class="nav nav-pills nav-stacked"> <li class="box b...