Zev Benjamin
|
e9b915c2b9
|
Remove global selected_message_id and persistent_message_id variables
Each message list now has a selected message id.
(imported from commit 041abc54ea42c636c30e39df4a2e838bb830e1aa)
|
2013-02-21 13:29:17 -05:00 |
Keegan McAllister
|
0f1be6a9f6
|
rows: Consistently return an empty jQuery object in some corner cases
(imported from commit 4a83c8a3671fe13c8ff7c55fa2e22221bd68b21e)
|
2012-11-28 17:15:25 -05:00 |
Keegan McAllister
|
644702892b
|
Return an int from rows.id
I believe this is more correct for our one existing user,
update_selected_message.
(imported from commit a2f1a20c0d885a4e6de49c69d930844177549cbe)
|
2012-11-07 11:51:03 -05:00 |
Keegan McAllister
|
6e63ac926e
|
Add rows.get_table()
This checks against the table name whitelist before building the jQuery query.
(imported from commit b296f117cdd2707aeb626328f8b0f9e00c723d59)
|
2012-10-26 21:03:52 -04:00 |
Keegan McAllister
|
58ca5b3e24
|
Harden rows.get against bad input
(imported from commit af0283323089f6ed4edb4cb732fe1cc821fb5dd5)
|
2012-10-26 20:41:08 -04:00 |
Keegan McAllister
|
3ebee51ce0
|
rows.js: Use full module pattern
(imported from commit 770741958798317401e918a7b8331cfc2f73bf77)
|
2012-10-26 20:41:08 -04:00 |
Keegan McAllister
|
eb9140a0a2
|
Pseudo-module pattern for rows.js
It's actually simpler than a full module, due to lack of local state or functions.
(imported from commit b9180f1cdc26aed3f2e1f35dfae9ed4240b64446)
|
2012-10-18 15:11:25 -04:00 |
Keegan McAllister
|
01061e95e0
|
Rename dom_access -> rows
(imported from commit 66f6f88cf15f5be614440b826433d5c1cfd6803e)
|
2012-10-18 15:11:25 -04:00 |