Couple of syntax fixes and a cache fix#20
Open
dwc wants to merge 43 commits into
Open
Conversation
Owner
|
Nice. Thanks much for the fixes. I'll pull these in tomorrow and will leave the issue open until then. |
added 2 commits
January 25, 2011 16:56
…re not specfied: Notice: Undefined index: ua in /home/dwc/src/MIT-Mobile-Web/web/api/index.php on line 38 Notice: Undefined index: callback in /home/dwc/src/MIT-Mobile-Web/web/api/index.php on line 55
Notice: Use of undefined constant nil - assumed 'nil' in /home/dwc/src/MIT-Mobile-Web/web/page_builder/detection.php on line 98
Author
|
Hey Dave, I fixed some additional PHP notices, mostly with using an undefined constant 'nil' where 'NULL' was desired. |
added 23 commits
January 27, 2011 15:17
fixes issue with calendar module appearing blank on webkit
… with nine or more items
opposed to the first occurrence in the specified time frame (i.e., the first gd:when value as used by the convertFeed method). As a workaround, expand recurring events into single events as described in the GData Calendar API: http://code.google.com/apis/calendar/data/2.0/reference.html#Parameters It's more data to download but it ensures that the events are correctly sorted for the convertFeed method.
…erwise events will show whatever previous time was given
leads to issues where there is no space betwee the year (e.g. 2011) and the time (e.g. 11:45 am).
correctly selected on the day view. Otherwise, in EST you will see events that started at e.g. 9:00 pm on the previous day.
…ield names that may change
…hanks, @waynethec)
…module (thanks, @waynethec)
…to break (thanks, @waynethec)
…ary. This avoids CAPTCHA checks under high load (http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Using).
… to a full results page rather than the detail page for one result.
…etail page for one result.
…draw map tiles after they've finished loading.
… Windows Phone 7 to the webkit class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Dave,
I'm working with the development version of Mobile Web OSP and have run into some minor issues. These three commits fix the following:
If you have any questions, please let me know! I'll probably have a few more changes soon.