0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved google_api_base to libs wich is the best place to put that class in cakephp1.3 More... over 14 years ago
Google contacts response object converted to a more readeable/usable object More... over 14 years ago
Moved google base to vendors as GogoleApiBase, i think is better to use it as a vendor instead as datasource More... over 14 years ago
Moved response type to google base datasource More... over 14 years ago
Divided basic api calls that are the same for all diferent google services into a google_source to avoid repeating code, gogole_contacts_source now extends to google_source to inherit authentication and server calls. More... over 14 years ago
Added api key to session to make just one request to it More... over 14 years ago
changing things on documentation More... over 14 years ago
Removing .gitignore from repo More... over 14 years ago
Fixed paths in .gitignore to allow views of google_controllers and controllers for an example of using google_contacts datasources. More... over 14 years ago
Added git ignore so i can have files under my app in git without copying files to the repo, Just the original structure can be commited (models, models/datasurces, vendors, views/helpers). More... over 14 years ago
readme text More... over 14 years ago
? More... over 14 years ago
? More... over 14 years ago
changed the way the name is passed so it can now take a string or an array, needed this for the bar charts so that you dont need to pass the name as bar_vertical_grouped but just array( "name" => "bar", "type" => "vertical", "grouped" => true )... i think that is easier to use. More... over 14 years ago
changed the way the name is passed so it can now take a string or an array, needed this for the bar charts so that you dont need to pass the name as bar_vertical_grouped but just array( "name" => "bar", "type" => "vertical", "grouped" => true )... i think that is easier to use. More... over 14 years ago
mapping for bar charts mostly done. half of the bar chart functionality is woking, because it is the same as the pie charts. added codes for 4 differnt bar charts so the basics of all bar charts is working now. More... over 14 years ago
adding the folder for the image cache More... over 14 years ago
there is now caching. images are stored on the server so you dont need to call google all the time.. its so much faster now More... over 14 years ago
more error checking and messages More... over 14 years ago
documentation and boring stuff. added some debug also More... over 14 years ago
bacground fill and chart fill added, that concludes pie charts for now. More... over 14 years ago
added orientation, you can now rotate pie charts anyway you like :) More... over 14 years ago
added code to set a title, title color and title size. you can pass title as text or as an array with text color and size More... over 14 years ago
rewriting how charts works to allow all features and easier to use More... over 14 years ago
first commit More... over 14 years ago