Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Timeline


and

08/11/11:

22:15 Changeset [7985] by glyph@…
Change HTML rendering in iMIP message generation and web admin interface …
21:56 Changeset [7984] by glyph@…
correct result ordering, hasSearchResults behavior
21:55 Changeset [7983] by glyph@…
tweak proxies display
21:55 Changeset [7982] by glyph@…
better aesthetics for proxies
21:55 Changeset [7981] by glyph@…
pass request to proxyMatrix
21:55 Changeset [7980] by glyph@…
make sure the stub test signature is right
21:55 Changeset [7979] by glyph@…
remove 'no matches found' message
21:54 Changeset [7978] by glyph@…
fix the padding a little
21:54 Changeset [7977] by glyph@…
don't display property stuff when a property isn't requested.
21:54 Changeset [7976] by glyph@…
elide some unused parts of the page
21:54 Changeset [7975] by glyph@…
make sure to deal with rendering unknown record types without exception
21:54 Changeset [7974] by glyph@…
remove old rendering implementation
21:53 Changeset [7973] by glyph@…
noProxyResults / hasProxyResults renderers
21:53 Changeset [7972] by glyph@…
better name for the test
21:53 Changeset [7971] by glyph@…
template change to add message; now they both fail
21:53 Changeset [7970] by glyph@…
test for no-proxies-found message.
21:53 Changeset [7969] by glyph@…
sort the proxy records
21:52 Changeset [7968] by glyph@…
no-proxies message
21:52 Changeset [7967] by glyph@…
new renderer actually has better behavior for not-found properties
21:52 Changeset [7966] by glyph@…
make no-proxies test pass, but add a failing assertion that the no-proxies …
21:52 Changeset [7965] by glyph@…
logic to elide the autoSchedule menu
21:52 Changeset [7964] by glyph@…
test for no proxies
21:51 Changeset [7963] by glyph@…
optionally turn off proxies
21:51 Changeset [7962] by glyph@…
pull non-HTML-rendering things out of htmlContent in preparation for …
21:51 Changeset [7961] by glyph@…
make proxy search test pass
21:51 Changeset [7960] by glyph@…
test for proxy search results table
21:51 Changeset [7959] by glyph@…
stub proxy-search implementation
21:50 Changeset [7958] by glyph@…
implement proxy row filling
21:50 Changeset [7957] by glyph@…
always give an ID
21:50 Changeset [7956] by glyph@…
test for proxy list table
21:50 Changeset [7955] by glyph@…
isAutoSchedule/isntAutoSchedule renderers
21:50 Changeset [7954] by glyph@…
test both values
21:50 Changeset [7953] by glyph@…
test for auto-schedule menu
21:49 Changeset [7952] by glyph@…
fix tests for error handling, and fix tag hierarchy to correspond to slot …
21:49 Changeset [7951] by glyph@…
raise HTTPError for non-existent properties
21:49 Changeset [7950] by glyph@…
don't display parse error when the property is properly specified
21:49 Changeset [7949] by glyph@…
stricter test; make sure that the 'unable to parse' message doesn't show …
21:49 Changeset [7948] by glyph@…
Test for dav property parsing, and fix for old implementation so it …
21:48 Changeset [7947] by glyph@…
start working on auto schedule
21:48 Changeset [7946] by glyph@…
implement dav properties
21:48 Changeset [7945] by glyph@…
fill the property name slot
21:48 Changeset [7944] by glyph@…
whitespace
21:48 Changeset [7943] by glyph@…
fill out the body of the dav property test
21:47 Changeset [7942] by glyph@…
test for DAV property access
21:47 Changeset [7941] by glyph@…
move FakePrincipalResource to module scope so it can be used in other …
21:47 Changeset [7940] by glyph@…
propagate property name
21:47 Changeset [7939] by glyph@…
a slot already exists for the property name; just use it, don't fill …
21:47 Changeset [7938] by glyph@…
fill slot, fix assertion
21:47 Changeset [7937] by glyph@…
assert that resourceId is saved in a hidden field
21:46 Changeset [7936] by glyph@…
fix the test
21:46 Changeset [7935] by glyph@…
move off stub renderers to new class, still failing
21:46 Changeset [7934] by glyph@…
docstring
21:46 Changeset [7933] by glyph@…
whitespace
21:46 Changeset [7932] by glyph@…
stub implementations of all renderers, enough to get a clean test failure
21:45 Changeset [7931] by glyph@…
better renderer names
21:45 Changeset [7930] by glyph@…
test for passing resourceId
21:45 Changeset [7929] by glyph@…
remove catch-all renderer
21:45 Changeset [7928] by glyph@…
stop filling unnecessary slots
21:45 Changeset [7927] by glyph@…
'no results' message
21:45 Changeset [7926] by glyph@…
test for 'no resource found'
21:44 Changeset [7925] by glyph@…
select link text
21:44 Changeset [7924] by glyph@…
fix failing test
21:44 Changeset [7923] by glyph@…
assertion about resource search slot filling
21:44 Changeset [7922] by glyph@…
The title isn't actually dynamic at all.
21:43 Changeset [7921] by glyph@…
only perform the search once.
21:43 Changeset [7920] by glyph@…
more idiomatic fillSlots usage
21:43 Changeset [7919] by glyph@…
add first functional renderer (searchResults)
21:43 Changeset [7918] by glyph@…
actually propagate request arguments, thanks
21:43 Changeset [7917] by glyph@…
minor css formatting nit
21:43 Changeset [7916] by glyph@…
first page-rendering test (for resourceSearch)
21:42 Changeset [7915] by glyph@…
convert last %-interpolations in the template to <t:slot>s
21:42 Changeset [7914] by glyph@…
add a bootstrap renderer that can be tested against the old …
21:42 Changeset [7913] by glyph@…
add a main render directive, so that the the top-level slots can all be …
21:42 Changeset [7912] by glyph@…
move autoScheduleHtml into template, sort of move currentProxiesHtml into …
21:42 Changeset [7911] by glyph@…
Oops, actually include the test cases referenced in earlier commit …
21:41 Changeset [7910] by glyph@…
more features for the template
21:41 Changeset [7909] by glyph@…
add a very basic test for the web-admin code
21:41 Changeset [7908] by glyph@…
start working on a template for the admin application
21:41 Changeset [7907] by glyph@…
re-add comma separations
21:41 Changeset [7906] by glyph@…
fix organizer quoting
21:41 Changeset [7905] by glyph@…
test for organizer mailto form
21:40 Changeset [7904] by glyph@…
add attendees as tags, not (quoted) text
21:40 Changeset [7903] by glyph@…
There should be _some_ angle brackets in that HTML text, they just have to …
21:40 Changeset [7902] by glyph@…
make the original test pass!
21:40 Changeset [7901] by glyph@…
beExtremelyLenient to the rescue
21:40 Changeset [7900] by glyph@…
test for tag-soup templates since we may have to handle those
21:39 Changeset [7899] by glyph@…
some ugly DOM-walking to fix the attributes test
21:39 Changeset [7898] by glyph@…
thwart the overly-simplistic template parser
21:39 Changeset [7897] by glyph@…
basic shim that makes the one test pass
21:39 Changeset [7896] by glyph@…
actually this should be a factory for a file
21:39 Changeset [7895] by glyph@…
Failing test for StringFormatTemplateLoader
21:39 Changeset [7894] by glyph@…
a little extra paranoia; since str(Component) can change the component, …
21:38 Changeset [7893] by glyph@…
tighten up unicode type correctness a little
21:38 Changeset [7892] by glyph@…
finish separating everything out; fill out details, then render parts, …
21:38 Changeset [7891] by glyph@…
move MIME-construction and part rendering a little further apart
21:38 Changeset [7890] by glyph@…
dedent translationTo block since translation is now done elsewhere
21:38 Changeset [7889] by glyph@…
move plain text message part rendering out to a function too
21:37 Changeset [7888] by glyph@…
set iconName earlier on
21:37 Changeset [7887] by glyph@…
split out localized label generation to a function
21:37 Changeset [7886] by glyph@…
move header generation out of localization block
21:37 Changeset [7885] by glyph@…
getEventDetails docstring
21:37 Changeset [7884] by glyph@…
move htmlAttendees and htmlOrganizer generation to renderHTML, as they're …
21:36 Changeset [7883] by glyph@…
more formatting adjustments
21:36 Changeset [7882] by glyph@…
treat all text values consistently
21:36 Changeset [7881] by glyph@…
pull out rendering to a different function
21:36 Changeset [7880] by glyph@…
whitespace
21:36 Changeset [7879] by glyph@…
failing test for bad quoting of description
21:36 Changeset [7878] by glyph@…
Remove dependency on 'os'.
21:35 Changeset [7877] by glyph@…
don't use dataDir directly
21:35 Changeset [7876] by glyph@…
rfc5545 section 3.1
21:35 Changeset [7875] by glyph@…
cStringIO is a required part of the stdlib
21:35 Changeset [7874] by glyph@…
initial basic test for generateEmail
21:35 Changeset [7873] by glyph@…
shuffle imports into proper order
21:34 Changeset [7872] by glyph@…
whitespace
21:34 Changeset [7871] by glyph@…
allow directory to be specified directly rather than via config.
21:34 Changeset [7870] by glyph@…
docstring for generateEmail.
21:34 Changeset [7869] by glyph@…
test-case-name
21:34 Changeset [7868] by glyph@…
move mail HTML templates out of functions
21:33 Changeset [7867] by glyph@…
fix pyflakes so it runs on linux
21:30 Changeset [7866] by glyph@…
Branch for generating iMIP and webadmin HTML with a templating system, to …

08/10/11:

14:24 Changeset [7865] by cdaboo@…
Make sure partition id in augments is properly ignored if the associated …
13:09 Changeset [7864] by cdaboo@…
No longer needed.

08/09/11:

13:31 Changeset [7863] by cdaboo@…
Fix test.
12:35 Changeset [7862] by cdaboo@…
No more vobject dependency.
11:36 Changeset [10501] by cyrusdaboo
Allow "UTC" as a tzid that maps to utc behavior.
11:36 Changeset [10500] by cyrusdaboo
Handle over long ADR, N lists.

08/08/11:

19:30 Changeset [7861] by sagen@…
Adds ability to disable augments service
18:19 Changeset [7860] by glyph@…
truncate names in emitted statements as well, so the tables can be used
18:19 Changeset [7859] by glyph@…
make the table names actually different at the end
18:19 Changeset [7858] by glyph@…
uniqueness-checking of shortened table names for oracle
12:27 Changeset [7857] by glyph@…
add schemaRows to translated schema, plus simple test for …
Note: See TracTimeline for information about the timeline view.