owner
stringclasses
603 values
repo
stringclasses
778 values
repo_dir
stringclasses
830 values
file_rel_repo
stringlengths
6
222
file_rel_outdir
stringlengths
16
235
size
int64
0
2.36M
mtime
int64
1.76B
1.76B
lang
stringclasses
10 values
content
stringlengths
0
2.36M
updated_at
stringdate
2025-09-24 14:46:58
2025-09-24 14:46:58
hoppscotch
hoppscotch
hoppscotch__hoppscotch
README.md
hoppscotch__hoppscotch/README.md
11,659
1,758,620,342
en
<div align="center"> <a href="https://hoppscotch.io"> <img src="https://avatars.githubusercontent.com/u/56705483" alt="Hoppscotch" height="64" /> </a> <h3> <b> Hoppscotch </b> </h3> <b> Open Source API Development Ecosystem </b> <p> [![contributions welcome](ht...
2025-09-24T14:46:58.085215
Mintplex-Labs
anythingllm-docs
Mintplex-Labs__anythingllm-docs
README.md
Mintplex-Labs__anythingllm-docs/README.md
1,723
1,758,118,064
la
<a name="readme-top"></a> <p align="center"> <a href="https://anythingllm.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a> </p> ## Project Structure ``` ├── public/ │ ├── images/ │ │ ├── anythingllm-setup/ │ │ ├── cloud/ │...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
README.md
CherryHQ__cherry-studio/README.md
21,328
1,758,620,022
en
<div align="right" > <details> <summary >🌐 Language</summary> <div> <div align="right"> <p><a href="https://openaitx.github.io/view.html?user=CherryHQ&project=cherry-studio&lang=en">English</a></p> <p><a href="https://openaitx.github.io/view.html?user=CherryHQ&project=cherry-studio&lang...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/README.zh.md
CherryHQ__cherry-studio/docs/README.zh.md
16,221
1,758,202,168
en
<div align="right" > <details> <summary >🌐 Language</summary> <div> <div align="right"> <p><a href="https://openaitx.github.io/view.html?user=CherryHQ&project=cherry-studio&lang=en">English</a></p> <p><a href="https://openaitx.github.io/view.html?user=CherryHQ&project=cherry-studio&lang...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/branching-strategy-zh.md
CherryHQ__cherry-studio/docs/branching-strategy-zh.md
2,362
1,758,202,168
en
# 🌿 分支策略 Cherry Studio 采用结构化的分支策略来维护代码质量并简化开发流程。 ## 主要分支 - `main`:主开发分支 - 包含最新的开发代码 - 禁止直接提交 - 所有更改必须通过拉取请求(Pull Request) - 此分支上的代码可能包含正在开发的功能,不一定完全稳定 - `release/*`:发布分支 - 从 `main` 分支创建 - 包含准备发布的稳定代码 - 只接受文档更新和 bug 修复 - 经过完整测试后可以发布到生产环境 关于测试计划所使用的`testplan`分支,请查阅[测试计划](testplan-zh.md)。 ## 贡献分支 在为...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/dev.md
CherryHQ__cherry-studio/docs/dev.md
893
1,758,202,168
en
# 🖥️ Develop ## IDE Setup - Editor: [Cursor](https://www.cursor.com/), etc. Any VS Code compatible editor. - Linter: [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Formatter: [Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) ## Project Setup ### Inst...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/branching-strategy-en.md
CherryHQ__cherry-studio/docs/branching-strategy-en.md
2,421
1,758,202,168
en
# 🌿 Branching Strategy Cherry Studio implements a structured branching strategy to maintain code quality and streamline the development process. ## Main Branches - `main`: Main development branch - Contains the latest development code - Direct commits are not allowed - changes must come through pull requests ...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/testplan-en.md
CherryHQ__cherry-studio/docs/testplan-en.md
5,872
1,758,202,168
en
# Test Plan To provide users with a more stable application experience and faster iteration speed, Cherry Studio has launched the "Test Plan". ## User Guide The Test Plan is divided into the RC channel and the Beta channel, with the following differences: - **RC (Release Candidate)**: The features are stable, with ...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/testplan-zh.md
CherryHQ__cherry-studio/docs/testplan-zh.md
4,738
1,758,202,168
en
# 测试计划 为了给用户提供更稳定的应用体验,并提供更快的迭代速度,Cherry Studio推出“测试计划”。 ## 用户指南 测试计划分为RC版通道和Beta版通道吗,区别在于: - **RC版(预览版)**:RC即Release Candidate,功能已经稳定,BUG较少,接近正式版 - **Beta版(测试版)**:功能可能随时变化,BUG较多,可以较早体验未来功能 用户可以在软件的`设置`-`关于`中,开启“测试计划”并选择版本通道。请注意“测试计划”的版本无法保证数据的一致性,请使用前一定要备份数据。 用户在测试过程中发现的BUG,欢迎提交issue或通过其他渠道反馈。用户的反馈对我们非常重要。 ## 开...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/CONTRIBUTING.zh.md
CherryHQ__cherry-studio/docs/CONTRIBUTING.zh.md
4,802
1,758,202,168
en
# Cherry Studio 贡献者指南 [**English**](../CONTRIBUTING.md) | [**中文**](CONTRIBUTING.zh.md) 欢迎来到 Cherry Studio 的贡献者社区!我们致力于将 Cherry Studio 打造成一个长期提供价值的项目,并希望邀请更多的开发者加入我们的行列。无论您是经验丰富的开发者还是刚刚起步的初学者,您的贡献都将帮助我们更好地服务用户,提升软件质量。 ## 如何贡献 以下是您可以参与的几种方式: 1. **贡献代码**:帮助我们开发新功能或优化现有代码。请确保您的代码符合我们的编码标准,并通过所有测试。 2. **修复 BUG**:如果您发现...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/sponsor.md
CherryHQ__cherry-studio/docs/sponsor.md
168
1,758,202,168
en
# Sponsor <div align="center"> <img src="https://github.com/user-attachments/assets/4665f07f-5ecc-4bd8-8727-ae00f35d6d98" alt="Buy Me a Coffee" width="280"/> </div>
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/features/memory-guide-zh.md
CherryHQ__cherry-studio/docs/features/memory-guide-zh.md
7,126
1,758,202,168
en
# Cherry Studio 记忆功能指南 ## 功能介绍 Cherry Studio 的记忆功能是一个强大的工具,能够帮助 AI 助手记住对话中的重要信息、用户偏好和上下文。通过记忆功能,您的 AI 助手可以: - 📝 **记住重要信息**:自动从对话中提取并存储关键事实和信息 - 🧠 **个性化响应**:基于存储的记忆提供更加个性化和相关的回答 - 🔍 **智能检索**:在需要时自动搜索相关记忆,增强对话的连贯性 - 👥 **多用户支持**:为不同用户维护独立的记忆上下文 记忆功能特别适用于需要长期保持上下文的场景,例如个人助手、客户服务、教育辅导等。 ## 如何启用记忆功能 ### 1. 全局配置(首次设...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/code-execution.md
CherryHQ__cherry-studio/docs/technical/code-execution.md
6,737
1,758,202,168
en
# 代码执行功能 本文档说明了代码块的 Python 代码执行功能。该实现利用 [Pyodide][pyodide-link] 在浏览器环境中直接运行 Python 代码,并将其置于 Web Worker 中,以避免阻塞主 UI 线程。 整个实现分为三个主要部分:UI 层、服务层和 Worker 层。 ## 执行流程图 ```mermaid sequenceDiagram participant 用户 participant CodeBlockView (UI) participant PyodideService (服务) participant PyodideWorker (Worker)...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-i18n-zh.md
CherryHQ__cherry-studio/docs/technical/how-to-i18n-zh.md
4,804
1,758,202,168
en
# 如何优雅地做好 i18n ## 使用i18n ally插件提升开发体验 i18n ally是一个强大的VSCode插件,它能在开发阶段提供实时反馈,帮助开发者更早发现文案缺失和错译问题。 项目中已经配置好了插件设置,直接安装即可。 ### 开发时优势 - **实时预览**:翻译文案会直接显示在编辑器中 - **错误检测**:自动追踪标记出缺失的翻译或未使用的key - **快速跳转**:可通过key直接跳转到定义处(Ctrl/Cmd + click) - **自动补全**:输入i18n key时提供自动补全建议 ### 效果展示 ![demo-1](./.assets.how-to-i18n/demo-1.png)...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-use-logger-zh.md
CherryHQ__cherry-studio/docs/technical/how-to-use-logger-zh.md
10,841
1,758,202,168
en
# 如何使用日志 LoggerService 这是关于如何使用日志的开发者文档。 CherryStudio使用统一的日志服务来打印和记录日志,**若无特殊原因,请勿使用`console.xxx`来打印日志**。 以下是详细说明。 ## 在`main`进程中使用 ### 引入 ```typescript import { loggerService } from '@logger' ``` ### 设置module信息(规范要求) 在import头之后,设置: ```typescript const logger = loggerService.withContext('moduleName') ``` - `mo...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/KnowledgeService.md
CherryHQ__cherry-studio/docs/technical/KnowledgeService.md
6,020
1,758,202,168
en
我来详细介绍 KnowledgeService 中控制并发处理的项目数量和工作负载的部分。 ## 并发控制与工作负载管理机制 KnowledgeService 实现了一个精细的任务队列系统,用于控制并发处理的项目数量和工作负载。这个系统主要通过以下几个关键部分实现: ### 1. 关键变量和限制 ```typescript private workload = 0 private processingItemCount = 0 private knowledgeItemProcessingQueueMappingPromise: Map<LoaderTaskOfSet, () => void> = new Map() pri...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/db.translate_languages.md
CherryHQ__cherry-studio/docs/technical/db.translate_languages.md
1,023
1,758,202,168
en
# `translate_languages` 表技术文档 ## 📄 概述 `translate_languages` 记录用户自定义的的语言类型(`Language`)。 ### 字段说明 | 字段名 | 类型 | 是否主键 | 索引 | 说明 | | ---------- | ------ | -------- | ---- | ------------------------------------------------------------------------ ...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-use-messageBlock.md
CherryHQ__cherry-studio/docs/technical/how-to-use-messageBlock.md
6,426
1,758,202,168
en
# messageBlock.ts 使用指南 该文件定义了用于管理应用程序中所有 `MessageBlock` 实体的 Redux Slice。它使用 Redux Toolkit 的 `createSlice` 和 `createEntityAdapter` 来高效地处理规范化的状态,并提供了一系列 actions 和 selectors 用于与消息块数据交互。 ## 核心目标 - **状态管理**: 集中管理所有 `MessageBlock` 的状态。`MessageBlock` 代表消息中的不同内容单元(如文本、代码、图片、引用等)。 - **规范化**: 使用 `createEntityAdapter` 将 `Messa...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/Message.md
CherryHQ__cherry-studio/docs/technical/Message.md
59
1,758,202,168
en
# 消息的生命周期 ![image](./message-lifecycle.png)
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/CodeBlockView-zh.md
CherryHQ__cherry-studio/docs/technical/CodeBlockView-zh.md
4,524
1,758,202,168
en
# CodeBlockView 组件结构说明 ## 概述 CodeBlockView 是 Cherry Studio 中用于显示和操作代码块的核心组件。它支持多种视图模式和特殊语言的可视化预览,提供丰富的交互工具。 ## 组件结构 ```mermaid graph TD A[CodeBlockView] --> B[CodeToolbar] A --> C[SourceView] A --> D[SpecialView] A --> E[StatusBar] B --> F[CodeToolButton] C --> G[CodeEditor / CodeViewer] ...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/CodeBlockView-en.md
CherryHQ__cherry-studio/docs/technical/CodeBlockView-en.md
4,733
1,758,202,168
en
# CodeBlockView Component Structure ## Overview CodeBlockView is the core component in Cherry Studio for displaying and manipulating code blocks. It supports multiple view modes and visual previews for special languages, providing rich interactive tools. ## Component Structure ```mermaid graph TD A[CodeBlockVie...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-use-useMessageOperations.md
CherryHQ__cherry-studio/docs/technical/how-to-use-useMessageOperations.md
6,600
1,758,202,168
en
# useMessageOperations.ts 使用指南 该文件定义了一个名为 `useMessageOperations` 的自定义 React Hook。这个 Hook 的主要目的是为 React 组件提供一个便捷的接口,用于执行与特定主题(Topic)相关的各种消息操作。它封装了调用 Redux Thunks (`messageThunk.ts`) 和 Actions (`newMessage.ts`, `messageBlock.ts`) 的逻辑,简化了组件与消息数据交互的代码。 ## 核心目标 - **封装**: 将复杂的消息操作逻辑(如删除、重发、重新生成、编辑、翻译等)封装在易于使用的函数中。 - **简化*...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-write-middlewares.md
CherryHQ__cherry-studio/docs/technical/how-to-write-middlewares.md
13,069
1,758,202,168
en
# 如何为 AI Provider 编写中间件 本文档旨在指导开发者如何为我们的 AI Provider 框架创建和集成自定义中间件。中间件提供了一种强大而灵活的方式来增强、修改或观察 Provider 方法的调用过程,例如日志记录、缓存、请求/响应转换、错误处理等。 ## 架构概览 我们的中间件架构借鉴了 Redux 的三段式设计,并结合了 JavaScript Proxy 来动态地将中间件应用于 Provider 的方法。 - **Proxy**: 拦截对 Provider 方法的调用,并将调用引导至中间件链。 - **中间件链**: 一系列按顺序执行的中间件函数。每个中间件都可以处理请求/响应,然后将控制权传递给链中的...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-i18n-en.md
CherryHQ__cherry-studio/docs/technical/how-to-i18n-en.md
5,398
1,758,202,168
en
# How to Do i18n Gracefully > [!WARNING] > This document is machine translated from Chinese. While we strive for accuracy, there may be some imperfections in the translation. ## Enhance Development Experience with the i18n Ally Plugin i18n Ally is a powerful VSCode extension that provides real-time feedback during d...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-use-logger-en.md
CherryHQ__cherry-studio/docs/technical/how-to-use-logger-en.md
13,295
1,758,202,168
en
# How to use the LoggerService This is a developer document on how to use the logger. CherryStudio uses a unified logging service to print and record logs. **Unless there is a special reason, do not use `console.xxx` to print logs**. The following are detailed instructions. ## Usage in the `main` process ### Impor...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/db.settings.md
CherryHQ__cherry-studio/docs/technical/db.settings.md
527
1,758,202,168
en
# 数据库设置字段 此文档包含部分字段的数据类型说明。 ## 字段 | 字段名 | 类型 | 说明 | | ------------------------------ | ------------------------------ | ------------ | | `translate:target:language` | `LanguageCode` | 翻译目标语言 | | `translate:source:language` | `LanguageCod...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/ImagePreview-en.md
CherryHQ__cherry-studio/docs/technical/ImagePreview-en.md
5,564
1,758,202,168
en
# Image Preview Components ## Overview Image Preview Components are a set of specialized components in Cherry Studio for rendering and displaying various diagram and image formats. They provide a consistent user experience across different preview types with shared functionality for loading states, error handling, an...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/ImagePreview-zh.md
CherryHQ__cherry-studio/docs/technical/ImagePreview-zh.md
4,849
1,758,202,168
en
# 图像预览组件 ## 概述 图像预览组件是 Cherry Studio 中用于渲染和显示各种图表和图像格式的专用组件集合。它们为不同预览类型提供一致的用户体验,具有共享的加载状态、错误处理和交互控制功能。 ## 支持格式 - **Mermaid**: 交互式图表和流程图 - **PlantUML**: UML 图表和系统架构 - **SVG**: 可缩放矢量图形 - **Graphviz/DOT**: 图形可视化和网络图表 ## 架构 ```mermaid graph TD A[MermaidPreview] --> D[ImagePreviewLayout] B[PlantUmlPreview] --...
2025-09-24T14:46:58.085215
CherryHQ
cherry-studio
CherryHQ__cherry-studio
docs/technical/how-to-use-messageThunk.md
CherryHQ__cherry-studio/docs/technical/how-to-use-messageThunk.md
7,604
1,758,202,168
en
# messageThunk.ts 使用指南 该文件包含用于管理应用程序中消息流、处理助手交互以及同步 Redux 状态与 IndexedDB 数据库的核心 Thunk Action Creators。主要围绕 `Message` 和 `MessageBlock` 对象进行操作。 ## 核心功能 1. **发送/接收消息**: 处理用户消息的发送,触发助手响应,并流式处理返回的数据,将其解析为不同的 `MessageBlock`。 2. **状态管理**: 确保 Redux store 中的消息和消息块状态与 IndexedDB 中的持久化数据保持一致。 3. **消息操作**: 提供删除、重发、重新生成、编辑后重发、追...
2025-09-24T14:46:58.085215
lapce
lapce
lapce__lapce
README.md
lapce__lapce/README.md
3,978
1,758,620,375
en
<h1 align="center"> <a href="https://lapce.dev" target="_blank"> <img src="extra/images/logo.png" width=200 height=200/><br> Lapce </a> </h1> <h4 align="center">Lightning-fast And Powerful Code Editor</h4> <div align="center"> <a href="https://github.com/lapce/lapce/actions/workflows/ci.yml" target="_blank"...
2025-09-24T14:46:58.085215
lapce
lapce
lapce__lapce
docs/building-from-source.md
lapce__lapce/docs/building-from-source.md
2,703
1,758,206,896
en
## Building from source It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles the build process, all you need to do, is ensure the correct dependencies are installed. 1. Install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/). If you already have the toolchain, ensure yo...
2025-09-24T14:46:58.085215
lapce
lapce
lapce__lapce
docs/why-lapce.md
lapce__lapce/docs/why-lapce.md
3,549
1,758,206,896
en
I'm a Vim fan. After years of using it, I started to customize it like everybody else. I thought I had something that worked quite well until I hit one problem. My linter sometimes took seconds to check the code, and it would freeze Vim because Vim didn't have asynchronous support. I looked around; I found NeoVim and p...
2025-09-24T14:46:58.085215
lapce
lapce
lapce__lapce
docs/installing-with-package-manager.md
lapce__lapce/docs/installing-with-package-manager.md
622
1,758,206,896
en
## Installation With Package Manager Lapce is available in below software repositories: [![Packaging status](https://repology.org/badge/vertical-allrepos/lapce.svg)](https://repology.org/project/lapce/versions) Lapce is also additionally available via: - [Flatpak](https://flathub.org/apps/details/dev.lapce.lapce) -...
2025-09-24T14:46:58.085215
alibaba
spring-cloud-alibaba
alibaba__spring-cloud-alibaba
README.md
alibaba__spring-cloud-alibaba/README.md
10,585
1,758,620,076
en
# Spring Cloud Alibaba [![CircleCI](https://circleci.com/gh/alibaba/spring-cloud-alibaba/tree/2023.x.svg?style=svg)](https://circleci.com/gh/alibaba/spring-cloud-alibaba/tree/2023.x) [![Maven Central](https://img.shields.io/maven-central/v/com.alibaba.cloud/spring-cloud-alibaba-dependencies.svg?label=Maven%20Central)]...
2025-09-24T14:46:58.085215
hacksider
Deep-Live-Cam
hacksider__Deep-Live-Cam
README.md
hacksider__Deep-Live-Cam/README.md
15,937
1,758,620,332
en
<h1 align="center">Deep-Live-Cam</h1> <p align="center"> Real-time face swap and video deepfake with a single click and only a single image. </p> <p align="center"> <a href="https://trendshift.io/repositories/11395" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11395" alt="hacksider%2FDeep-...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
README.md
NARKOZ__silverstripe-doc-restructuring/README.md
3,930
1,758,118,090
en
# SilverStripe Documentation Restructuring Project This is a temporary repository for developer documentation about the SilverStripe framework, currently located at [http://doc.silverstripe.org]. *Note: This repository is used for collaboration during the restructuring phase, and will move elsewhere afterwards* * [...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/cms/tests/salad/README.md
NARKOZ__silverstripe-doc-restructuring/preview/cms/tests/salad/README.md
739
1,758,118,091
en
# Tests # Given I click on the "Tab Name" tab Given I close window and go back to clean state Given I fill out the log in form with user "user" and password "password" Given I get a permission denied error Given I go to the draft site Given I log in as Fred Given I log in as user Given I log into the CMS as Fred@examp...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphire/thirdparty/behaviour/README.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphire/thirdparty/behaviour/README.md
3,664
1,758,118,092
en
# Introduction Behaviour-driven JavaScript library, customized for usage in SilverStripe CMS. Caution: Seriously outdated, consider using [http://github.com/hafriedlander/jquery.entwine](jQuery.entwine) and [http://api.jquery.com/live/](jQuery.live) instead. # Author * Sam Minnee (sam at silverstripe dot com) # R...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphire/javascript/tree/README.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphire/javascript/tree/README.md
3,644
1,758,118,091
en
# JavaScript Tree Control ## Maintainers * Sam Minnee (sam at silverstripe dot com) ## Features * Build trees using semantic HTML and unobtrusive JavaScript. * Style the tree to suit your application you with CSS. * Demo: http://www.silverstripe.org/assets/tree/demo.html ## Usage The first thing to do is incl...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/README.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/README.md
541
1,758,118,094
en
# Documentation Viewer Module ## Maintainer Content * Will Rossiter (Nickname: willr, wrossiter) <will@silverstripe.com> ## Requirements * Tested on 2.4 and trunk ## Summary Read nested documentation files from the /docs/ folder in modules. To read documentation go to yoursite.com/dev/docs/. It is likely this will ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/en/test.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/en/test.md
346
1,758,118,094
en
## english test test 1.0 [link: subfolder index](subfolder/) [link: subfolder page](subfolder/subpage) [link: with anchor](/test#anchor) [link: http](http://silverstripe.org) [link: api](api:DataObject) [api:DataObject::$has_one] :::php code block with multiple lines Normal text after code block code block ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/en/index.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/en/index.md
27
1,758,118,094
en
## english test index 1.0
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/en/subfolder/subpage.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/en/subfolder/subpage.md
297
1,758,118,094
en
[link: absolute index](/) [link: absolute index with name](/index) [link: relative index](../) [link: relative parent page](../test) [link: absolute parent page](/test) ![relative image link](_images/image.png) ![parent image link](../_images/image.png) ![absolute image link](/_images/image.png)
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/en/subfolder/subsubfolder/subsubpage.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/en/subfolder/subsubfolder/subsubpage.md
169
1,758,118,094
en
[link: absolute index](/) [link: relative index](../) [link: relative parent page](../subpage) [link: relative grandparent page](../../test) [link: absolute page](/test)
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/de/test.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/de/test.md
25
1,758,118,094
en
## german test test 1.0
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs/de/index.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs/de/index.md
26
1,758,118,094
en
## german test index 1.0
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs-2/en/test.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs-2/en/test.md
0
1,758,118,094
en
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/tests/docs-2/en/index.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/tests/docs-2/en/index.md
27
1,758,118,094
en
## english test index 2.0
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/docs/en/index.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/docs/en/index.md
982
1,758,118,094
en
# Sapphire Documentation Module This module has been developed to read and display content from markdown files in webbrowser. It is an easy way to bundle end user documentation within a SilverStripe installation. See [Writing Documentation](dev/docs/en/sapphiredocs/writing-documentation) for more information on how t...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/docs/en/Configuration-Options.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/docs/en/Configuration-Options.md
1,013
1,758,118,094
en
# Helpful Configuration Options DocumentationService::set_ignored_files(array()); If you want to ignore (hide) certain file types from being included. DocumentationService::set_automatic_registration(false); By default the documentation system will parse all the directories in your project and include the docum...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
preview/sapphiredocs/docs/en/Writing-Documentation.md
NARKOZ__silverstripe-doc-restructuring/preview/sapphiredocs/docs/en/Writing-Documentation.md
1,259
1,758,118,094
en
# Writing Documentation # Your documentation needs to go in the specific modules docs folder which it refers mostly too. For example if you want to document a feature of your custom module 'MyModule' you need to create markdown files in mymodule/docs/. The files have to end with the __.md__ extension. The documentati...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/server-requirements.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/server-requirements.md
5,295
1,758,118,090
en
# Introduction We try to be as wide as possible in our server requirements. However, there are some limitations. Please check our [suggested-web-hosts](http://doc.silverstripe.org/suggested-web-hosts) (and add your host if the installation was successful). If you're running Windows, we recommend using the [Windows P...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/index.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/index.md
4,220
1,758,118,090
en
# Welcome to the SilverStripe developer documentation wiki This wiki documents high-level features of the [SilverStripe open source platform](http://www.silverstripe.org), aimed at developers. If you would like to contribute, you can [register](http://doc.silverstripe.com/doku.php?id=start&do=register) and then [logi...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/installation.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/installation.md
1,728
1,758,118,090
en
# How to install SilverStripe ## Download SilverStripe is a web application. This means that you will need to have a web server meeting SilverStripe's [requirements](server-requirements) running. The installation instructions below will take you through setting up an appropriate web server on your system. The ins...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/upgrading.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/upgrading.md
2,103
1,758,118,091
en
# Introduction Usually an update or upgrade your SilverStripe installation just means overwriting files and updating your database-schema. Please see your [upgrade notes and changelogs](/changelogs). # Related * [Release Announcements](http://groups.google.com/group/silverstripe-announce/) * [Blog posts about rele...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/recover-admin-passwords.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/recover-admin-passwords.md
1,051
1,758,118,090
en
This tells you how to access the CMS when you've forgotten your password, and when you cannot use 'reset password function.' (E.g. if your email is different/unknown.). It requires file-system/FTP access to the website. You cannot actually retrieve your current password, only set it to something new. 1. Edit your my...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/redirect-to-first-child-page.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/redirect-to-first-child-page.md
654
1,758,118,090
en
# Howto: Redirect to first child page If you want to make a page redirect to the first child page, below is a simple recipe to do so. index() is called automatically when the page is viewed - so you can do your redirection here. :::php class PageName_Controller extends Page_Controller { function index() { ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/database-abstraction.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/database-abstraction.md
2,208
1,758,118,090
en
# Building apps to work across databases This page is intended to be a guide to SilverStripe developers wanting to make their applications database-agnostic. #### SQL syntax The following guidelines should be applied to the SQL that you generate, either directly or in your arguments to ''DataObject::get''. * Use "...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/search-dataobjects.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/search-dataobjects.md
7,231
1,758,118,090
en
In the recipe below, we manage a dataobject (table, piece of information) called House, which lists houses (name) and a type(small or large). We then list these houses in a housepage and allow them to be searched. This is a silly example, but you can use the same code for more meaningful purposes. Also see: [http://do...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/image-upload.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/image-upload.md
5,773
1,758,118,090
en
# Creating a simple image uploader Creating a simple image uploader in SilverStripe is relatively easy. In this example we want to create a banner image that will extend across all pages of our site, this banner will be able to be different on each page of the site. ### Step 1: Set up the Database! First we need to ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/dynamic-default-fields.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/dynamic-default-fields.md
1,200
1,758,118,090
en
Dynamic Default Values ====================== The [api:DataObject::$defaults] array allows you to specify simple static values to be the default value for when a record is created, but in many situations default values needs to be dynamically calculated. In order to do this, the [api:DataObjectSet->populateDefaults()]...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/multilevel-menus.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/multilevel-menus.md
1,593
1,758,118,090
en
Below is a good example of a menu. It can be used for two levels of nesting. Beyond that, you'll probably need to create functionality to recursively generate templating based on the level your pages are in. What's special about this? We're using `<% if LinkingMode = current %>` to find out what the current page you'r...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/database-troubleshooting.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/database-troubleshooting.md
874
1,758,118,090
en
## Orphaned data in sub-tables **Symptom:** You try and add a new record and when you have it you get a "Duplicate ID ### in table subtable" error. Occurs most frequently with SiteTree subclasses, due to their heavy use of the inheritance feature. What's happened is that data has been deleted from the SiteTree table...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/grouping-dataobjectsets.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/grouping-dataobjectsets.md
4,052
1,758,118,090
en
Grouping Data Object Sets ========================= The [api:DataObjectSet] class has a number of methods useful for grouping objects by fields. Together with sorting this can be used to break up long lists of data into more manageable sub-sections. The [api:DataObjectSet->groupBy()] method takes a field name as the ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/comments.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/comments.md
2,871
1,758,118,090
en
# Enabling Comments for Pages All SilverStripe pages can have a simple comment interface added to them, simply by checking the checkbox in the CMS. Technically, comments are managed through the [api:PageComment] and [PageCommentInterface](api:PageCommentInterface) classes. ## Administration Comments can either be re...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/cache-control.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/cache-control.md
1,528
1,758,118,090
en
# Cache control By default, PHP add caching headers that make the page appear "purely dynamic". This isn't usually appropriate for most sites, even ones that are updated reasonably frequently. In particular, the default PHP cache-control settings prevent sites from appearing in the internet archive. SilverStripe o...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/ssl.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/ssl.md
2,268
1,758,118,090
en
# Introduction Switching between SSL and Non-SSL is handled by the [api:Director] class. **Note:** Director::forceSSL() does not work if your site is in Dev mode, see ticket [#4509](http://open.silverstripe.org/ticket/4509) if you need to test in Dev. # Recipes ## Force SSL Redirection on all pages For some sites,...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/phpunit-configuration.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/phpunit-configuration.md
5,972
1,758,118,090
en
# How to configure PHPUnit for your project This guide helps you to run [PHPUnit](http://phpunit.de) tests in your SilverStripe project. See "[Testing](/topics/testing)" for an overview on how to create unit tests. ## Executing through "sake dev/tests" or "phpunit"? Short answer: Both are valid ways. The `sake` exe...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/site-news.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/site-news.md
1,642
1,758,118,090
en
## Database set up Create data-object types, NewsArticle and NewsSection. Give NewsArticle fields called Date and Abstract. Abstract could be generated from a content summary, if preferred. :::php class NewsSection extends Page { static $allowed_children = array("NewsSection", "NewsArticle"); static $default...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/print-stylesheets.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/print-stylesheets.md
1,177
1,758,118,090
en
# Adding a Print Stylesheet You can add a print stylesheet to you site by adding a Stylesheet to the css folder in your theme and including it via the [Requirements](http://doc.silverstripe.com/doku.php?id=requirements) class in your code files. First task is to create a __MyPrintFile.css__ file in __themes/yourthem...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/custom-content-placeholders.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/custom-content-placeholders.md
1,845
1,758,118,090
en
# Introduction Sometimes, you will want the content that appears in your template to be slightly different from the content entered into the CMS. For example, you might want to let your author position a dynamic element, such as a paypal button, by entering a special token such as $Paypal into the content. What we n...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/csv-import.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/csv-import.md
5,905
1,758,118,090
en
# Howto: Import CSV data ## Introduction CSV import can be easily achieved through PHP's built-in `fgetcsv()` method, but this method doesn't know anything about your datamodel. In SilverStripe, this can be handled through the a specialized CSV importer class that can be customized to fit your data. ## The CsvBulkLo...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/site-map.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/site-map.md
6,668
1,758,118,090
en
# ** Site Map Module Released ** A module has been released that supersedes the code used in this tutorial and makes it even simpler to create a human-readable HTML site map page for your website. You can easily configure the Title, URL, page types to hide and permissions check. It also includes 2 themes out of the bo...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/file-to-page-linking.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/file-to-page-linking.md
1,796
1,758,118,090
en
# Adding a file to a page This will add a file to a page very simply ### Step 1: Set up the Database! First we need to add a file field to our page so we have somewhere to store our file. Open up the Page type you want to add the file uploader to. For example we will use Page.php which is located in mysite/code/. So...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/howto/customize-tinymce.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/howto/customize-tinymce.md
4,516
1,758,118,090
en
# HTML Editor Config To customize the default tinymce configuration you can use HTMLEditorConfig class. **Note this functionality is likely to be changed in future releases.** and should only be considered as a temporary way of modifying the editor. ## How to Use You can customize the installation by adding the fo...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/misc/index.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/misc/index.md
0
1,758,118,090
en
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/misc/contributing.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/misc/contributing.md
8,688
1,758,118,090
en
# Contributing Any open source product is only as good as the community behind it. You can participate by sharing code, ideas, or simply helping others. No matter what your skill level is, every contribution counts. See http://silverstripe.org/contributing-to-silverstripe for a highlevel overview on how you can he...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/misc/ss-markdown.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/misc/ss-markdown.md
4,613
1,758,118,090
en
# SilverStripe Markdown Syntax As Markdown by default is quite limited and not well suited for technical documentation, the SilverStripe project relies on certain syntax additions. As a base syntax, we use the [Markdown Extra](http://michelf.com/projects/php-markdown/extra/) format, which provides us with support for ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/misc/coding-conventions.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/misc/coding-conventions.md
5,689
1,758,118,090
en
# Coding Conventions This document provides guidelines for code formatting and documentation to developers contributing to SilverStripe. It applies to all PHP files in the sapphire/ and cms/ modules, as well as any supported additional modules. Coding standards are an important aspect for every software project, and ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/2-extending-a-basic-site.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/2-extending-a-basic-site.md
23,396
1,758,118,090
en
# Overview In the [first tutorial](/tutorials/1-building-a-basic-site) we learned how to create a basic site using SilverStripe. This tutorial builds on what you have learned in [the first tutorial](/tutorials/1-building-a-basic-site), so it is recommended that you complete it first. In this tutorial you will explor...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/index.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/index.md
1,563
1,758,118,091
en
# Written Tutorials * [Tutorial 1: Building a basic site](1-building-a-basic-site): An introduction to building a site with SilverStripe * [Tutorial 2: Extending a basic site](2-extending-a-basic-site): A tutorial that builds on "Building a basic site" * [Tutorial 3: Forms](3-forms): An introduction to forms in Sil...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/5-dataobject-relationship-management.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/5-dataobject-relationship-management.md
23,877
1,758,118,090
en
# Overview In the [second tutorial](/tutorials/2-extending-a-basic-site) we have learned how to add extrafields to a page type thanks to the *$db* array and how to add an image using the *$has_one* array and so create a relationship between a table and the *Image* table by storing the id of the respective *Image* in t...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/1-building-a-basic-site.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/1-building-a-basic-site.md
22,036
1,758,118,090
en
# Overview Welcome to the first in this series of tutorials on the SilverStripe Content Management System (CMS). These tutorials are designed to take you from an absolute beginner to being able to build large, complex websites with SilverStripe. We assume to begin with, that you have some XHTML, CSS and PHP knowledg...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/4-site-search.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/4-site-search.md
6,976
1,758,118,090
en
# Overview This is a short tutorial demonstrating how to add search functionality to a SilverStripe site. It is recommended that you have completed the earlier tutorials, especially the tutorial on forms, before attempting this tutorial. While this tutorial will add search functionality to the site built in the previo...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/tutorials/3-forms.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/tutorials/3-forms.md
13,224
1,758,118,090
en
# Overview This tutorial is intended to be a continuation of the first two tutorials, and will build on the site produced in those two tutorials. This tutorial explores forms in SilverStripe. It will look at coded forms. Forms which need to be written in PHP. Another method which allows you to construct forms via th...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.0.2.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.0.2.md
8,429
1,758,118,090
en
# 2.0.2 (2007-07-14) SilverStripe 2.0.2 was released on '''14 July 2007''' and had the following changes: ## Overview * BlackCandy is the new default theme * Added pagination for page comments * Updated date field in CMS-edited forms to use CalendarDateField * Added 'open in new window' checkbox to link in...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.7.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.7.md
780
1,758,118,090
en
# 2.3.7 (2010-03-18) ## Changelog ### Bugfixes * [rev:101229] Don't delete index.php after successful installation - in ContentController->deleteinstallfiles(). URL routing might rely on it without mod_rewrite. * [rev:101229] Require ADMIN permissions for ContentController->deleteinstallfiles() - together with re...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.0.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.0.md
190,894
1,758,118,090
en
# 2.3.0 (2009-02-23) ## Upgrading ### Translatable Problems **Don't use Translatable for multilingual database content. Don't upgrade to 2.3.0 if you're already using Translatable.** The [Translatable extension](http://doc.silverstripe.com/doku.php?id=multilingualcontent) is currently marked as unstable for the i...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.4.0.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.4.0.md
81,259
1,758,118,090
en
# 2.4.0 (2010-05-05) ## Overview * Support for hierarchical URLs * Support for MSSQL server database abstraction (via a separate module) * A "SiteConfig" record stores site-wide settings and default permissions and author groups for pages * "Permission Roles" are a simple way to combine multiple permission code...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.2.4.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.2.4.md
3,451
1,758,118,090
en
# 2.2.4 (2009-03-20) ## Features and Enhancements * ![rev:65263] Default permission failure message set can be changed * ![rev:73365] Text->FirstParagraph?() now works for `<div>` containers in HTML, as you may not always have paragraph tags. * ![rev:73272] Added Director::is_relative_url() and Director::is_site_...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.3.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.3.md
4,787
1,758,118,090
en
# 2.3.3 (2009-08-03) ## Upgrading ### DataObjectDecorator::extraStatics() DataObjectDecorator::extraStatics() can no longer refer to $this because it's called statically ## Changelog ### API Change * ![rev:79430] #4255 sharvey: DataObjectDecorator::extraStatics() can no longer refer to $this because it's calle...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.5.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.5.md
589
1,758,118,090
en
# 2.3.5 (2010-01-21) ## Changelog ### Bugfixes * [rev:97221] BUGFIX: add if condition for window.ontabschanged() call * [rev:97074] BUGFIX Attribute escaping in PageCommentInterface_singlecomment.ss * [rev:96962] BUGFIX: fixed overlapping buttons in modeladmin. * [rev:96959] BUGFIX: fixed layout issue when tin...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.2.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.2.md
47,155
1,758,118,090
en
# 2.3.2 (2009-06-18) ## Upgrading ### Feature Changes #### CMS image alignment changes Image alignment elements have been changed slightly. There are no longer any `<DIV>` elements created with the images using the insert image toolbar in the CMS. All of these selectors in your typography.css are affected: * di...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.2.0.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.2.0.md
19,444
1,758,118,090
en
# 2.2.0 (2007-11-28) SiverStripe 2.2.0 was released on '''28 November 2007''' and had the following changes: ## Upgrading ### Login Form Check that you have a Layout/Page.ss file for your site, or alternately have a Security_login.ss template. Your template file needs a $Form variable for it to work. This is where...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.2.2.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.2.2.md
31,492
1,758,118,090
en
# 2.2.2 (2008-05-22) SilverStripe 2.2.2 was released on '''22 May 2008''' and had the following changes: ## Features and Enhancements * Set svn:externals for new phpinstaller release tags/2.2.2 (changeset 54973) * Disable / fix flash uploading (changeset 54959) * Fixed php/code snippets in forum posts (changeset...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.0.1.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.0.1.md
2,095
1,758,118,090
en
# 2.0.1 (2007-04-17) SilverStripe 2.0.1 was released on '''17 April 2007''' and had the following changes: ## Overview * Improved layout of UserDefinedForm submissions in CMS * Don't show name field on root folder in Assets section * Mime types fallback for servers don't have /etc/mime.types * mb_string mod...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.2.1.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.2.1.md
1,279
1,758,118,090
en
# 2.2.1 (2007-12-21) SilverStripe 2.2.1 was released on '''21 December 2007''' and had the following changes: ## Features and Enhancements * Translations * Added Italian translation * Added Russian translation * Added Slovak translation * Added Turkish translation * Added Bulgarian ...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.6.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.6.md
2,365
1,758,118,090
en
# 2.3.6 (2010-02-08) ## Changelog ### Features and Enhancements * [rev:98081] Removed dev/reset, instead encouraging the use of dev/tests/startsession for tests. * [rev:98081] Let people use dev/tests/startsession without a fixture, instead calling requireDefaultRecords ### API Changes * [rev:98375] HTTP::se...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.3.4.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.3.4.md
3,526
1,758,118,090
en
# 2.3.4 (2009-11-27) ## Changelog ### New Features * [rev:84085] Allow different user groups to have different HtmlEditorConfigs * [rev:83631] Allow file size/extension limits to apply to the admin user as ### API Change * [rev:91610] BasicAuth::requireLogin() no longer has an option to automatically log you...
2025-09-24T14:46:58.085215
NARKOZ
silverstripe-doc-restructuring
NARKOZ__silverstripe-doc-restructuring
master/cms/docs/en/changelogs/2.1.1.md
NARKOZ__silverstripe-doc-restructuring/master/cms/docs/en/changelogs/2.1.1.md
1,048
1,758,118,090
en
# 2.1.1 (2007-11-02) SilverStripe 2.1.1 was released on '''2 Nov 2007''' and had the following changes: ## Bug Fixes * CMS * BBCode help link now works inside CMS * Fixed invalid 'cursor: normal' CSS in cms_left.css * Ensure ComplexTableField CSS is loaded in CMS * Fixed blank comments sh...
2025-09-24T14:46:58.085215