2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:mvriel/phpCodeControl
mvriel
as Mike van Riel
More... over 14 years ago
- Removed need for PEAR:Text_Diff package by using SCM's own unified diff view and dropping the integrated diff. - Fixed line widths going out of bounds - Added line numbers to total file view
mvriel
as Mike van Riel
More... over 14 years ago
bugfix in changing files in the changeset (thanks to mvriel)
skoop
as Stefan Koopmanschap
More... almost 15 years ago
schema change I guess
skoop
as Stefan Koopmanschap
More... almost 15 years ago
made the scm parameter optional to allow easy background updating of all scms using a single crontab entry
skoop
as Stefan Koopmanschap
More... almost 15 years ago
specifically creating the local clone directory before cloning and checking whether this was a succes
skoop
as Stefan Koopmanschap
More... almost 15 years ago
Added recognition for file types; - when dealing with text files just diff with the previous version - when dealing with images, show the new and old image - all other may be downloaded
mvriel
as Mike van Riel
More... about 15 years ago
Updated appearance to new design and refactored pages to conform; also did some minor tweaks of the layout and updated to the new jQuery version (1.4.3) and jQuery UI (1.8.1)
mvriel
as Mike van Riel
More... about 15 years ago
Fixed error with activity query which prevented the user from viewing the charts
mvriel
as Mike van Riel
More... about 15 years ago
Added auto-reloading of the main commit overview. This is configurable in the app.yml and is set to 30 seconds by default
mvriel
as Mike van Riel
More... about 15 years ago
Fixed formatting issue when no previous version exists
mvriel
as Mike van Riel
More... about 15 years ago
removed prefixing tab in full view
mvriel
as Mike van Riel
More... about 15 years ago
Merge branch 'master' of [email protected]:mvriel/phpCodeControl
mvriel
as Mike van Riel
More... about 15 years ago
prevent errors when no SCM is present in the database yet
skoop
as Stefan Koopmanschap
More... about 15 years ago
Merge branch 'master' of [email protected]:mvriel/phpCodeControl
mvriel
as Mike van Riel
More... about 15 years ago
new model build
skoop
as Stefan Koopmanschap
More... about 15 years ago
[GITHUB-1]: Resolved issue where the username is not correctly re-used when clicked upon
mvriel
as Mike van Riel
More... about 15 years ago
Fixed the Git adapter file view option
skoop
as Stefan Koopmanschap
More... about 15 years ago
fixed minor issues with design and file locations
mvriel
as Mike van Riel
More... about 15 years ago
Added ignore statement for phpstorm files
mvriel
as Mike van Riel
More... about 15 years ago
Merge http://github.com/skoop/phpCodeControl
mvriel
as Mike van Riel
More... about 15 years ago
Refactored the project model out of the application. I expect that other applications will implement a project manager and connect an SCM to it
mvriel
as Mike van Riel
More... about 15 years ago
Added SCM editing and switching and refactored the project model out of the application. I expect that other applications will implement a project manager and connect an SCM to it
mvriel
as Mike van Riel
More... about 15 years ago
initial working version of Git adapter
skoop
as Stefan Koopmanschap
More... about 15 years ago
replaced hardcoded subversion mentions with scm-specific info
skoop
as Stefan Koopmanschap
More... about 15 years ago
initial work on the Git adapter (not done yet)
skoop
as Stefan Koopmanschap
More... about 15 years ago
Found one last issue with the refactoring
mvriel
as Mike van Riel
More... about 15 years ago
Fixed bug where multiple SCM's revisions could conflict. There might remain some points in the app where the id was not replaced by revision. Will test in more detail later
mvriel
as Mike van Riel
More... about 15 years ago
Updated username in databases.yml to better reflect best practices
mvriel
as Mike van Riel
More... about 15 years ago
Updated readme to point to the github Wiki
mvriel
as Mike van Riel
More... about 15 years ago