提交历史

作者 SHA1 备注 提交日期
  stevetruckstuff 92c4b751b7 Fixed typo in error handling in displayHTMLHeader() 19 年之前
  stekkel 0a70f643f2 Centralized init 19 年之前
  stevetruckstuff 8ca0997cc8 Added ability for template authors to include additional stylesheets. This allows them to add additional CSS defs while maintaining SQM default defintions. 19 年之前
  Fredrik Jervfors 6d04a1e45d Assuming that this was used for debugging, thus removing it. 19 年之前
  stevetruckstuff 575dca0a42 Incoproated template config file. Templates can now include their own javascript files. If a template pack does not incorporate a specific template, the default template will be used instead. 19 年之前
  tokul 91a329b313 restoring globalization of text alignment vars. 19 年之前
  stekkel f28f5bb0eb Fix for #1093360. 19 年之前
  Fredrik Jervfors 4ef558abc9 Replacing HTML "script" element deprecated attribute "language". 19 年之前
  tokul cc26e111e2 doctype switched from quirks to standards compliance mode 19 年之前
  Fredrik Jervfors 807b9f4752 Work around the fact that /src/style.php depends on a logged in user, thus breaking the login page. 19 年之前
  stekkel 0084fb6502 Merge of template patch from Steve Brown 19 年之前
  tokul 83fdb4c332 copyright update 19 年之前
  tokul 2171dddcd0 moving main color tags to css 19 年之前
  pdontthink 7ab3698a59 Fixed/restored reply focus functionality 20 年之前
  Fredrik Jervfors 9ed98bb1ec phpDocumentor updates 20 年之前
  tokul 8fa80d4ee7 using base_uri instead of SM_PATH. 20 年之前
  stekkel 968fbba520 include css file (templates) 20 年之前
  stekkel befb14baf7 XSS fixes 20 年之前
  Fredrik Jervfors 2531f52955 Trimming whitespace and replacing tabs 20 年之前
  Thijs Kinkhorst 64366af63f Fix a variable typo. 20 年之前
  stekkel 1ee95a2a68 Forgot to rename the old $xtra var to $sJsHeader. 20 年之前
  stekkel 24dc4ae0fa Templates 20 年之前
  Thijs Kinkhorst 45a644490a Add a META robots noindex/nofollow tag to SquirrelMail generated output. 20 年之前
  pdontthink 0f5834c5a5 bringing back forwarding functionality for message list when comp_in_new is turned on; also removing superfluous code when not needed - helps bandwidth requirement 20 年之前
  pdontthink 57444273e8 Refactoring JavaScript, reduces bandwidth usage on message list when fancy highlighting is on 20 年之前
  Thijs Kinkhorst 0691f49ebe Add a first rough version of an about box to SquirrelMail. 20 年之前
  pdontthink 8a86cc6c39 I think I'm getting tired 20 年之前
  pdontthink ee76dc2624 Adding comp_in_new fxn back to message list page. CVS sure is slow these days. :( 20 年之前
  pdontthink 846ede54fc Oops, forgot to comment this out again. Clicking checkboxes on message list works correctly now. 20 年之前
  pdontthink 5514f2a841 Adding auto-highlite code. This might be a bit contentious, but it seemed to get good response on the DEVEL list, so trying it out. Things to note: the clicked color isn't the best, but we can also remove that and ONLY have mouseover coloring if we can't find a better color. The JavaScript was mostly swiped from phpMyAdmin, and it is fairly well written and fairly mature; I don't think there will be widespread problems with it. That said, this is a pretty big leap for SquirrelMail. We might want to have this be a user-configurable option instead of making it default when javascript_on is active. Unfortunately, doing it as a plugin is pretty much out of the question. Let's see how it goes. If things go really well, I'd like to port this to STABLE, since this stuff probably won't even see the light of day if we get templating in to 1.5. 20 年之前