* robots.txt: Web robots should not

index /Account/Login nor
  /Google/Login


* Makefile:
* GDate.cs:
* YavscModel.csproj:
* Resource.cs:
* CalendarApi.cs:
* GoogleController.cs:
* CalendarListEntry.cs:
* CalendarEventList.cs:
* CalendarEntryList.cs: refactoring

* style.css: another style

* Index.aspx: cleanning

* Index.aspx: code formatting

* Login.aspx: Fixes the Page title 

* Web.config: Trying to fix the default directory index

* Web.csproj: robots.txt creation

* TextInput.cs: xml doc
This commit is contained in:
Paul Schneider
2015-03-12 13:56:59 +01:00
parent e99c03e54a
commit b2fdbc8d2e
16 changed files with 180 additions and 67 deletions

View File

@ -325,7 +325,7 @@ namespace Yavsc.Controllers
DateTime maxdate = model.MaxDate;
CalendarApi c = new CalendarApi ();
CalendarEntryList res;
CalendarEventList res;
try {
res = c.GetCalendar (calid, mindate, maxdate, upr);
} catch (OtherWebException ex) {