Mercurial > public > sg101
view static/js/tiny_mce/plugins/table/langs/en_dlg.js @ 943:cf9918328c64
Haystack tweaks for Django 1.7.7.
I had to upgrade to Haystack 2.3.1 to get it to work with Django
1.7.7. I also had to update the Xapian backend. But I ran into
problems.
On my laptop anyway (Ubuntu 14.0.4), xapian gets mad when search terms
are greater than 245 chars (or something) when indexing. So I created
a custom field that would simply omit terms greater than 64 chars and
used this field everywhere I previously used a CharField.
Secondly, the custom search form was broken now. Something changed in
the Xapian backend and exact searches stopped working. Fortunately the
auto_query (which I was using originally and broke during an upgrade)
started working again. So I cut the search form back over to doing an
auto_query. I kept the form the same (3 fields) because I didn't want
to change the form and I think it's better that way.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 13 May 2015 20:25:07 -0500 |
parents | 6c182ceb7147 |
children |
line wrap: on
line source
tinyMCE.addI18n('en.table_dlg',{ general_tab:"General", advanced_tab:"Advanced", general_props:"General properties", advanced_props:"Advanced properties", rowtype:"Row in table part", title:"Insert/Modify table", width:"Width", height:"Height", cols:"Columns", rows:"Rows", cellspacing:"Cellspacing", cellpadding:"Cellpadding", border:"Border", align:"Alignment", align_default:"Default", align_left:"Left", align_right:"Right", align_middle:"Center", row_title:"Table row properties", cell_title:"Table cell properties", cell_type:"Cell type", valign:"Vertical alignment", align_top:"Top", align_bottom:"Bottom", bordercolor:"Border color", bgcolor:"Background color", merge_cells_title:"Merge table cells", id:"Id", style:"Style", langdir:"Language direction", langcode:"Language code", mime:"Target MIME type", ltr:"Left to right", rtl:"Right to left", bgimage:"Background image", summary:"Summary", td:"Data", th:"Header", cell_cell:"Update current cell", cell_row:"Update all cells in row", cell_all:"Update all cells in table", row_row:"Update current row", row_odd:"Update odd rows in table", row_even:"Update even rows in table", row_all:"Update all rows in table", thead:"Table Head", tbody:"Table Body", tfoot:"Table Foot", scope:"Scope", rowgroup:"Row Group", colgroup:"Col Group", col_limit:"You've exceeded the maximum number of columns of {$cols}.", row_limit:"You've exceeded the maximum number of rows of {$rows}.", cell_limit:"You've exceeded the maximum number of cells of {$cells}.", missing_scope:"Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.", caption:"Table caption", frame:"Frame", frame_none:"none", frame_groups:"groups", frame_rows:"rows", frame_cols:"cols", frame_all:"all", rules:"Rules", rules_void:"void", rules_above:"above", rules_below:"below", rules_hsides:"hsides", rules_lhs:"lhs", rules_rhs:"rhs", rules_vsides:"vsides", rules_box:"box", rules_border:"border" });