0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing ui and tablesorter More... almost 15 years ago
Merge branch 'jqueryui' More... almost 15 years ago
random visitors creation is commented More... almost 15 years ago
Cleanup, old files deleted, referers and graphs controller removed More... almost 15 years ago
First implementation of widgets using jquery-ui More... almost 15 years ago
Removed old files More... about 15 years ago
Check if the project_id sent in the params[:url] matches with the correct project_id More... about 15 years ago
Initial visitors are not generated randomly anymore More... about 15 years ago
Fixed a bug in Tracker, referer_keyword now works More... about 15 years ago
Changed project/setup and project/create to dashboard/setup and dashboard/create. Small fix to robot identification More... about 15 years ago
Tracker, added better OS and Browser name recognition More... about 15 years ago
First partial render for referers implemented, Referers now shows Searched Terms and Websites More... about 15 years ago
Changed the stylesheet, now referers layout uses tables More... about 15 years ago
Added the stylesheet More... about 15 years ago
Graphs Layout and Referer Layout rewritten, new CSS used More... about 15 years ago
Referer Layout modified, using flot and tables More... about 15 years ago
Changed javascript/log.rb, fixed returning users bug. Graphs changed More... about 15 years ago
Fixed a bug in graph1. Params[:project_id] is checked with session[:project_id], if they are not the same it means a visitor has been in two different website using ruwa. This case in handled by clearing the session[:visitor_id]. Visitor.here_today? moved to Project.visitor_here_today(v) More... about 15 years ago
Merge branch 'master' into referers More... about 15 years ago
piwik.js changed..to record the visitor it will use a script tag instead of a img tag More... about 15 years ago
Merge branch 'master' into referers More... about 15 years ago
Changed url.delete! with url.chop! in javascript_controller More... about 15 years ago
sistemato chop (su referers) More... about 15 years ago
The params[:url] is cleaned from the last / character if presents More... about 15 years ago
project.add_action returns the old action if present More... about 15 years ago
Actions are added in Project only if they are not present already. More... about 15 years ago
DB Schema changed. Actions and Visitors have now a N-to-N relation. Visit table created. This way it is possible to ask how many visitors visited a certain page More... about 15 years ago
Rerefers improved. Added total_actions, time_spent, first_action_time, last_action_time and wes_here to Visitor. Log action changed, it will record the returning visitors More... about 15 years ago
Referer first report implemented More... about 15 years ago
Fixed bug in graphs partinal render More... about 15 years ago